NVIDIA DRIVE OS Linux API Reference

5.1.6.1 Release
For Test and Development only

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

Detailed Description

A handle representing a video decoder object.

Definition at line 170 of file nvmedia_viddec.h.

Data Fields

NvMediaVideoCodec codec
 Codec type. More...
 
uint16_t width
 Decoder width. More...
 
uint16_t height
 Decoder height. More...
 
uint16_t maxReferences
 Maximum number of reference pictures. More...
 
NvMediaDecoderInstanceId instanceId
 Instance ID of the decoder. More...
 
struct NvMediaVideoDecoderPriv_ * decoderPriv
 An Opaque pointer for internal use. More...
 

Field Documentation

NvMediaVideoCodec NvMediaVideoDecoder::codec

Codec type.

Definition at line 172 of file nvmedia_viddec.h.

struct NvMediaVideoDecoderPriv_* NvMediaVideoDecoder::decoderPriv

An Opaque pointer for internal use.

Definition at line 182 of file nvmedia_viddec.h.

uint16_t NvMediaVideoDecoder::height

Decoder height.

Definition at line 176 of file nvmedia_viddec.h.

NvMediaDecoderInstanceId NvMediaVideoDecoder::instanceId

Instance ID of the decoder.

Definition at line 180 of file nvmedia_viddec.h.

uint16_t NvMediaVideoDecoder::maxReferences

Maximum number of reference pictures.

Definition at line 178 of file nvmedia_viddec.h.

uint16_t NvMediaVideoDecoder::width

Decoder width.

Definition at line 174 of file nvmedia_viddec.h.


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