Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
Dvp9_alloccommon.h25 int vp9_alloc_frame_buffers(struct VP9Common *cm, int width, int height);
Dvp9_alloccommon.c162 int vp9_alloc_frame_buffers(VP9_COMMON *cm, int width, int height) { in vp9_alloc_frame_buffers() function
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_onyx_if.c581 if (vp9_alloc_frame_buffers(cm, cm->width, cm->height)) in vp9_alloc_compressor_data()