Home
last modified time | relevance | path

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

12

/third_party/ffmpeg/fftools/
Dffmpeg_qsv.c100 ret = av_hwframe_ctx_init(ist->hw_frames_ctx); in qsv_init()
/third_party/ffmpeg/libavfilter/
Dvf_hwmap.c150 err = av_hwframe_ctx_init(ctx->hwframes_ref); in hwmap_config_output()
231 err = av_hwframe_ctx_init(ctx->hwframes_ref); in hwmap_config_output()
Dvf_hwupload_cuda.c112 ret = av_hwframe_ctx_init(s->hwframe); in cudaupload_config_output()
Dvulkan_filter.c167 err = av_hwframe_ctx_init(output_frames_ref); in ff_vk_filter_config_output()
Dvf_hwupload.c154 err = av_hwframe_ctx_init(ctx->hwframes_ref); in hwupload_config_output()
Dvf_sharpen_npp.c106 ret = av_hwframe_ctx_init(s->frames_ctx); in nppsharpen_config()
Dopencl.c115 err = av_hwframe_ctx_init(output_frames_ref); in ff_opencl_filter_config_output()
Dvf_yadif_cuda.c280 ret = av_hwframe_ctx_init(link->hw_frames_ctx); in config_output()
Dvf_transpose_npp.c146 ret = av_hwframe_ctx_init(out_ref); in init_stage()
Dvf_chromakey_cuda.c130 ret = av_hwframe_ctx_init(out_ref); in init_hwframe_ctx()
Dvf_scale_qsv.c199 ret = av_hwframe_ctx_init(outlink->hw_frames_ctx); in init_out_pool()
Dvaapi_vpp.c196 err = av_hwframe_ctx_init(outlink->hw_frames_ctx); in ff_vaapi_vpp_config_output()
Dvf_scale_cuda.c164 ret = av_hwframe_ctx_init(out_ref); in init_hwframe_ctx()
Dvf_yadif_videotoolbox.m359 ret = av_hwframe_ctx_init(link->hw_frames_ctx);
Dqsvvpp.c549 ret = av_hwframe_ctx_init(out_frames_ref); in init_vpp_session()
Dvf_scale_npp.c473 ret = av_hwframe_ctx_init(out_ref); in init_stage()
/third_party/ffmpeg/libavutil/
Dhwcontext.h371 int av_hwframe_ctx_init(AVBufferRef *ref);
Dhwcontext.c334 int av_hwframe_ctx_init(AVBufferRef *ref) in av_hwframe_ctx_init() function
/third_party/ffmpeg/doc/examples/
Dvaapi_encode.c60 if ((err = av_hwframe_ctx_init(hw_frames_ref)) < 0) { in set_hwframe_ctx()
/third_party/ffmpeg/libavcodec/
Dvideotoolbox.c560 ret = av_hwframe_ctx_init(hw_frames_ctx); in videotoolbox_buffer_create()
1215 err = av_hwframe_ctx_init(avctx->hw_frames_ctx); in ff_videotoolbox_common_init()
Drkmppdec.c371 ret = av_hwframe_ctx_init(decoder->frames_ref); in rkmpp_retrieve_frame()
Dnvdec.c322 ret = av_hwframe_ctx_init(*out_frames_ref); in nvdec_init_hwframes()
Dqsv.c606 ret = av_hwframe_ctx_init(frames_ref); in qsv_frame_alloc()
Dqsvdec.c289 ret = av_hwframe_ctx_init(avctx->hw_frames_ctx); in qsv_decode_preinit()
/third_party/ffmpeg/libavdevice/
Dkmsgrab.c648 err = av_hwframe_ctx_init(ctx->frames_ref); in kmsgrab_read_header()

12