Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavfilter/tests/
H A 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/
H A Davfilter.h984 * @param graph_ctx the filter graph
990 AVFilterGraph *graph_ctx);
H A Davfiltergraph.c140 AVFilterGraph *graph_ctx) in avfilter_graph_create_filter()
144 *filt_ctx = avfilter_graph_alloc_filter(graph_ctx, filt, name); in avfilter_graph_create_filter()
138 avfilter_graph_create_filter(AVFilterContext **filt_ctx, const AVFilter *filt, const char *name, const char *args, void *opaque, AVFilterGraph *graph_ctx) avfilter_graph_create_filter() argument

Completed in 8 milliseconds