Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavfilter/
Dframepool.c222 frame->buf[i] = av_buffer_pool_get(pool->pools[i]); in ff_frame_pool_get()
261 frame->buf[i] = av_buffer_pool_get(pool->pools[0]); in ff_frame_pool_get()
267 frame->extended_buf[i] = av_buffer_pool_get(pool->pools[0]); in ff_frame_pool_get()
/third_party/ffmpeg/libavutil/
Dbuffer.h334 AVBufferRef *av_buffer_pool_get(AVBufferPool *pool);
Dhwcontext_videotoolbox.c80 frame->buf[0] = av_buffer_pool_get(ctx->pool); in vt_get_buffer()
Dhwcontext_drm.c82 frame->buf[0] = av_buffer_pool_get(hwfc->pool); in drm_get_buffer()
Dbuffer.c373 AVBufferRef *av_buffer_pool_get(AVBufferPool *pool) in av_buffer_pool_get() function
Dhwcontext_vaapi.c608 test_surface = av_buffer_pool_get(hwfc->pool); in vaapi_frames_init()
616 test_surface = av_buffer_pool_get(hwfc->internal->pool_internal); in vaapi_frames_init()
674 frame->buf[0] = av_buffer_pool_get(hwfc->pool); in vaapi_get_buffer()
Dhwcontext_cuda.c179 frame->buf[0] = av_buffer_pool_get(ctx->pool); in cuda_get_buffer()
Dhwcontext_vdpau.c293 frame->buf[0] = av_buffer_pool_get(ctx->pool); in vdpau_get_buffer()
Dhwcontext_dxva2.c238 frame->buf[0] = av_buffer_pool_get(ctx->pool); in dxva2_get_buffer()
Dhwcontext_d3d11va.c290 frame->buf[0] = av_buffer_pool_get(ctx->pool); in d3d11va_get_buffer()
Dhwcontext_qsv.c584 frame->buf[0] = av_buffer_pool_get(ctx->pool); in qsv_get_buffer()
Dhwcontext_opencl.c1744 frame->buf[0] = av_buffer_pool_get(hwfc->pool); in opencl_get_buffer()
Dhwcontext_vulkan.c1817 frame->buf[0] = av_buffer_pool_get(hwfc->pool); in vulkan_get_buffer()
/third_party/ffmpeg/libavcodec/
Dhevc_refs.c99 frame->tab_mvf_buf = av_buffer_pool_get(s->tab_mvf_pool); in alloc_frame()
104 frame->rpl_tab_buf = av_buffer_pool_get(s->rpl_tab_pool); in alloc_frame()
Dnvdec.c582 cf->idx_ref = av_buffer_pool_get(ctx->decoder_pool); in ff_nvdec_start_frame()
616 cf->ref_idx_ref = av_buffer_pool_get(ctx->decoder_pool); in ff_nvdec_start_frame_sep_ref()
Dlibvpxdec.c65 buf = av_buffer_pool_get(ctx->pool); in get_frame_buffer()
Dlibsvtav1.c379 return av_buffer_pool_get(svt_enc->pool); in get_output_ref()
Ddecode.c1627 frame->buf[i] = av_buffer_pool_get(pool->pools[0]); in audio_get_buffer()
1633 frame->extended_buf[i] = av_buffer_pool_get(pool->pools[0]); in audio_get_buffer()
1672 pic->buf[i] = av_buffer_pool_get(pool->pools[i]); in video_get_buffer()
Dlibdav1d.c93 buf = av_buffer_pool_get(dav1d->pool); in libdav1d_picture_allocator()
Dh264_slice.c228 pic->qscale_table_buf = av_buffer_pool_get(h->qscale_table_pool); in alloc_picture()
229 pic->mb_type_buf = av_buffer_pool_get(h->mb_type_pool); in alloc_picture()
237 pic->motion_val_buf[i] = av_buffer_pool_get(h->motion_val_pool); in alloc_picture()
238 pic->ref_index_buf[i] = av_buffer_pool_get(h->ref_index_pool); in alloc_picture()
Dqsvdec.c123 frame->buf[0] = av_buffer_pool_get(pool); in qsv_get_continuous_buffer()
Dvaapi_encode.c296 pic->output_buffer_ref = av_buffer_pool_get(ctx->output_buffer_pool); in vaapi_encode_issue()
Dvp9.c132 f->extradata = av_buffer_pool_get(s->frame_extradata_pool); in vp9_frame_alloc()
/third_party/ffmpeg/libavdevice/
Dxcbgrab.c275 buf = av_buffer_pool_get(c->shm_pool); in xcbgrab_frame_shm()
/third_party/ffmpeg/libavformat/
Dmpegts.c1118 return av_buffer_pool_get(ts->pools[index]); in buffer_pool_get()