Home
last modified time | relevance | path

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

/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()
225 cm->cb_priv = &cm->int_frame_buffers; in decode_one()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
Dvp9_onyxc_int.h204 InternalFrameBufferList int_frame_buffers; member
Dvp9_alloccommon.c224 vp9_free_internal_frame_buffers(&cm->int_frame_buffers); in vp9_remove_common()