NVIDIA DRIVE OS Linux SDK API Reference

5.2.0 Release
For Test and Development only

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

◆ jpegDecPriv

struct NvMediaIJPDPriv_* NvMediaIJPD::jpegDecPriv

An Opaque pointer for internal use.

Definition at line 151 of file nvmedia_ijpd.h.

◆ maxBitstreamBytes

uint32_t NvMediaIJPD::maxBitstreamBytes

Max size in bytes of JPEG bitstream supported.

Definition at line 147 of file nvmedia_ijpd.h.

◆ maxHeight

uint16_t NvMediaIJPD::maxHeight

Max height of decoded JPEG image supported.

Definition at line 145 of file nvmedia_ijpd.h.

◆ maxWidth

uint16_t NvMediaIJPD::maxWidth

Max width of decoded JPEG image supported.

Definition at line 143 of file nvmedia_ijpd.h.

◆ supportPartialAccel

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: