Jetson Linux API Reference

32.7.4 Release

Detailed Description

The NvJPEGDecoder API provides functionality for decoding JPEG images using libjpeg APIs.

Data Structures

class  NvJPEGDecoder
 Helper class for decoding JPEG images using libjpeg APIs. More...
 

Macros

#define TEGRA_ACCELERATE
 TEGRA_ACCELERATE must be defined to enable hardware-accelerated JPEG decoding. More...
 
#define MAX_CHANNELS   3
 Specifies the maximum number of channels to be used with the decoder. More...
 

Macro Definition Documentation

◆ MAX_CHANNELS

#define MAX_CHANNELS   3

Specifies the maximum number of channels to be used with the decoder.

Definition at line 68 of file NvJpegDecoder.h.

◆ TEGRA_ACCELERATE

#define TEGRA_ACCELERATE

TEGRA_ACCELERATE must be defined to enable hardware-accelerated JPEG decoding.

Definition at line 55 of file NvJpegDecoder.h.