Home
last modified time | relevance | path

Searched refs:vp9_resize_frame_buffers (Results 1 – 3 of 3) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
Dvp9_alloccommon.h23 int vp9_resize_frame_buffers(struct VP9Common *cm, int width, int height);
Dvp9_alloccommon.c116 int vp9_resize_frame_buffers(VP9_COMMON *cm, int width, int height) { in vp9_resize_frame_buffers() function
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/
Dvp9_decodeframe.c623 if (vp9_resize_frame_buffers(cm, width, height)) in apply_frame_size()