|  | NVIDIA DRIVE OS Linux SDK API Reference5.1.6.0 Release | 
Holds information for decoding a JPEG stream into an image surface.
NvMediaIJPDCreate() uses this struct to create JPEG decoder objects.
Definition at line 141 of file nvmedia_ijpd.h.
| Data Fields | |
| uint16_t | maxWidth | 
| Max width of decoded JPEG image supported.  More... | |
| uint16_t | maxHeight | 
| Max height of decoded JPEG image supported.  More... | |
| uint32_t | maxBitstreamBytes | 
| Max size in bytes of JPEG bitstream supported.  More... | |
| uint8_t | supportPartialAccel | 
| Flag indicates support partial acceleration or not.  More... | |
| struct NvMediaIJPDPriv_ * | jpegDecPriv | 
| An Opaque pointer for internal use.  More... | |
| struct NvMediaIJPDPriv_* NvMediaIJPD::jpegDecPriv | 
An Opaque pointer for internal use.
Definition at line 151 of file nvmedia_ijpd.h.
| uint32_t NvMediaIJPD::maxBitstreamBytes | 
Max size in bytes of JPEG bitstream supported.
Definition at line 147 of file nvmedia_ijpd.h.
| uint16_t NvMediaIJPD::maxHeight | 
Max height of decoded JPEG image supported.
Definition at line 145 of file nvmedia_ijpd.h.
| uint16_t NvMediaIJPD::maxWidth | 
Max width of decoded JPEG image supported.
Definition at line 143 of file nvmedia_ijpd.h.
| uint8_t NvMediaIJPD::supportPartialAccel | 
Flag indicates support partial acceleration or not.
Definition at line 149 of file nvmedia_ijpd.h.