Searched refs:graph_desc (Results 1 - 4 of 4) sorted by relevance
/third_party/ffmpeg/fftools/ |
H A D | ffmpeg_filter.c | 250 file_idx, fg->graph_desc); in init_input_filter() 268 "matches no streams.\n", p, fg->graph_desc); in init_input_filter() 274 "matches a disabled input stream.\n", p, fg->graph_desc); in init_input_filter() 328 ret = avfilter_graph_parse2(graph, fg->graph_desc, &inputs, &outputs); in init_complex_filtergraph() 997 const char *graph_desc = simple ? fg->outputs[0]->ost->avfilter : in configure_filtergraph() local 998 fg->graph_desc; in configure_filtergraph() 1043 if ((ret = avfilter_graph_parse2(fg->graph, graph_desc, &inputs, &outputs)) < 0) in configure_filtergraph() 1071 graph_desc, num_inputs, num_outputs); in configure_filtergraph() 1203 return !fg->graph_desc; in filtergraph_is_simple()
|
H A D | ffmpeg.h | 292 const char *graph_desc; member
|
H A D | ffmpeg_opt.c | 3408 fg->graph_desc = av_strdup(arg); in opt_filter_complex() 3409 if (!fg->graph_desc) in opt_filter_complex() 3420 char *graph_desc = read_file(arg); in opt_filter_complex_script() local 3421 if (!graph_desc) in opt_filter_complex_script() 3426 fg->graph_desc = graph_desc; in opt_filter_complex_script()
|
H A D | ffmpeg.c | 557 av_freep(&fg->graph_desc); in ffmpeg_cleanup() 1107 (nb_filtergraphs == 0 || !filtergraphs[0]->graph_desc) && in do_video_out()
|
Completed in 16 milliseconds