Jetson Linux API Reference

32.7.4 Release

Detailed Description

The NvJPEGEncoder API provides functionality for encoding JPEG images using libjpeg APIs.

Data Structures

class  NvJPEGEncoder
 NvJpegEncoder uses the libjpeg APIs for decoding JPEG images. More...
 

Macros

#define TEGRA_ACCELERATE
 TEGRA_ACCELERATE must be defined to enable hardware acceleration of JPEG encoding. More...
 
#define MAX_CHANNELS   3
 Specifies the maximum number of channels to be used with the encoder. More...
 

Macro Definition Documentation

◆ MAX_CHANNELS

#define MAX_CHANNELS   3

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

Definition at line 69 of file NvJpegEncoder.h.

◆ TEGRA_ACCELERATE

#define TEGRA_ACCELERATE

TEGRA_ACCELERATE must be defined to enable hardware acceleration of JPEG encoding.

Definition at line 56 of file NvJpegEncoder.h.