![]() |
NVIDIA DRIVE 5.0 Linux SDK API Reference5.0.10.3 Release |
A handle representing a IMAGE decoder object.
Definition at line 60 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... | |
NvMediaImageCodec NvMediaImageDecoder::codec |
Codec type.
Definition at line 62 of file nvmedia_imgdec.h.
uint16_t NvMediaImageDecoder::height |
Decoder height.
Definition at line 66 of file nvmedia_imgdec.h.
NvMediaDecoderInstanceId NvMediaImageDecoder::instanceId |
Instance ID of the decoder.
Definition at line 70 of file nvmedia_imgdec.h.
uint16_t NvMediaImageDecoder::maxReferences |
Maximum number of reference pictures.
Definition at line 68 of file nvmedia_imgdec.h.
uint16_t NvMediaImageDecoder::width |
Decoder width.
Definition at line 64 of file nvmedia_imgdec.h.