Home
last modified time | relevance | path

Searched refs:graph_ctx (Results 1 – 3 of 3) sorted by relevance

/third_party/ffmpeg/libavfilter/tests/
Dfiltfmts.c84 AVFilterGraph *graph_ctx; in main() local
102 graph_ctx = avfilter_graph_alloc(); in main()
103 if (!graph_ctx) in main()
113 if (!(filter_ctx = avfilter_graph_alloc_filter(graph_ctx, filter, filter_name))) { in main()
155 avfilter_graph_free(&graph_ctx); in main()
/third_party/ffmpeg/libavfilter/
Davfilter.h990 AVFilterGraph *graph_ctx);
Davfiltergraph.c140 AVFilterGraph *graph_ctx) in avfilter_graph_create_filter() argument
144 *filt_ctx = avfilter_graph_alloc_filter(graph_ctx, filt, name); in avfilter_graph_create_filter()