Lines Matching defs:count
504 int i, count;
522 count = avfilter_filter_pad_count(f, 0);
523 for (i = 0; i < count; i++) {
529 else if (!count)
533 count = avfilter_filter_pad_count(f, 1);
534 for (i = 0; i < count; i++) {
540 else if (!count)
1061 int count;
1064 {"count", NULL, 0, AV_OPT_TYPE_INT, { .i64 = -1}, -1, INT_MAX},
1075 ret = av_opt_eval_int(&pclass, opts, arg, &count);
1078 av_cpu_force_count(count);
1132 int ret, count = 0;
1145 if (count)
1153 count++;