NVIDIA DRIVE OS Linux SDK API Reference

5.1.15.2 Release
For Test and Development only
NvMediaImageDecoder Struct Reference

Detailed Description

A handle representing a IMAGE decoder object.

Definition at line 63 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

◆ codec

NvMediaImageCodec NvMediaImageDecoder::codec

Codec type.

Definition at line 65 of file nvmedia_imgdec.h.

◆ decoderPriv

struct NvMediaImageDecoderPriv_* NvMediaImageDecoder::decoderPriv

An Opaque pointer for internal use.

Definition at line 75 of file nvmedia_imgdec.h.

◆ height

uint16_t NvMediaImageDecoder::height

Decoder height.

Definition at line 69 of file nvmedia_imgdec.h.

◆ instanceId

NvMediaDecoderInstanceId NvMediaImageDecoder::instanceId

Instance ID of the decoder.

Definition at line 73 of file nvmedia_imgdec.h.

◆ maxReferences

uint16_t NvMediaImageDecoder::maxReferences

Maximum number of reference pictures.

Definition at line 71 of file nvmedia_imgdec.h.

◆ width

uint16_t NvMediaImageDecoder::width

Decoder width.

Definition at line 67 of file nvmedia_imgdec.h.


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