OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:yv12_buffer_config
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/libvpx/source/libvpx/vpx_scale/
yv12config.h
28
typedef struct
yv12_buffer_config
{
struct
58
}
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/
yv12config.h
27
typedef struct
yv12_buffer_config
{
struct
56
}
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 34 milliseconds