Searched refs:cb_priv (Results 1 – 13 of 13) sorted by relevance
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/ |
D | vp9_frame_buffers.c | 41 int vp9_get_frame_buffer(void *cb_priv, size_t min_size, in vp9_get_frame_buffer() argument 45 (InternalFrameBufferList *)cb_priv; in vp9_get_frame_buffer() 76 int vp9_release_frame_buffer(void *cb_priv, vpx_codec_frame_buffer_t *fb) { in vp9_release_frame_buffer() argument 78 (void)cb_priv; in vp9_release_frame_buffer()
|
D | vp9_frame_buffers.h | 42 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);
|
D | vp9_onyxc_int.h | 199 void *cb_priv; member
|
D | vp9_alloccommon.c | 97 cm->release_fb_cb(cm->cb_priv, &cm->frame_bufs[i].raw_frame_buffer); in vp9_free_frame_buffers()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_scale/ |
D | yv12config.h | 81 void *cb_priv);
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/ |
D | vp9_dx_iface.c | 217 cm->cb_priv = ctx->ext_priv; in decode_one() 225 cm->cb_priv = &cm->int_frame_buffers; in decode_one() 391 vpx_release_frame_buffer_cb_fn_t cb_release, void *cb_priv) { in vp9_set_fb_fn() argument 399 ctx->ext_priv = cb_priv; in vp9_set_fb_fn()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/ |
D | vpx_decoder.h | 373 vpx_release_frame_buffer_cb_fn_t cb_release, void *cb_priv);
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_scale/generic/ |
D | yv12config.c | 142 void *cb_priv) { in vp9_realloc_frame_buffer() argument 176 if (cb(cb_priv, external_frame_size, fb) < 0) in vp9_realloc_frame_buffer()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/src/ |
D | vpx_decoder.c | 236 vpx_release_frame_buffer_cb_fn_t cb_release, void *cb_priv) { in vpx_codec_set_frame_buffer_functions() argument 246 cb_priv); in vpx_codec_set_frame_buffer_functions()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/ |
D | vp9_decoder.c | 276 cm->release_fb_cb(cm->cb_priv, in swap_frame_buffers() 314 cm->release_fb_cb(cm->cb_priv, in vp9_receive_compressed_data()
|
D | vp9_decodeframe.c | 638 cm->cb_priv)) { in apply_frame_size()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/ |
D | vpxdec.c | 326 int get_vp9_frame_buffer(void *cb_priv, size_t min_size, in get_vp9_frame_buffer() argument 330 (struct ExternalFrameBufferList *)cb_priv; in get_vp9_frame_buffer() 364 int release_vp9_frame_buffer(void *cb_priv, in release_vp9_frame_buffer() argument 368 (void)cb_priv; in release_vp9_frame_buffer()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/internal/ |
D | vpx_codec_internal.h | 250 vpx_release_frame_buffer_cb_fn_t cb_release, void *cb_priv);
|