Home
last modified time | relevance | path

Searched refs:cb_priv (Results 1 – 14 of 14) sorted by relevance

/external/libvpx/libvpx/vp9/common/
Dvp9_frame_buffers.c40 int vp9_get_frame_buffer(void *cb_priv, size_t min_size, in vp9_get_frame_buffer() argument
44 (InternalFrameBufferList *)cb_priv; in vp9_get_frame_buffer()
73 int vp9_release_frame_buffer(void *cb_priv, vpx_codec_frame_buffer_t *fb) { in vp9_release_frame_buffer() argument
75 (void)cb_priv; in vp9_release_frame_buffer()
Dvp9_frame_buffers.h42 int vp9_get_frame_buffer(void *cb_priv, size_t min_size,
47 int vp9_release_frame_buffer(void *cb_priv, vpx_codec_frame_buffer_t *fb);
Dvp9_onyxc_int.h79 void *cb_priv; member
246 void *cb_priv; member
Dvp9_alloccommon.c70 pool->release_fb_cb(pool->cb_priv, &pool->frame_bufs[i].raw_frame_buffer); in vp9_free_ref_frame_buffers()
/external/libvpx/libvpx/vpx/src/
Dvpx_decoder.c174 vpx_release_frame_buffer_cb_fn_t cb_release, void *cb_priv) { in vpx_codec_set_frame_buffer_functions() argument
184 cb_priv); in vpx_codec_set_frame_buffer_functions()
/external/libvpx/libvpx/vpx_scale/generic/
Dyv12config.c144 vpx_get_frame_buffer_cb_fn_t cb, void *cb_priv) { in vpx_realloc_frame_buffer() argument
184 if (cb(cb_priv, (size_t)external_frame_size, fb) < 0) return -1; in vpx_realloc_frame_buffer()
/external/libvpx/libvpx/vp9/
Dvp9_dx_iface.c212 pool->cb_priv = ctx->ext_priv; in init_buffer_callbacks()
221 pool->cb_priv = &pool->int_frame_buffers; in init_buffer_callbacks()
405 vpx_release_frame_buffer_cb_fn_t cb_release, void *cb_priv) { in decoder_set_fb_fn() argument
413 ctx->ext_priv = cb_priv; in decoder_set_fb_fn()
/external/libvpx/libvpx/vpx_scale/
Dyv12config.h96 vpx_get_frame_buffer_cb_fn_t cb, void *cb_priv);
/external/libvpx/libvpx/vpx/
Dvpx_decoder.h357 vpx_release_frame_buffer_cb_fn_t cb_release, void *cb_priv);
/external/libvpx/libvpx/vp9/decoder/
Dvp9_decoder.h122 pool->release_fb_cb(pool->cb_priv, &frame_bufs[idx].raw_frame_buffer); in decrease_ref_count()
Dvp9_decoder.c292 pool->release_fb_cb(pool->cb_priv, in vp9_receive_compressed_data()
Dvp9_decodeframe.c1182 pool->cb_priv)) { in setup_frame_size()
1266 pool->cb_priv)) { in setup_frame_size_with_refs()
/external/libvpx/libvpx/
Dvpxdec.c358 static int get_vp9_frame_buffer(void *cb_priv, size_t min_size, in get_vp9_frame_buffer() argument
362 (struct ExternalFrameBufferList *)cb_priv; in get_vp9_frame_buffer()
392 static int release_vp9_frame_buffer(void *cb_priv, in release_vp9_frame_buffer() argument
396 (void)cb_priv; in release_vp9_frame_buffer()
/external/libvpx/libvpx/vpx/internal/
Dvpx_codec_internal.h248 vpx_release_frame_buffer_cb_fn_t cb_release, void *cb_priv);