Lines Matching refs:depth
192 .depth = 32,
201 .depth = 32,
210 .depth = 32,
219 .depth = 24,
228 .depth = 24,
237 .depth = 16,
246 .depth = 16,
255 .depth = 16,
264 .depth = 12,
273 .depth = 16,
282 .depth = 12,
291 .depth = 16,
300 .depth = 12,
309 .depth = 16,
318 .depth = 12,
502 f->fmt.pix.bytesperline = (f->fmt.pix.width * fmt->depth) >> 3; in vidioc_try_fmt()
505 f->fmt.pix.height * (f->fmt.pix.width * fmt->depth) >> 3; in vidioc_try_fmt()
891 def_frame.stride = (def_frame.width * def_frame.fmt->depth) >> 3; in rga_probe()