Lines Matching refs:depth
25 .depth = 8,
31 .depth = 16,
37 .depth = 24,
43 .depth = 32,
49 .depth = 32,
56 .depth = 8,
62 .depth = 16,
68 .depth = 12,
74 .depth = 12,
80 .depth = 16,
227 switch( sfmt->depth ) { in saa7146_pgtable_build()
515 vv->ov_fb.fmt.bytesperline = vv->ov_fb.fmt.width * fmt->depth / 8; in vidioc_s_fbuf()
679 calc_bpl = (f->fmt.pix.width * fmt->depth) / 8; in vidioc_try_fmt_vid_cap()
684 if (f->fmt.pix.bytesperline > (2 * PAGE_SIZE * fmt->depth) / 8) /* arbitrary constraint */ in vidioc_try_fmt_vid_cap()