count_items       112 libavfilter/af_aecho.c     count_items(s->delays, &nb_delays);
count_items       113 libavfilter/af_aecho.c     count_items(s->decays, &nb_decays);
count_items       116 libavfilter/af_chorus.c     count_items(s->delays_str, &nb_delays);
count_items       117 libavfilter/af_chorus.c     count_items(s->decays_str, &nb_decays);
count_items       118 libavfilter/af_chorus.c     count_items(s->speeds_str, &nb_speeds);
count_items       119 libavfilter/af_chorus.c     count_items(s->depths_str, &nb_depths);
count_items       342 libavfilter/af_compand.c     count_items(s->attacks, &nb_attacks);
count_items       343 libavfilter/af_compand.c     count_items(s->decays, &nb_decays);
count_items       344 libavfilter/af_compand.c     count_items(s->points, &nb_points);
count_items       351 libavfilter/af_mcompand.c     count_items(s->args, &nb_bands, '|');
count_items       371 libavfilter/af_mcompand.c         count_items(tstr, &nb_items, ' ');
count_items       381 libavfilter/af_mcompand.c         count_items(tstr2, &nb_attacks, ',');
count_items       434 libavfilter/af_mcompand.c         count_items(tstr2, &nb_points, ',');