Searched refs:graph_desc (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/
H A Dffmpeg_filter.c239 file_idx, fg->graph_desc);
257 "matches no streams.\n", p, fg->graph_desc);
843 int ret, i, init = !fg->graph, simple = !fg->graph_desc;
844 const char *graph_desc = simple ? fg->outputs[0]->ost->avfilter : local
845 fg->graph_desc;
882 if ((ret = avfilter_graph_parse2(fg->graph, graph_desc, &inputs, &outputs)) < 0)
887 "exactly one input and output.\n", graph_desc);
H A Dffmpeg.h230 const char *graph_desc; member in struct:FilterGraph
H A Dffmpeg_opt.c2524 filtergraphs[nb_filtergraphs - 1]->graph_desc = av_strdup(arg);
2525 if (!filtergraphs[nb_filtergraphs - 1]->graph_desc)
2532 uint8_t *graph_desc = read_file(arg); local
2533 if (!graph_desc)
2540 filtergraphs[nb_filtergraphs - 1]->graph_desc = graph_desc;
H A Dffmpeg.c449 av_freep(&fg->graph_desc);
2935 if (ist->filters[j]->graph->graph_desc) {
2956 if (ost->filter && ost->filter->graph->graph_desc) {

Completed in 33 milliseconds