NVIDIA DRIVE OS Linux SDK API Reference

6.0.3 Release
NvMediaVideoDecoder Struct Reference

Detailed Description

A handle representing a video decoder object.

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

◆ codec

NvMediaVideoCodec NvMediaVideoDecoder::codec

Codec type.

Definition at line 53 of file nvmedia_viddec.h.

◆ decoderPriv

struct NvMediaVideoDecoderPriv_* NvMediaVideoDecoder::decoderPriv

An Opaque pointer for internal use.

Definition at line 63 of file nvmedia_viddec.h.

◆ height

uint16_t NvMediaVideoDecoder::height

Decoder height.

Definition at line 57 of file nvmedia_viddec.h.

◆ instanceId

NvMediaDecoderInstanceId NvMediaVideoDecoder::instanceId

Instance ID of the decoder.

Definition at line 61 of file nvmedia_viddec.h.

◆ maxReferences

uint16_t NvMediaVideoDecoder::maxReferences

Maximum number of reference pictures.

Definition at line 59 of file nvmedia_viddec.h.

◆ width

uint16_t NvMediaVideoDecoder::width

Decoder width.

Definition at line 55 of file nvmedia_viddec.h.


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