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/ |
D | yv12config.h | 66 int vp9_alloc_frame_buffer(YV12_BUFFER_CONFIG *ybf,
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/ |
D | vp9_alloccommon.c | 173 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/ |
D | vp9_lookahead.c | 80 if (vp9_alloc_frame_buffer(&ctx->buf[i].img, in vp9_lookahead_init()
|
D | vp9_onyx_if.c | 585 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/ |
D | yv12config.c | 277 int vp9_alloc_frame_buffer(YV12_BUFFER_CONFIG *ybf, in vp9_alloc_frame_buffer() function
|