Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
Dvp9_frame_buffers.h33 int vp9_alloc_internal_frame_buffers(InternalFrameBufferList *list);
Dvp9_frame_buffers.c16 int vp9_alloc_internal_frame_buffers(InternalFrameBufferList *list) { in vp9_alloc_internal_frame_buffers() function
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/
Dvp9_dx_iface.c222 if (vp9_alloc_internal_frame_buffers(&cm->int_frame_buffers)) in decode_one()