Searched refs:InternalFrameBufferList (Results 1 - 6 of 6) 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.
H A Dvp9_frame_buffers.c16 int vp9_alloc_internal_frame_buffers(InternalFrameBufferList *list) {
28 void vp9_free_internal_frame_buffers(InternalFrameBufferList *list) {
44 InternalFrameBufferList *const int_fb_list =
45 (InternalFrameBufferList *)cb_priv;
H A Dvp9_onyxc_int.h199 InternalFrameBufferList int_frame_buffers;
/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.
H A Dvp9_frame_buffers.c16 int vp9_alloc_internal_frame_buffers(InternalFrameBufferList *list) {
28 void vp9_free_internal_frame_buffers(InternalFrameBufferList *list) {
44 InternalFrameBufferList *const int_fb_list =
45 (InternalFrameBufferList *)cb_priv;
H A Dvp9_onyxc_int.h207 InternalFrameBufferList int_frame_buffers;

Completed in 6448 milliseconds