Searched defs:image_s (Results 1 – 1 of 1) sorted by relevance
9 typedef struct image_s { struct10 unsigned width, height; /* image size */11 void *data; /* image sample data */12 unsigned long datalen; /* allocated/mapped size of data */13 unsigned crop_x, crop_y; /* crop rectangle */14 unsigned crop_w, crop_h;15 void *userdata; /* user specified data associated w/image */16 uint8_t *bin;17 uint8_t *tmp;