HomeSort by relevance Sort by last modified time
    Searched defs:yv12_buffer_config (Results 1 - 2 of 2) sorted by null

  /external/libvpx/libvpx/vpx_scale/
yv12config.h 29 typedef struct yv12_buffer_config { struct
65 } YV12_BUFFER_CONFIG;
69 int vp8_yv12_alloc_frame_buffer(YV12_BUFFER_CONFIG *ybf, int width, int height,
71 int vp8_yv12_realloc_frame_buffer(YV12_BUFFER_CONFIG *ybf, int width,
73 int vp8_yv12_de_alloc_frame_buffer(YV12_BUFFER_CONFIG *ybf);
75 int vpx_alloc_frame_buffer(YV12_BUFFER_CONFIG *ybf, int width, int height,
89 int vpx_realloc_frame_buffer(YV12_BUFFER_CONFIG *ybf, int width, int height,
97 int vpx_free_frame_buffer(YV12_BUFFER_CONFIG *ybf);
  /external/libaom/libaom/aom_scale/
yv12config.h 32 typedef struct yv12_buffer_config { struct
108 } YV12_BUFFER_CONFIG;
112 int aom_alloc_frame_buffer(YV12_BUFFER_CONFIG *ybf, int width, int height,
123 int aom_realloc_frame_buffer(YV12_BUFFER_CONFIG *ybf, int width, int height,
129 int aom_realloc_lookahead_buffer(YV12_BUFFER_CONFIG *ybf, int width, int height,
136 int aom_free_frame_buffer(YV12_BUFFER_CONFIG *ybf);

Completed in 127 milliseconds