Holds image JPEG decoder stream information.
Definition at line 118 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 133 of file nvmedia_ijpd.h.
| uint16_t NVMEDIAJPEGDecInfo::height | 
Specifies the stream-encoded height, in pixels.
Definition at line 124 of file nvmedia_ijpd.h.
| uint8_t NVMEDIAJPEGDecInfo::num_app_markers | 
Specifies the number of App merkers in the stream.
Definition at line 130 of file nvmedia_ijpd.h.
| uint8_t NVMEDIAJPEGDecInfo::partialAccel | 
Specifies whether partial acceleration is needed for the stream.
Definition at line 127 of file nvmedia_ijpd.h.
| uint16_t NVMEDIAJPEGDecInfo::width | 
Specifies the stream-encoded width, in pixels.
Definition at line 121 of file nvmedia_ijpd.h.