Home
last modified time | relevance | path

Searched refs:av_buffer_pool_get (Results 1 - 25 of 25) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dget_buffer.c225 frame->buf[i] = av_buffer_pool_get(pool->pools[0]); in audio_get_buffer()
231 frame->extended_buf[i] = av_buffer_pool_get(pool->pools[0]); in audio_get_buffer()
270 pic->buf[i] = av_buffer_pool_get(pool->pools[i]); in video_get_buffer()
H A Dhevc_refs.c101 frame->tab_mvf_buf = av_buffer_pool_get(s->tab_mvf_pool); in alloc_frame()
106 frame->rpl_tab_buf = av_buffer_pool_get(s->rpl_tab_pool); in alloc_frame()
H A Dnvdec.c583 cf->idx_ref = av_buffer_pool_get(ctx->decoder_pool); in ff_nvdec_start_frame()
617 cf->ref_idx_ref = av_buffer_pool_get(ctx->decoder_pool); in ff_nvdec_start_frame_sep_ref()
H A Dlibvpxdec.c69 buf = av_buffer_pool_get(ctx->pool); in get_frame_buffer()
H A Dlibsvtav1.c480 return av_buffer_pool_get(svt_enc->pool); in get_output_ref()
H A Dlibdav1d.c98 buf = av_buffer_pool_get(dav1d->pool); in libdav1d_picture_allocator()
H A Dh264_slice.c240 pic->qscale_table_buf = av_buffer_pool_get(h->qscale_table_pool); in alloc_picture()
241 pic->mb_type_buf = av_buffer_pool_get(h->mb_type_pool); in alloc_picture()
249 pic->motion_val_buf[i] = av_buffer_pool_get(h->motion_val_pool); in alloc_picture()
250 pic->ref_index_buf[i] = av_buffer_pool_get(h->ref_index_pool); in alloc_picture()
H A Dqsvdec.c145 frame->buf[0] = av_buffer_pool_get(pool); in qsv_get_continuous_buffer()
H A Dvaapi_encode.c312 pic->output_buffer_ref = av_buffer_pool_get(ctx->output_buffer_pool); in vaapi_encode_issue()
H A Dvp9.c125 f->extradata = av_buffer_pool_get(s->frame_extradata_pool); in vp9_frame_alloc()
/third_party/ffmpeg/libavfilter/
H A Dframepool.c217 frame->buf[i] = av_buffer_pool_get(pool->pools[i]); in ff_frame_pool_get()
260 frame->buf[i] = av_buffer_pool_get(pool->pools[0]); in ff_frame_pool_get()
266 frame->extended_buf[i] = av_buffer_pool_get(pool->pools[0]); in ff_frame_pool_get()
/third_party/ffmpeg/libavutil/
H A Dbuffer.h234 * buffer pool. Then whenever a buffer is needed, call av_buffer_pool_get() to
239 * reused for subsequent av_buffer_pool_get() calls.
303 AVBufferRef *av_buffer_pool_get(AVBufferPool *pool);
308 * @param ref a buffer reference to a buffer returned by av_buffer_pool_get.
H A Dhwcontext_drm.c82 frame->buf[0] = av_buffer_pool_get(hwfc->pool); in drm_get_buffer()
H A Dhwcontext_vdpau.c293 frame->buf[0] = av_buffer_pool_get(ctx->pool); in vdpau_get_buffer()
H A Dbuffer.c387 AVBufferRef *av_buffer_pool_get(AVBufferPool *pool) in av_buffer_pool_get() function
H A Dhwcontext_cuda.c179 frame->buf[0] = av_buffer_pool_get(ctx->pool); in cuda_get_buffer()
H A Dhwcontext_vaapi.c611 test_surface = av_buffer_pool_get(hwfc->pool); in vaapi_frames_init()
619 test_surface = av_buffer_pool_get(hwfc->internal->pool_internal); in vaapi_frames_init()
677 frame->buf[0] = av_buffer_pool_get(hwfc->pool); in vaapi_get_buffer()
H A Dhwcontext_videotoolbox.c284 frame->buf[0] = av_buffer_pool_get(ctx->pool); in vt_get_buffer()
H A Dhwcontext_dxva2.c239 frame->buf[0] = av_buffer_pool_get(ctx->pool); in dxva2_get_buffer()
H A Dhwcontext_d3d11va.c315 frame->buf[0] = av_buffer_pool_get(ctx->pool); in d3d11va_get_buffer()
H A Dhwcontext_qsv.c753 frame->buf[0] = av_buffer_pool_get(ctx->pool); in qsv_get_buffer()
H A Dhwcontext_opencl.c1753 frame->buf[0] = av_buffer_pool_get(hwfc->pool); in opencl_get_buffer()
H A Dhwcontext_vulkan.c2415 frame->buf[0] = av_buffer_pool_get(hwfc->pool); in vulkan_get_buffer()
/third_party/ffmpeg/libavdevice/
H A Dxcbgrab.c275 buf = av_buffer_pool_get(c->shm_pool); in xcbgrab_frame_shm()
/third_party/ffmpeg/libavformat/
H A Dmpegts.c1731 return av_buffer_pool_get(ts->pools[index]); in buffer_pool_get()

Completed in 43 milliseconds