HomeSort by relevance Sort by last modified time
    Searched defs:InternalFrameBufferList (Results 1 - 2 of 2) sorted by null

  /external/libvpx/libvpx/vp9/common/
vp9_frame_buffers.h 27 typedef struct InternalFrameBufferList {
30 } InternalFrameBufferList;
33 int vp9_alloc_internal_frame_buffers(InternalFrameBufferList *list);
36 void vp9_free_internal_frame_buffers(InternalFrameBufferList *list);
39 // Callback private data, which points to an InternalFrameBufferList.
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
vp9_frame_buffers.h 27 typedef struct InternalFrameBufferList {
30 } InternalFrameBufferList;
33 int vp9_alloc_internal_frame_buffers(InternalFrameBufferList *list);
36 void vp9_free_internal_frame_buffers(InternalFrameBufferList *list);
39 // Callback private data, which points to an InternalFrameBufferList.

Completed in 94 milliseconds