Lines Matching defs:bytespp
59 const unsigned bytespp = var->bits_per_pixel >> 3;
60 const unsigned line_len = fix->line_length / bytespp;
173 offset *= vrfb->bytespp;
447 int bytespp = var->bits_per_pixel >> 3;
448 unsigned long line_size = var->xres_virtual * bytespp;
454 max_frame_size, var->xres_virtual, bytespp) *
472 line_size = var->xres_virtual * bytespp;
497 unsigned bytespp;
512 bytespp = var->bits_per_pixel >> 3;
525 else if (bytespp != vrfb->bytespp)
546 bytespp, yuv_mode);
1422 int bytespp;
1431 bytespp = 2;
1434 bytespp = 4;
1437 bytespp = 4;
1447 size = max(omap_vrfb_min_phys_size(w, h, bytespp),
1448 omap_vrfb_min_phys_size(h, w, bytespp));
1451 w * h * bytespp, size);
1453 size = w * h * bytespp;