#include <imageaccess.h>
Data Fields | |
int | data_fd |
unsigned char | rgb [MAX_IMAGE_WIDTH *3] |
int | imageWidth |
int | imageHeight |
unsigned char * | this |
unsigned char * | prev |
unsigned char * | next |
int | depth |
int | shft |
int | color |
unsigned long | BayerRows [3][(MAX_IMAGE_WIDTH >> 2)+4] |
int | BayerOrient |
int | bufferedRows [3] |
unsigned long | palette [256] |
Definition at line 19 of file imageaccess.h.
Definition at line 20 of file imageaccess.h.
Referenced by closePixelBuffers(), getMonoRow(), getPixelRow(), and initPixelBuffers().
unsigned char pixel_buffers::rgb[MAX_IMAGE_WIDTH *3] |
Definition at line 21 of file imageaccess.h.
Definition at line 23 of file imageaccess.h.
Referenced by getMonoRow(), getPixelRow(), and initPixelBuffers().
unsigned char* pixel_buffers::this |
unsigned char* pixel_buffers::prev |
unsigned char* pixel_buffers::next |
Definition at line 26 of file imageaccess.h.
Definition at line 29 of file imageaccess.h.
Referenced by getPalette(), getPixelRow(), initPalette(), and initPixelBuffers().
unsigned long pixel_buffers::BayerRows[3][(MAX_IMAGE_WIDTH >> 2)+4] |
unsigned long pixel_buffers::palette[256] |