Searched refs:graphctx (Results 1 – 2 of 2) sorted by relevance
1218 int avfilter_graph_config(AVFilterGraph *graphctx, void *log_ctx) in avfilter_graph_config() argument1222 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()
996 int avfilter_graph_config(AVFilterGraph *graphctx, void *log_ctx);