Home
last modified time | relevance | path

Searched refs:InternalFrameBuffer (Results 1 – 4 of 4) sorted by relevance

/external/libvpx/libvpx/vp9/common/
Dvp9_frame_buffers.h21 typedef struct InternalFrameBuffer { struct
25 } InternalFrameBuffer; argument
29 InternalFrameBuffer *int_fb;
Dvp9_frame_buffers.c22 list->int_fb = (InternalFrameBuffer *)vpx_calloc( in vp9_alloc_internal_frame_buffers()
74 InternalFrameBuffer *const int_fb = (InternalFrameBuffer *)fb->priv; in vp9_release_frame_buffer()
/external/libaom/libaom/av1/common/
Dframe_buffers.h22 typedef struct InternalFrameBuffer { struct
26 } InternalFrameBuffer; typedef
30 InternalFrameBuffer *int_fb;
Dframe_buffers.c23 list->int_fb = (InternalFrameBuffer *)aom_calloc( in av1_alloc_internal_frame_buffers()
94 InternalFrameBuffer *const int_fb = (InternalFrameBuffer *)fb->priv; in av1_release_frame_buffer()