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,
71 int vp8_yv12_realloc_frame_buffer(YV12_BUFFER_CONFIG *ybf,
73 int vp8_yv12_de_alloc_frame_buffer(YV12_BUFFER_CONFIG *ybf);
75 int vpx_alloc_frame_buffer(YV12_BUFFER_CONFIG *ybf,
89 int vpx_realloc_frame_buffer(YV12_BUFFER_CONFIG *ybf,
99 int vpx_free_frame_buffer(YV12_BUFFER_CONFIG *ybf);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_scale/
yv12config.h 27 typedef struct yv12_buffer_config { struct
58 } YV12_BUFFER_CONFIG;
60 int vp8_yv12_alloc_frame_buffer(YV12_BUFFER_CONFIG *ybf,
62 int vp8_yv12_realloc_frame_buffer(YV12_BUFFER_CONFIG *ybf,
64 int vp8_yv12_de_alloc_frame_buffer(YV12_BUFFER_CONFIG *ybf);
66 int vp9_alloc_frame_buffer(YV12_BUFFER_CONFIG *ybf,
76 int vp9_realloc_frame_buffer(YV12_BUFFER_CONFIG *ybf,
82 int vp9_free_frame_buffer(YV12_BUFFER_CONFIG *ybf);

Completed in 1567 milliseconds