Searched defs:YV12_BUFFER_CONFIG (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/libvpx/source/libvpx/vpx_scale/
H A Dyv12config.h58 } YV12_BUFFER_CONFIG; typedef in typeref:struct:yv12_buffer_config
62 int vp8_yv12_alloc_frame_buffer(YV12_BUFFER_CONFIG *ybf,
64 int vp8_yv12_realloc_frame_buffer(YV12_BUFFER_CONFIG *ybf,
66 int vp8_yv12_de_alloc_frame_buffer(YV12_BUFFER_CONFIG *ybf);
68 int vp9_alloc_frame_buffer(YV12_BUFFER_CONFIG *ybf,
81 int vp9_realloc_frame_buffer(YV12_BUFFER_CONFIG *ybf,
90 int vp9_free_frame_buffer(YV12_BUFFER_CONFIG *ybf);
/external/libvpx/libvpx/vpx_scale/
H A Dyv12config.h56 } YV12_BUFFER_CONFIG; typedef in typeref:struct:yv12_buffer_config
58 int vp8_yv12_alloc_frame_buffer(YV12_BUFFER_CONFIG *ybf,
60 int vp8_yv12_realloc_frame_buffer(YV12_BUFFER_CONFIG *ybf,
62 int vp8_yv12_de_alloc_frame_buffer(YV12_BUFFER_CONFIG *ybf);
64 int vp9_alloc_frame_buffer(YV12_BUFFER_CONFIG *ybf,
74 int vp9_realloc_frame_buffer(YV12_BUFFER_CONFIG *ybf,
80 int vp9_free_frame_buffer(YV12_BUFFER_CONFIG *ybf);

Completed in 2066 milliseconds