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
NvMediaImageDecoder Struct Reference

Detailed Description

A handle representing a IMAGE decoder object.

Definition at line 61 of file nvmedia_imgdec.h.

Data Fields

NvMediaImageCodec 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 NvMediaImageDecoderPriv_ * decoderPriv
 An Opaque pointer for internal use. More...
 

Field Documentation

NvMediaImageCodec NvMediaImageDecoder::codec

Codec type.

Definition at line 63 of file nvmedia_imgdec.h.

struct NvMediaImageDecoderPriv_* NvMediaImageDecoder::decoderPriv

An Opaque pointer for internal use.

Definition at line 73 of file nvmedia_imgdec.h.

uint16_t NvMediaImageDecoder::height

Decoder height.

Definition at line 67 of file nvmedia_imgdec.h.

NvMediaDecoderInstanceId NvMediaImageDecoder::instanceId

Instance ID of the decoder.

Definition at line 71 of file nvmedia_imgdec.h.

uint16_t NvMediaImageDecoder::maxReferences

Maximum number of reference pictures.

Definition at line 69 of file nvmedia_imgdec.h.

uint16_t NvMediaImageDecoder::width

Decoder width.

Definition at line 65 of file nvmedia_imgdec.h.


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