NVIDIA DRIVE OS Linux API Reference

5.1.0.2 Release

 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
NvMediaIJPD Struct Reference

Detailed Description

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...
 

Field Documentation

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.


The documentation for this struct was generated from the following file: