Home
last modified time | relevance | path

Searched refs:av_hwdevice_ctx_create_derived (Results 1 – 7 of 7) sorted by relevance

/third_party/ffmpeg/libavutil/tests/
Dhwdevice.c41 err = av_hwdevice_ctx_create_derived(&derived_ref, derived_type, in test_derivation()
66 err = av_hwdevice_ctx_create_derived(&back_ref, src_dev->type, in test_derivation()
/third_party/ffmpeg/libavutil/
Dhwcontext.h327 int av_hwdevice_ctx_create_derived(AVBufferRef **dst_ctx,
Dhwcontext.c714 int av_hwdevice_ctx_create_derived(AVBufferRef **dst_ref_ptr, in av_hwdevice_ctx_create_derived() function
/third_party/ffmpeg/libavfilter/
Dvf_hwupload.c54 err = av_hwdevice_ctx_create_derived( in hwupload_query_formats()
Dvf_hwmap.c85 err = av_hwdevice_ctx_create_derived(&device, type, in hwmap_config_output()
/third_party/ffmpeg/fftools/
Dffmpeg_hw.c189 err = av_hwdevice_ctx_create_derived(&device_ref, type, in hw_device_init_from_string()
/third_party/ffmpeg/doc/
DAPIchanges551 Add av_hwdevice_ctx_create_derived().