Home
last modified time | relevance | path

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

/third_party/ffmpeg/fftools/
Dffmpeg_qsv.c86 ist->hw_frames_ctx = av_hwframe_ctx_alloc(hw_device_ctx); in qsv_init()
/third_party/ffmpeg/libavfilter/
Dvf_hwmap.c135 ctx->hwframes_ref = av_hwframe_ctx_alloc(device); in hwmap_config_output()
216 ctx->hwframes_ref = av_hwframe_ctx_alloc(device); in hwmap_config_output()
Dvf_hwupload_cuda.c97 s->hwframe = av_hwframe_ctx_alloc(s->hwdevice); in cudaupload_config_output()
Dvf_hwupload.c131 ctx->hwframes_ref = av_hwframe_ctx_alloc(ctx->hwdevice_ref); in hwupload_config_output()
Dopencl.c118 output_frames_ref = av_hwframe_ctx_alloc(ctx->device_ref); in ff_opencl_filter_config_output()
Dvf_yadif_cuda.c272 link->hw_frames_ctx = av_hwframe_ctx_alloc(s->device_ref); in config_output()
Dvf_transpose_npp.c146 out_ref = av_hwframe_ctx_alloc(device_ctx); in init_stage()
Dvf_scale_npp.c177 out_ref = av_hwframe_ctx_alloc(device_ctx); in init_stage()
Dvf_scale_qsv.c197 outlink->hw_frames_ctx = av_hwframe_ctx_alloc(in_frames_ctx->device_ref); in init_out_pool()
Dvaapi_vpp.c175 outlink->hw_frames_ctx = av_hwframe_ctx_alloc(ctx->device_ref); in ff_vaapi_vpp_config_output()
Dvf_scale_cuda.c171 out_ref = av_hwframe_ctx_alloc(device_ctx); in init_hwframe_ctx()
Dqsvvpp.c552 AVBufferRef *out_frames_ref = av_hwframe_ctx_alloc(device_ref); in init_vpp_session()
Dvulkan.c727 output_frames_ref = av_hwframe_ctx_alloc(s->device_ref); in ff_vk_filter_config_output()
/third_party/ffmpeg/libavutil/
Dhwcontext.h361 AVBufferRef *av_hwframe_ctx_alloc(AVBufferRef *device_ctx);
Dhwcontext.c247 AVBufferRef *av_hwframe_ctx_alloc(AVBufferRef *device_ref_in) in av_hwframe_ctx_alloc() function
877 dst_ref = av_hwframe_ctx_alloc(derived_device_ctx); in av_hwframe_ctx_create_derived()
Dhwcontext_qsv.c257 child_frames_ref = av_hwframe_ctx_alloc(child_device_ref); in qsv_init_child_ctx()
/third_party/ffmpeg/doc/examples/
Dvaapi_encode.c50 if (!(hw_frames_ref = av_hwframe_ctx_alloc(hw_device_ctx))) { in set_hwframe_ctx()
Dqsvdec.c61 avctx->hw_frames_ctx = av_hwframe_ctx_alloc(decode->hw_device_ref); in get_format()
/third_party/ffmpeg/libavcodec/
Dvideotoolbox.c467 AVBufferRef *hw_frames_ctx = av_hwframe_ctx_alloc(cached_frames->device_ref); in videotoolbox_buffer_create()
1062 avctx->hw_frames_ctx = av_hwframe_ctx_alloc(avctx->hw_device_ctx); in videotoolbox_common_init()
Drkmppdec.c357 decoder->frames_ref = av_hwframe_ctx_alloc(decoder->device_ref); in rkmpp_retrieve_frame()
Dqsv.c562 frames_ref = av_hwframe_ctx_alloc(ext_frames_ctx->device_ref); in qsv_frame_alloc()
Dcuviddec.c898 ctx->hwframe = av_hwframe_ctx_alloc(ctx->hwdevice); in cuvid_decode_init()
Ddecode.c1250 frames_ref = av_hwframe_ctx_alloc(device_ref); in avcodec_get_hw_frames_parameters()
Dvaapi_encode.c2336 ctx->recon_frames_ref = av_hwframe_ctx_alloc(ctx->device_ref); in vaapi_encode_create_recon_frames()
/third_party/ffmpeg/libavdevice/
Dkmsgrab.c636 ctx->frames_ref = av_hwframe_ctx_alloc(ctx->device_ref); in kmsgrab_read_header()