Home
last modified time | relevance | path

Searched refs:count_items (Results 1 – 4 of 4) sorted by relevance

/third_party/ffmpeg/libavfilter/
Daf_chorus.c78 static void count_items(char *item_str, int *nb_items) in count_items() function
116 count_items(s->delays_str, &nb_delays); in init()
117 count_items(s->decays_str, &nb_decays); in init()
118 count_items(s->speeds_str, &nb_speeds); in init()
119 count_items(s->depths_str, &nb_depths); in init()
Daf_aecho.c61 static void count_items(char *item_str, int *nb_items) in count_items() function
112 count_items(s->delays, &nb_delays); in init()
113 count_items(s->decays, &nb_decays); in init()
Daf_compand.c133 static void count_items(char *item_str, int *nb_items) in count_items() function
342 count_items(s->attacks, &nb_attacks); in config_output()
343 count_items(s->decays, &nb_decays); in config_output()
344 count_items(s->points, &nb_points); in config_output()
Daf_mcompand.c156 static void count_items(char *item_str, int *nb_items, char delimiter) in count_items() function
351 count_items(s->args, &nb_bands, '|'); in config_output()
371 count_items(tstr, &nb_items, ' '); in config_output()
381 count_items(tstr2, &nb_attacks, ','); in config_output()
434 count_items(tstr2, &nb_points, ','); in config_output()