NVIDIA DRIVE OS Linux SDK API Reference

6.0.9 Release

Detailed Description

To Get the decoding status from HW decoder.

Definition at line 105 of file nvmedia_common_decode.h.

Data Fields

uint32_t hwClockValue
 pass hw decode clock value to calculate decode time More...
 
uint16_t decode_error
 non-zero value indicates error occured during decoding (codec-specific) More...
 
uint32_t decoded_mbs
 number of macroblocks decoded More...
 
uint32_t concealed_mbs
 number of macroblocks error-concealed More...
 
uint32_t decoding_status
 32 bits fields, each bit indicate the decoding progress More...
 
uint32_t hwDecodeTime
 HW decoding time. More...
 

Field Documentation

◆ concealed_mbs

uint32_t NvMediaIDEFrameStatus::concealed_mbs

number of macroblocks error-concealed

Definition at line 113 of file nvmedia_common_decode.h.

◆ decode_error

uint16_t NvMediaIDEFrameStatus::decode_error

non-zero value indicates error occured during decoding (codec-specific)

Definition at line 109 of file nvmedia_common_decode.h.

◆ decoded_mbs

uint32_t NvMediaIDEFrameStatus::decoded_mbs

number of macroblocks decoded

Definition at line 111 of file nvmedia_common_decode.h.

◆ decoding_status

uint32_t NvMediaIDEFrameStatus::decoding_status

32 bits fields, each bit indicate the decoding progress

Definition at line 115 of file nvmedia_common_decode.h.

◆ hwClockValue

uint32_t NvMediaIDEFrameStatus::hwClockValue

pass hw decode clock value to calculate decode time

Definition at line 107 of file nvmedia_common_decode.h.

◆ hwDecodeTime

uint32_t NvMediaIDEFrameStatus::hwDecodeTime

HW decoding time.

Definition at line 117 of file nvmedia_common_decode.h.


The documentation for this struct was generated from the following file: