|
|
NVIDIA DRIVE OS Linux API Reference5.1.0.2 Release |
Holds information for decoding a JPEG stream into an image surface.
NvMediaIJPDCreate() uses this struct to create JPEG decoder objects.
Definition at line 139 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... | |
| uint32_t NvMediaIJPD::maxBitstreamBytes |
Max size in bytes of JPEG bitstream supported.
Definition at line 145 of file nvmedia_ijpd.h.
| uint16_t NvMediaIJPD::maxHeight |
Max height of decoded JPEG image supported.
Definition at line 143 of file nvmedia_ijpd.h.
| uint16_t NvMediaIJPD::maxWidth |
Max width of decoded JPEG image supported.
Definition at line 141 of file nvmedia_ijpd.h.
| uint8_t NvMediaIJPD::supportPartialAccel |
Flag indicates support partial acceleration or not.
Definition at line 147 of file nvmedia_ijpd.h.