Home
last modified time | relevance | path

Searched defs:image_s (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/external/common_algorithm/misc/include/
H A Drkbar_scan_api.h9 typedef struct image_s { struct
10 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;