Home
last modified time | relevance | path

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

/aosp_15_r20/external/libvpx/vpx_scale/
H A Dyv12config.h29 typedef struct yv12_buffer_config { struct
30 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 …]
/aosp_15_r20/external/libaom/aom_scale/
H A Dyv12config.h46 typedef struct yv12_buffer_config { struct
48 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 …]