Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavutil/
Dhwcontext.c646 int av_hwdevice_ctx_create_derived_opts(AVBufferRef **dst_ref_ptr, in av_hwdevice_ctx_create_derived_opts() argument
705 *dst_ref_ptr = dst_ref; in av_hwdevice_ctx_create_derived_opts()
710 *dst_ref_ptr = NULL; in av_hwdevice_ctx_create_derived_opts()
714 int av_hwdevice_ctx_create_derived(AVBufferRef **dst_ref_ptr, in av_hwdevice_ctx_create_derived() argument
718 return av_hwdevice_ctx_create_derived_opts(dst_ref_ptr, type, src_ref, in av_hwdevice_ctx_create_derived()