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... | |
#define MAX_CHANNELS 3 |
Specifies the maximum number of channels to be used with the encoder.
Definition at line 69 of file NvJpegEncoder.h.
#define TEGRA_ACCELERATE |
TEGRA_ACCELERATE
must be defined to enable hardware acceleration of JPEG encoding.
Definition at line 56 of file NvJpegEncoder.h.