NVIDIA DRIVE OS Linux SDK API Reference

5.1.6.0 Release

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

Detailed Description

Holds image JPEG decoder stream information.

Definition at line 118 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

NvMediaJPEGAppMarkerInfo NVMEDIAJPEGDecInfo::appMarkerInfo[NVMEDIA_MAX_JPEG_APP_MARKERS]

Specifies the marker info.

Definition at line 133 of file nvmedia_ijpd.h.

uint16_t NVMEDIAJPEGDecInfo::height

Specifies the stream-encoded height, in pixels.

Definition at line 124 of file nvmedia_ijpd.h.

uint8_t NVMEDIAJPEGDecInfo::num_app_markers

Specifies the number of App merkers in the stream.

Definition at line 130 of file nvmedia_ijpd.h.

uint8_t NVMEDIAJPEGDecInfo::partialAccel

Specifies whether partial acceleration is needed for the stream.

Definition at line 127 of file nvmedia_ijpd.h.

uint16_t NVMEDIAJPEGDecInfo::width

Specifies the stream-encoded width, in pixels.

Definition at line 121 of file nvmedia_ijpd.h.


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