avfilter_graph_alloc   82 doc/examples/filter_audio.c     filter_graph = avfilter_graph_alloc();
avfilter_graph_alloc   99 doc/examples/filtering_audio.c     filter_graph = avfilter_graph_alloc();
avfilter_graph_alloc   96 doc/examples/filtering_video.c     filter_graph = avfilter_graph_alloc();
avfilter_graph_alloc  198 doc/examples/transcoding.c     AVFilterGraph *filter_graph = avfilter_graph_alloc();
avfilter_graph_alloc  868 ffmpeg_filter.c     if (!(fg->graph = avfilter_graph_alloc()))
avfilter_graph_alloc 2059 ffplay.c           if (!(is->agraph = avfilter_graph_alloc()))
avfilter_graph_alloc 2227 ffplay.c           AVFilterGraph *graph = avfilter_graph_alloc();
avfilter_graph_alloc 2259 ffplay.c                   graph = avfilter_graph_alloc();
avfilter_graph_alloc  166 libavdevice/lavfi.c     if (!(lavfi->graph = avfilter_graph_alloc()))
avfilter_graph_alloc 1249 libavfilter/avfilter.h AVFilterGraph *avfilter_graph_alloc(void);
avfilter_graph_alloc   91 libavfilter/filtfmts.c     graph_ctx = avfilter_graph_alloc();
avfilter_graph_alloc   72 tools/uncoded_frame.c     if (!(in_graph = avfilter_graph_alloc())) {