Home
last modified time | relevance | path

Searched refs:vp9_alloc_frame_buffer (Results 1 – 5 of 5) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_scale/
Dyv12config.h66 int vp9_alloc_frame_buffer(YV12_BUFFER_CONFIG *ybf,
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
Dvp9_alloccommon.c173 if (vp9_alloc_frame_buffer(&cm->frame_bufs[i].buf, width, height, in vp9_alloc_frame_buffers()
186 if (vp9_alloc_frame_buffer(&cm->post_proc_buffer, width, height, ss_x, ss_y, in vp9_alloc_frame_buffers()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_lookahead.c80 if (vp9_alloc_frame_buffer(&ctx->buf[i].img, in vp9_lookahead_init()
Dvp9_onyx_if.c585 if (vp9_alloc_frame_buffer(&cpi->last_frame_uf, in vp9_alloc_compressor_data()
592 if (vp9_alloc_frame_buffer(&cpi->scaled_source, in vp9_alloc_compressor_data()
599 if (vp9_alloc_frame_buffer(&cpi->scaled_last_source, in vp9_alloc_compressor_data()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_scale/generic/
Dyv12config.c277 int vp9_alloc_frame_buffer(YV12_BUFFER_CONFIG *ybf, in vp9_alloc_frame_buffer() function