avfilter_graph_parse_ptr  175 doc/examples/filtering_audio.c     if ((ret = avfilter_graph_parse_ptr(filter_graph, filters_descr,
avfilter_graph_parse_ptr  158 doc/examples/filtering_video.c     if ((ret = avfilter_graph_parse_ptr(filter_graph, filters_descr,
avfilter_graph_parse_ptr  317 doc/examples/transcoding.c     if ((ret = avfilter_graph_parse_ptr(filter_graph, filter_spec,
avfilter_graph_parse_ptr 1939 ffplay.c               if ((ret = avfilter_graph_parse_ptr(graph, filtergraph, &inputs, &outputs, NULL)) < 0)
avfilter_graph_parse_ptr  169 libavdevice/lavfi.c     if ((ret = avfilter_graph_parse_ptr(lavfi->graph, lavfi->graph_str,
avfilter_graph_parse_ptr 1436 libavfilter/avfilter.h int avfilter_graph_parse_ptr(AVFilterGraph *graph, const char *filters,
avfilter_graph_parse_ptr  523 libavfilter/graphparser.c     return avfilter_graph_parse_ptr(graph, filters, inputs, outputs, log_ctx);
avfilter_graph_parse_ptr   78 tools/uncoded_frame.c     ret = avfilter_graph_parse_ptr(in_graph, in_graph_desc, NULL, NULL, NULL);