Searched defs:yv12_buffer_config (Results 1 – 2 of 2) sorted by relevance
29 typedef struct yv12_buffer_config { struct30 int y_width;31 int y_height;32 int y_crop_width;33 int y_crop_height;34 int y_stride;36 int uv_width;37 int uv_height;38 int uv_crop_width;39 int uv_crop_height;[all …]
46 typedef struct yv12_buffer_config { struct48 union {60 union {73 union {80 union {87 union {94 union {105 int use_external_reference_buffers;109 uint8_t *store_buf_adr[3];114 struct image_pyramid *y_pyramid;[all …]