Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavutil/
Dhwcontext_internal.h99 int (*frames_derive_from)(AVHWFramesContext *dst_ctx, member
Dhwcontext.c926 if (src->internal->hw_type->frames_derive_from) in av_hwframe_ctx_create_derived()
927 ret = src->internal->hw_type->frames_derive_from(dst, src, flags); in av_hwframe_ctx_create_derived()
Dhwcontext_qsv.c1687 .frames_derive_from = qsv_frames_derive_from,