Searched defs:cb_priv (Results 1 - 6 of 6) sorted by relevance

/external/libvpx/libvpx/vp9/common/
H A Dvp9_frame_buffers.c41 int vp9_get_frame_buffer(void *cb_priv, size_t min_size, argument
45 (InternalFrameBufferList *)cb_priv;
80 int vp9_release_frame_buffer(void *cb_priv, vpx_codec_frame_buffer_t *fb) { argument
82 (void)cb_priv;
H A Dvp9_onyxc_int.h101 void *cb_priv; member in struct:BufferPool
272 void *cb_priv; member in struct:VP9Common
/external/libvpx/libvpx/vpx/src/
H A Dvpx_decoder.c183 vpx_release_frame_buffer_cb_fn_t cb_release, void *cb_priv) {
193 cb_priv);
181 vpx_codec_set_frame_buffer_functions( vpx_codec_ctx_t *ctx, vpx_get_frame_buffer_cb_fn_t cb_get, vpx_release_frame_buffer_cb_fn_t cb_release, void *cb_priv) argument
/external/libvpx/libvpx/vpx_scale/generic/
H A Dyv12config.c147 void *cb_priv) {
199 if (cb(cb_priv, (size_t)external_frame_size, fb) < 0)
137 vpx_realloc_frame_buffer(YV12_BUFFER_CONFIG *ybf, int width, int height, int ss_x, int ss_y, int use_highbitdepth, int border, int byte_alignment, vpx_codec_frame_buffer_t *fb, vpx_get_frame_buffer_cb_fn_t cb, void *cb_priv) argument
/external/libvpx/libvpx/vp9/
H A Dvp9_dx_iface.c247 pool->cb_priv = ctx->ext_priv;
256 pool->cb_priv = &pool->int_frame_buffers;
747 vpx_release_frame_buffer_cb_fn_t cb_release, void *cb_priv) {
755 ctx->ext_priv = cb_priv;
744 decoder_set_fb_fn( vpx_codec_alg_priv_t *ctx, vpx_get_frame_buffer_cb_fn_t cb_get, vpx_release_frame_buffer_cb_fn_t cb_release, void *cb_priv) argument
/external/libvpx/libvpx/
H A Dvpxdec.c365 // Callback used by libvpx to request an external frame buffer. |cb_priv|
369 static int get_vp9_frame_buffer(void *cb_priv, size_t min_size, argument
373 (struct ExternalFrameBufferList *)cb_priv;
405 // |cb_priv| user private data passed into the set function. |fb| pointer
407 static int release_vp9_frame_buffer(void *cb_priv, argument
411 (void)cb_priv;

Completed in 194 milliseconds