![]() |
NVIDIA DRIVE 5.0 Linux SDK API Reference5.0.10.3 Release |
Holds image JPEG decoder stream information.
Definition at line 116 of file nvmedia_ijpd.h.
Data Fields | |
uint16_t | width |
Specifies the stream-encoded width, in pixels. More... | |
uint16_t | height |
Specifies the stream-encoded height, in pixels. More... | |
uint8_t | partialAccel |
Specifies whether partial acceleration is needed for the stream. More... | |
uint8_t | num_app_markers |
Specifies the number of App merkers in the stream. More... | |
NvMediaJPEGAppMarkerInfo | appMarkerInfo [NVMEDIA_MAX_JPEG_APP_MARKERS] |
Specifies the marker info. More... | |
NvMediaJPEGAppMarkerInfo NVMEDIAJPEGDecInfo::appMarkerInfo[NVMEDIA_MAX_JPEG_APP_MARKERS] |
Specifies the marker info.
Definition at line 131 of file nvmedia_ijpd.h.
uint16_t NVMEDIAJPEGDecInfo::height |
Specifies the stream-encoded height, in pixels.
Definition at line 122 of file nvmedia_ijpd.h.
uint8_t NVMEDIAJPEGDecInfo::num_app_markers |
Specifies the number of App merkers in the stream.
Definition at line 128 of file nvmedia_ijpd.h.
uint8_t NVMEDIAJPEGDecInfo::partialAccel |
Specifies whether partial acceleration is needed for the stream.
Definition at line 125 of file nvmedia_ijpd.h.
uint16_t NVMEDIAJPEGDecInfo::width |
Specifies the stream-encoded width, in pixels.
Definition at line 119 of file nvmedia_ijpd.h.