Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_scale/
Dyv12config.h76 int vp9_realloc_frame_buffer(YV12_BUFFER_CONFIG *ybf,
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_scale/generic/
Dyv12config.c137 int vp9_realloc_frame_buffer(YV12_BUFFER_CONFIG *ybf, in vp9_realloc_frame_buffer() function
282 return vp9_realloc_frame_buffer(ybf, width, height, ss_x, ss_y, border, in vp9_alloc_frame_buffer()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
Dvp9_alloccommon.c122 if (vp9_realloc_frame_buffer(&cm->post_proc_buffer, width, height, ss_x, ss_y, in vp9_resize_frame_buffers()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_onyx_if.c570 if (vp9_realloc_frame_buffer(&cpi->alt_ref_buffer, in alloc_raw_frame_buffers()
633 if (vp9_realloc_frame_buffer(&cpi->last_frame_uf, in update_frame_size()
640 if (vp9_realloc_frame_buffer(&cpi->scaled_source, in update_frame_size()
647 if (vp9_realloc_frame_buffer(&cpi->scaled_last_source, in update_frame_size()
2136 vp9_realloc_frame_buffer(&cm->frame_bufs[new_fb].buf,
3181 vp9_realloc_frame_buffer(get_frame_new_buffer(cm),
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/
Dvp9_decodeframe.c634 if (vp9_realloc_frame_buffer( in apply_frame_size()