Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavfilter/
Davfiltergraph.c1218 int avfilter_graph_config(AVFilterGraph *graphctx, void *log_ctx) in avfilter_graph_config() argument
1222 if ((ret = graph_check_validity(graphctx, log_ctx))) in avfilter_graph_config()
1224 if ((ret = graph_config_formats(graphctx, log_ctx))) in avfilter_graph_config()
1226 if ((ret = graph_config_links(graphctx, log_ctx))) in avfilter_graph_config()
1228 if ((ret = graph_check_links(graphctx, log_ctx))) in avfilter_graph_config()
1230 if ((ret = graph_config_pointers(graphctx, log_ctx))) in avfilter_graph_config()
Davfilter.h996 int avfilter_graph_config(AVFilterGraph *graphctx, void *log_ctx);