Searched refs:InternalFrameBufferList (Results 1 – 12 of 12) sorted by relevance
43 class InternalFrameBufferList : public Allocable {45 InternalFrameBufferList() = default;48 InternalFrameBufferList(const InternalFrameBufferList&) = delete;49 InternalFrameBufferList& operator=(const InternalFrameBufferList&) = delete;51 ~InternalFrameBufferList() = default;
33 static_cast<InternalFrameBufferList*>(callback_private_data); in OnInternalFrameBufferSizeChanged()44 static_cast<InternalFrameBufferList*>(callback_private_data); in GetInternalFrameBuffer()53 static_cast<InternalFrameBufferList*>(callback_private_data); in ReleaseInternalFrameBuffer()59 StatusCode InternalFrameBufferList::OnFrameBufferSizeChanged( in OnFrameBufferSizeChanged()66 StatusCode InternalFrameBufferList::GetFrameBuffer( in GetFrameBuffer()117 void InternalFrameBufferList::ReleaseFrameBuffer(void* buffer_private_data) { in ReleaseFrameBuffer()
37 InternalFrameBufferList buffer_list; in TEST()64 InternalFrameBufferList buffer_list; in TEST()86 InternalFrameBufferList buffer_list; in TEST()136 InternalFrameBufferList buffer_list;217 InternalFrameBufferList buffer_list;
45 InternalFrameBufferList buffer_list_;
429 InternalFrameBufferList internal_frame_buffers_;
28 typedef struct InternalFrameBufferList { struct31 } InternalFrameBufferList; argument34 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);
17 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()
190 InternalFrameBufferList int_frame_buffers;
27 typedef struct InternalFrameBufferList { struct30 } InternalFrameBufferList; typedef33 int vp9_alloc_internal_frame_buffers(InternalFrameBufferList *list);36 void vp9_free_internal_frame_buffers(InternalFrameBufferList *list);
16 int vp9_alloc_internal_frame_buffers(InternalFrameBufferList *list) { in vp9_alloc_internal_frame_buffers()30 void vp9_free_internal_frame_buffers(InternalFrameBufferList *list) { in vp9_free_internal_frame_buffers()47 InternalFrameBufferList *const int_fb_list = in vp9_get_frame_buffer()48 (InternalFrameBufferList *)cb_priv; in vp9_get_frame_buffer()
96 InternalFrameBufferList int_frame_buffers;
44 libgav1::InternalFrameBufferList buffer_list; in ParseObu()