Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
Dvp9_frame_buffers.h21 typedef struct InternalFrameBuffer { struct
25 } InternalFrameBuffer; argument
29 InternalFrameBuffer *int_fb;
Dvp9_frame_buffers.c23 (InternalFrameBuffer *)vpx_calloc(list->num_internal_frame_buffers, in vp9_alloc_internal_frame_buffers()
77 InternalFrameBuffer *const int_fb = (InternalFrameBuffer *)fb->priv; in vp9_release_frame_buffer()