Holds image JPEG decoder stream information.
Definition at line 153 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 168 of file nvmedia_ijpd.h.
uint16_t NVMEDIAJPEGDecInfo::height |
Specifies the stream-encoded height, in pixels.
Definition at line 159 of file nvmedia_ijpd.h.
uint8_t NVMEDIAJPEGDecInfo::num_app_markers |
Specifies the number of App merkers in the stream.
Definition at line 165 of file nvmedia_ijpd.h.
uint8_t NVMEDIAJPEGDecInfo::partialAccel |
Specifies whether partial acceleration is needed for the stream.
Definition at line 162 of file nvmedia_ijpd.h.
uint16_t NVMEDIAJPEGDecInfo::width |
Specifies the stream-encoded width, in pixels.
Definition at line 156 of file nvmedia_ijpd.h.