Home
last modified time | relevance | path

Searched refs:BufferPool (Results 1 – 11 of 11) sorted by relevance

/external/libvpx/libvpx/vp9/common/
Dvp9_alloccommon.h22 struct BufferPool;
30 void vp9_free_ref_frame_buffers(struct BufferPool *pool);
Dvp9_onyxc_int.h92 typedef struct BufferPool { struct
110 } BufferPool; argument
279 BufferPool *buffer_pool;
288 void lock_buffer_pool(BufferPool *const pool);
289 void unlock_buffer_pool(BufferPool *const pool);
Dvp9_alloccommon.c22 void lock_buffer_pool(BufferPool *const pool) { in lock_buffer_pool()
30 void unlock_buffer_pool(BufferPool *const pool) { in unlock_buffer_pool()
87 void vp9_free_ref_frame_buffers(BufferPool *pool) { in vp9_free_ref_frame_buffers()
/external/libvpx/libvpx/vp9/decoder/
Dvp9_decoder.h118 struct VP9Decoder *vp9_decoder_create(BufferPool *const pool);
123 BufferPool *const pool) { in decrease_ref_count()
Dvp9_decoder.c76 VP9Decoder *vp9_decoder_create(BufferPool *const pool) { in vp9_decoder_create()
234 BufferPool *const pool = cm->buffer_pool; in swap_frame_buffers()
275 BufferPool *volatile const pool = cm->buffer_pool; in vp9_receive_compressed_data()
Dvp9_decodeframe.c731 BufferPool *const pool = pbi->common.buffer_pool; in dec_build_inter_predictors_sb()
1232 BufferPool *const pool = cm->buffer_pool; in setup_frame_size()
1273 BufferPool *const pool = cm->buffer_pool; in setup_frame_size_with_refs()
1807 BufferPool *const pool = cm->buffer_pool; in read_uncompressed_header()
/external/libvpx/libvpx/vp9/
Dvp9_dx_iface.c74 BufferPool *buffer_pool;
294 BufferPool *const pool = cm->buffer_pool; in init_buffer_callbacks()
349 BufferPool *const pool = frame_worker_data->pbi->common.buffer_pool; in frame_worker_hook()
388 ctx->buffer_pool = (BufferPool *)vpx_calloc(1, sizeof(BufferPool)); in init_decoder()
722 BufferPool *const pool = ctx->buffer_pool; in release_last_output_frame()
Dvp9_cx_iface.c96 BufferPool *buffer_pool;
780 (BufferPool *)vpx_calloc(1, sizeof(BufferPool)); in encoder_init()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_encoder.h508 BufferPool *const pool);
Dvp9_encoder.c1592 BufferPool *const pool) { in vp9_create_compressor()
2664 BufferPool *const pool = cm->buffer_pool;
2798 BufferPool *const pool = cm->buffer_pool;
3917 BufferPool *const pool = cm->buffer_pool;
4130 BufferPool *const pool = cm->buffer_pool;
Dvp9_firstpass.c536 BufferPool *const pool = cm->buffer_pool; in vp9_first_pass()