Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/common/
Dvp9_alloccommon.h21 struct BufferPool;
30 void vp9_free_ref_frame_buffers(struct BufferPool *pool);
Dvp9_onyxc_int.h91 typedef struct BufferPool { struct
109 } 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()
86 void vp9_free_ref_frame_buffers(BufferPool *pool) { in vp9_free_ref_frame_buffers()
/external/libvpx/libvpx/vp9/decoder/
Dvp9_decoder.h112 struct VP9Decoder *vp9_decoder_create(BufferPool *const pool);
117 BufferPool *const pool) { in decrease_ref_count()
Dvp9_decoder.c74 VP9Decoder *vp9_decoder_create(BufferPool *const pool) { in vp9_decoder_create()
230 BufferPool *const pool = cm->buffer_pool; in swap_frame_buffers()
271 BufferPool *volatile const pool = cm->buffer_pool; in vp9_receive_compressed_data()
Dvp9_decodeframe.c664 BufferPool *const pool = pbi->common.buffer_pool; in dec_build_inter_predictors_sb()
1185 BufferPool *const pool = cm->buffer_pool; in setup_frame_size()
1228 BufferPool *const pool = cm->buffer_pool; in setup_frame_size_with_refs()
1755 BufferPool *const pool = cm->buffer_pool; in read_uncompressed_header()
/external/libvpx/libvpx/vp9/
Dvp9_dx_iface.h57 BufferPool *buffer_pool;
Dvp9_dx_iface.c237 BufferPool *const pool = cm->buffer_pool; in init_buffer_callbacks()
288 BufferPool *const pool = frame_worker_data->pbi->common.buffer_pool; in frame_worker_hook()
327 ctx->buffer_pool = (BufferPool *)vpx_calloc(1, sizeof(BufferPool)); in init_decoder()
652 BufferPool *const pool = ctx->buffer_pool; in release_last_output_frame()
Dvp9_cx_iface.c111 BufferPool *buffer_pool;
888 priv->buffer_pool = (BufferPool *)vpx_calloc(1, sizeof(BufferPool)); in encoder_init()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_encoder.h722 BufferPool *const pool);
Dvp9_encoder.c2005 BufferPool *const pool) { in vp9_create_compressor()
2846 BufferPool *const pool = cm->buffer_pool;
3017 BufferPool *const pool = cm->buffer_pool;
4606 BufferPool *const pool = cm->buffer_pool;
5016 BufferPool *const pool = cm->buffer_pool;
Dvp9_firstpass.c1369 BufferPool *const pool = cm->buffer_pool; in vp9_first_pass()