Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
Dvp9_frame_buffers.h27 typedef struct InternalFrameBufferList { struct
30 } InternalFrameBufferList; argument
33 int vp9_alloc_internal_frame_buffers(InternalFrameBufferList *list);
36 void vp9_free_internal_frame_buffers(InternalFrameBufferList *list);
Dvp9_frame_buffers.c16 int vp9_alloc_internal_frame_buffers(InternalFrameBufferList *list) { in vp9_alloc_internal_frame_buffers()
28 void vp9_free_internal_frame_buffers(InternalFrameBufferList *list) { in vp9_free_internal_frame_buffers()
44 InternalFrameBufferList *const int_fb_list = in vp9_get_frame_buffer()
45 (InternalFrameBufferList *)cb_priv; in vp9_get_frame_buffer()
Dvp9_onyxc_int.h204 InternalFrameBufferList int_frame_buffers;