NVIDIA DRIVE OS Linux SDK API Reference

5.1.9.0 Release

 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
NvMediaVideoDecodeFrameStatus Struct Reference

Detailed Description

To Get the decoding status from HW decoder.

Definition at line 50 of file nvmedia_viddec.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

uint32_t NvMediaVideoDecodeFrameStatus::concealed_mbs

number of macroblocks error-concealed

Definition at line 58 of file nvmedia_viddec.h.

uint16_t NvMediaVideoDecodeFrameStatus::decode_error

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

Definition at line 54 of file nvmedia_viddec.h.

uint32_t NvMediaVideoDecodeFrameStatus::decoded_mbs

number of macroblocks decoded

Definition at line 56 of file nvmedia_viddec.h.

uint32_t NvMediaVideoDecodeFrameStatus::decoding_status

32 bits fields, each bit indicate the decoding progress

Definition at line 60 of file nvmedia_viddec.h.

uint32_t NvMediaVideoDecodeFrameStatus::hwClockValue

pass hw decode clock value to calculate decode time

Definition at line 52 of file nvmedia_viddec.h.

uint32_t NvMediaVideoDecodeFrameStatus::hwDecodeTime

HW decoding time.

Definition at line 62 of file nvmedia_viddec.h.


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