Lines Matching refs:pixelformat
235 p->flags, (p->pixelformat & 0xff), in v4l_print_fmtdesc()
236 (p->pixelformat >> 8) & 0xff, in v4l_print_fmtdesc()
237 (p->pixelformat >> 16) & 0xff, in v4l_print_fmtdesc()
238 (p->pixelformat >> 24) & 0xff, in v4l_print_fmtdesc()
264 (pix->pixelformat & 0xff), in v4l_print_format()
265 (pix->pixelformat >> 8) & 0xff, in v4l_print_format()
266 (pix->pixelformat >> 16) & 0xff, in v4l_print_format()
267 (pix->pixelformat >> 24) & 0xff, in v4l_print_format()
281 (mp->pixelformat & 0xff), in v4l_print_format()
282 (mp->pixelformat >> 8) & 0xff, in v4l_print_format()
283 (mp->pixelformat >> 16) & 0xff, in v4l_print_format()
284 (mp->pixelformat >> 24) & 0xff, in v4l_print_format()
333 (sdr->pixelformat >> 0) & 0xff, in v4l_print_format()
334 (sdr->pixelformat >> 8) & 0xff, in v4l_print_format()
335 (sdr->pixelformat >> 16) & 0xff, in v4l_print_format()
336 (sdr->pixelformat >> 24) & 0xff); in v4l_print_format()
350 (p->fmt.pixelformat & 0xff), in v4l_print_framebuffer()
351 (p->fmt.pixelformat >> 8) & 0xff, in v4l_print_framebuffer()
352 (p->fmt.pixelformat >> 16) & 0xff, in v4l_print_framebuffer()
353 (p->fmt.pixelformat >> 24) & 0xff, in v4l_print_framebuffer()
1128 switch (fmt->pixelformat) { in v4l_fill_fmtdesc()
1236 switch (fmt->pixelformat) { in v4l_fill_fmtdesc()
1272 WARN(1, "Unknown pixelformat 0x%08x\n", fmt->pixelformat); in v4l_fill_fmtdesc()
1277 (char)(fmt->pixelformat & 0x7f), in v4l_fill_fmtdesc()
1278 (char)((fmt->pixelformat >> 8) & 0x7f), in v4l_fill_fmtdesc()
1279 (char)((fmt->pixelformat >> 16) & 0x7f), in v4l_fill_fmtdesc()
1280 (char)((fmt->pixelformat >> 24) & 0x7f), in v4l_fill_fmtdesc()
1281 (fmt->pixelformat & (1 << 31)) ? "-BE" : ""); in v4l_fill_fmtdesc()