Home
last modified time | relevance | path

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

/third_party/ffmpeg/fftools/
Dcmdutils.h437 #define ALLOC_ARRAY_ELEM(array, nb_elems)\ macro
Dffmpeg_filter.c186 ofilter = ALLOC_ARRAY_ELEM(fg->outputs, fg->nb_outputs); in init_simple_filtergraph()
193 ifilter = ALLOC_ARRAY_ELEM(fg->inputs, fg->nb_inputs); in init_simple_filtergraph()
300 ifilter = ALLOC_ARRAY_ELEM(fg->inputs, fg->nb_inputs); in init_input_filter()
336 OutputFilter *const ofilter = ALLOC_ARRAY_ELEM(fg->outputs, fg->nb_outputs); in init_complex_filtergraph()
Dffmpeg_opt.c882 ist = ALLOC_ARRAY_ELEM(input_streams, nb_input_streams); in add_input_streams()
1358 f = ALLOC_ARRAY_ELEM(input_files, nb_input_files); in open_input_file()
1542 ost = ALLOC_ARRAY_ELEM(output_streams, nb_output_streams); in new_output_stream()
2443 of = ALLOC_ARRAY_ELEM(output_files, nb_output_files); in open_output_file()
3405 FilterGraph *fg = ALLOC_ARRAY_ELEM(filtergraphs, nb_filtergraphs); in opt_filter_complex()
3424 fg = ALLOC_ARRAY_ELEM(filtergraphs, nb_filtergraphs); in opt_filter_complex_script()