avfilter_graph_alloc 82 doc/examples/filter_audio.c filter_graph = avfilter_graph_alloc(); avfilter_graph_alloc 101 doc/examples/filtering_audio.c filter_graph = avfilter_graph_alloc(); avfilter_graph_alloc 103 doc/examples/filtering_video.c filter_graph = avfilter_graph_alloc(); avfilter_graph_alloc 237 doc/examples/transcoding.c AVFilterGraph *filter_graph = avfilter_graph_alloc(); avfilter_graph_alloc 349 fftools/ffmpeg_filter.c graph = avfilter_graph_alloc(); avfilter_graph_alloc 1019 fftools/ffmpeg_filter.c if (!(fg->graph = avfilter_graph_alloc())) avfilter_graph_alloc 1972 fftools/ffplay.c if (!(is->agraph = avfilter_graph_alloc())) avfilter_graph_alloc 2178 fftools/ffplay.c graph = avfilter_graph_alloc(); avfilter_graph_alloc 170 libavdevice/lavfi.c if (!(lavfi->graph = avfilter_graph_alloc())) avfilter_graph_alloc 917 libavfilter/avfilter.h AVFilterGraph *avfilter_graph_alloc(void); avfilter_graph_alloc 96 libavfilter/tests/filtfmts.c graph_ctx = avfilter_graph_alloc(); avfilter_graph_alloc 68 tools/uncoded_frame.c if (!(in_graph = avfilter_graph_alloc())) {