NVIDIA DRIVE OS Linux API Reference

5.1.6.1 Release
For Test and Development only

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

Field Documentation

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.


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