NVIDIA DRIVE OS Linux SDK API Reference

6.0.5 Release
NVMEDIAJPEGDecInfo Struct Reference

Detailed Description

Holds image JPEG decoder stream information.

Definition at line 153 of file nvmedia_ijpd.h.

Collaboration diagram for NVMEDIAJPEGDecInfo:

Data Fields

uint16_t width
 Specifies the stream-encoded width, in pixels. More...
 
uint16_t height
 Specifies the stream-encoded height, in pixels. More...
 
uint8_t partialAccel
 Specifies whether partial acceleration is needed for the stream. More...
 
uint8_t num_app_markers
 Specifies the number of App merkers in the stream. More...
 
NvMediaJPEGAppMarkerInfo appMarkerInfo [NVMEDIA_MAX_JPEG_APP_MARKERS]
 Specifies the marker info. More...
 

Field Documentation

◆ appMarkerInfo

NvMediaJPEGAppMarkerInfo NVMEDIAJPEGDecInfo::appMarkerInfo[NVMEDIA_MAX_JPEG_APP_MARKERS]

Specifies the marker info.

Definition at line 168 of file nvmedia_ijpd.h.

◆ height

uint16_t NVMEDIAJPEGDecInfo::height

Specifies the stream-encoded height, in pixels.

Definition at line 159 of file nvmedia_ijpd.h.

◆ num_app_markers

uint8_t NVMEDIAJPEGDecInfo::num_app_markers

Specifies the number of App merkers in the stream.

Definition at line 165 of file nvmedia_ijpd.h.

◆ partialAccel

uint8_t NVMEDIAJPEGDecInfo::partialAccel

Specifies whether partial acceleration is needed for the stream.

Definition at line 162 of file nvmedia_ijpd.h.

◆ width

uint16_t NVMEDIAJPEGDecInfo::width

Specifies the stream-encoded width, in pixels.

Definition at line 156 of file nvmedia_ijpd.h.


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