Home
last modified time | relevance | path

Searched refs:vp8_alloc_frame_buffers (Results 1 – 4 of 4) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
Dalloccommon.h24 int vp8_alloc_frame_buffers(VP8_COMMON *oci, int width, int height);
Dalloccommon.c47 int vp8_alloc_frame_buffers(VP8_COMMON *oci, int width, int height) in vp8_alloc_frame_buffers() function
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/
Dvp8_dx_iface.c500 if (vp8_alloc_frame_buffers(pc, pc->Width, pc->Height)) in vp8_decode()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
Donyx_if.c1160 if (vp8_alloc_frame_buffers(cm, width, height)) in vp8_alloc_compressor_data()