Home
last modified time | relevance | path

Searched refs:vp9_alloc_internal_frame_buffers (Results 1 – 3 of 3) sorted by relevance

/external/libvpx/libvpx/vp9/common/
Dvp9_frame_buffers.h33 int vp9_alloc_internal_frame_buffers(InternalFrameBufferList *list);
Dvp9_frame_buffers.c16 int vp9_alloc_internal_frame_buffers(InternalFrameBufferList *list) { in vp9_alloc_internal_frame_buffers() function
/external/libvpx/libvpx/vp9/
Dvp9_dx_iface.c220 if (vp9_alloc_internal_frame_buffers(&pool->int_frame_buffers)) in init_buffer_callbacks()