Lines Matching refs:pixelformat
234 p->flags, (p->pixelformat & 0xff), in v4l_print_fmtdesc()
235 (p->pixelformat >> 8) & 0xff, in v4l_print_fmtdesc()
236 (p->pixelformat >> 16) & 0xff, in v4l_print_fmtdesc()
237 (p->pixelformat >> 24) & 0xff, in v4l_print_fmtdesc()
262 (pix->pixelformat & 0xff), in v4l_print_format()
263 (pix->pixelformat >> 8) & 0xff, in v4l_print_format()
264 (pix->pixelformat >> 16) & 0xff, in v4l_print_format()
265 (pix->pixelformat >> 24) & 0xff, in v4l_print_format()
279 (mp->pixelformat & 0xff), in v4l_print_format()
280 (mp->pixelformat >> 8) & 0xff, in v4l_print_format()
281 (mp->pixelformat >> 16) & 0xff, in v4l_print_format()
282 (mp->pixelformat >> 24) & 0xff, in v4l_print_format()
330 (sdr->pixelformat >> 0) & 0xff, in v4l_print_format()
331 (sdr->pixelformat >> 8) & 0xff, in v4l_print_format()
332 (sdr->pixelformat >> 16) & 0xff, in v4l_print_format()
333 (sdr->pixelformat >> 24) & 0xff); in v4l_print_format()
347 (p->fmt.pixelformat & 0xff), in v4l_print_framebuffer()
348 (p->fmt.pixelformat >> 8) & 0xff, in v4l_print_framebuffer()
349 (p->fmt.pixelformat >> 16) & 0xff, in v4l_print_framebuffer()
350 (p->fmt.pixelformat >> 24) & 0xff, in v4l_print_framebuffer()