Definition in file conf_jpeg_decoder.h.
Go to the source code of this file.
Defines | |
#define | JPEG_DECODER_MAX_IMAGE_HEIGHT 240 |
#define | JPEG_DECODER_MAX_IMAGE_WIDTH 320 |
Maximal image dimensions. | |
#define | JPEG_DECODER_PIXEL_SIZE_IN_BYTES 2 |
The size of a pixel in byte. |
#define JPEG_DECODER_MAX_IMAGE_HEIGHT 240 |
#define JPEG_DECODER_MAX_IMAGE_WIDTH 320 |
Maximal image dimensions.
Definition at line 49 of file conf_jpeg_decoder.h.
Referenced by jpeg_lib_init().
#define JPEG_DECODER_PIXEL_SIZE_IN_BYTES 2 |
The size of a pixel in byte.
Definition at line 52 of file conf_jpeg_decoder.h.
Referenced by jpeg_lib_init().