Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavfilter/
Dvf_hwmap.c114 err = av_hwframe_ctx_create_derived(&ctx->hwframes_ref, in hwmap_config_output()
157 err = av_hwframe_ctx_create_derived(&source, in hwmap_config_output()
/third_party/ffmpeg/libavutil/
Dhwcontext.h599 int av_hwframe_ctx_create_derived(AVBufferRef **derived_frame_ctx,
Dhwcontext.c847 int av_hwframe_ctx_create_derived(AVBufferRef **derived_frame_ctx, in av_hwframe_ctx_create_derived() function
/third_party/ffmpeg/doc/
DAPIchanges540 av_hwframe_ctx_create_derived() now takes some AV_HWFRAME_MAP_* combination
595 Add av_hwframe_ctx_create_derived().