This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Defines | |
#define | MAP_OPTIONS MAP_PRIVATE |
Functions | |
int | dma2jpeg (int ImageWidth, int ImageHeight, int Quality, int Contrast, int Color, int bayerOrient, int Depth, const char *pseudo, const char *ifn, const char *ofn) |
#define MAP_OPTIONS MAP_PRIVATE |
Definition at line 3 of file dma2jpeg.h.
int dma2jpeg | ( | int | ImageWidth, | |
int | ImageHeight, | |||
int | Quality, | |||
int | Contrast, | |||
int | Color, | |||
int | bayerOrient, | |||
int | Depth, | |||
const char * | pseudo, | |||
const char * | ifn, | |||
const char * | ofn | |||
) |
Definition at line 63 of file dma2jpeg.c.
References closePixelBuffers(), D, getPalette(), getPixelRow(), initPixelBuffers(), jpeg_set_quality(), MD, outfile, stderr, and stdout.
Referenced by send_buf_image(), and send_immed_image().