Searched defs:InternalFrameBufferList (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/
H A Dvp9_frame_buffers.h27 typedef struct InternalFrameBufferList { struct
30 } InternalFrameBufferList; typedef in typeref:struct:InternalFrameBufferList
33 int vp9_alloc_internal_frame_buffers(InternalFrameBufferList *list);
36 void vp9_free_internal_frame_buffers(InternalFrameBufferList *list);
39 // Callback private data, which points to an InternalFrameBufferList.
/external/libvpx/libvpx/vp9/common/
H A Dvp9_frame_buffers.h27 typedef struct InternalFrameBufferList { struct
30 } InternalFrameBufferList; typedef in typeref:struct:InternalFrameBufferList
33 int vp9_alloc_internal_frame_buffers(InternalFrameBufferList *list);
36 void vp9_free_internal_frame_buffers(InternalFrameBufferList *list);
39 // Callback private data, which points to an InternalFrameBufferList.

Completed in 127 milliseconds