Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/common/
Dframe_buffers.h28 typedef struct InternalFrameBufferList { struct
31 } InternalFrameBufferList; typedef
34 int av1_alloc_internal_frame_buffers(InternalFrameBufferList *list);
37 void av1_free_internal_frame_buffers(InternalFrameBufferList *list);
43 void av1_zero_unused_internal_frame_buffers(InternalFrameBufferList *list);
Dframe_buffers.c17 int av1_alloc_internal_frame_buffers(InternalFrameBufferList *list) { in av1_alloc_internal_frame_buffers()
32 void av1_free_internal_frame_buffers(InternalFrameBufferList *list) { in av1_free_internal_frame_buffers()
46 void av1_zero_unused_internal_frame_buffers(InternalFrameBufferList *list) { in av1_zero_unused_internal_frame_buffers()
60 InternalFrameBufferList *const int_fb_list = in av1_get_frame_buffer()
61 (InternalFrameBufferList *)cb_priv; in av1_get_frame_buffer()
Donyxc_int.h182 InternalFrameBufferList int_frame_buffers;
/external/libvpx/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()
27 void vp9_free_internal_frame_buffers(InternalFrameBufferList *list) { in vp9_free_internal_frame_buffers()
43 InternalFrameBufferList *const int_fb_list = in vp9_get_frame_buffer()
44 (InternalFrameBufferList *)cb_priv; in vp9_get_frame_buffer()
Dvp9_onyxc_int.h87 InternalFrameBufferList int_frame_buffers;
253 InternalFrameBufferList int_frame_buffers;