Lines Matching defs:count
55 (((fmt)->count[0] + (fmt)->count[1]) * (fmt)->samples_per_line)
124 static int start_streaming_vbi(struct vb2_queue *q, unsigned int count)
209 if (0 == f->count[i]) {
215 s64 start, count;
219 count = (s64) f->start[i] + f->count[i] - start;
221 f->count[i] = clamp(count, (s64) 1,
230 if (0 == (f->count[0] | f->count[1])) {
234 f->count[0] = 1;
235 f->count[1] = 1;
286 max(f->start[0] + f->count[0], start1 + f->count[1]) * 2
335 frt->fmt.vbi.count[i] =
336 min((__s32) frt->fmt.vbi.count[i],
360 f->fmt.count[0] = VBI_DEFLINES;
361 f->fmt.count[1] = VBI_DEFLINES;