Home
last modified time | relevance | path

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

/external/chromium_org/third_party/libvpx/source/libvpx/vpx_scale/
Dyv12config.h28 typedef struct yv12_buffer_config { struct
29 int y_width;
30 int y_height;
31 int y_crop_width;
32 int y_crop_height;
33 int y_stride;
35 int uv_width;
36 int uv_height;
37 int uv_crop_width;
38 int uv_crop_height;
[all …]
/external/libvpx/libvpx/vpx_scale/
Dyv12config.h27 typedef struct yv12_buffer_config { struct
28 int y_width;
29 int y_height;
30 int y_crop_width;
31 int y_crop_height;
32 int y_stride;
34 int uv_width;
35 int uv_height;
36 int uv_crop_width;
37 int uv_crop_height;
[all …]