HomeSort by relevance Sort by last modified time
    Searched refs:int_frame_buffers (Results 1 - 5 of 5) sorted by null

  /external/libvpx/libvpx/vp9/common/
vp9_onyxc_int.h 109 InternalFrameBufferList int_frame_buffers; member in struct:BufferPool
277 InternalFrameBufferList int_frame_buffers; member in struct:VP9Common
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
vp9_onyxc_int.h 204 InternalFrameBufferList int_frame_buffers; member in struct:VP9Common
vp9_alloccommon.c 224 vp9_free_internal_frame_buffers(&cm->int_frame_buffers);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/
vp9_dx_iface.c 222 if (vp9_alloc_internal_frame_buffers(&cm->int_frame_buffers))
225 cm->cb_priv = &cm->int_frame_buffers;
  /external/libvpx/libvpx/vp9/
vp9_dx_iface.c 91 vp9_free_internal_frame_buffers(&ctx->buffer_pool->int_frame_buffers);
261 if (vp9_alloc_internal_frame_buffers(&pool->int_frame_buffers))
265 pool->cb_priv = &pool->int_frame_buffers;
    [all...]

Completed in 108 milliseconds