Lines Matching refs:amount
98 av_log(ctx, AV_LOG_ERROR, "Error in parsing expr for amount: %s\n", s->amount_str);
129 int i, ret, amount, drop = 0;
154 amount = 0;
156 amount = (s->state % 10001 + 1);
158 amount = (int)res;
175 av_log(ctx, AV_LOG_VERBOSE, "Stream #%d packet %d pts %"PRId64" - amount %d drop %d\n",
176 pkt->stream_index, (unsigned int)s->var_values[VAR_N], pkt->pts, amount, drop);
184 if (amount) {
194 if (amount && s->state % amount == 0)
215 { "amount", NULL, OFFSET(amount_str), AV_OPT_TYPE_STRING, { .str = NULL }, 0, 0, FLAGS },