Home | History | Annotate | Download | only in hw

Lines Matching refs:bytes_per_pixel

52     int      bytes_per_pixel;
169 printf(" bytes/pixel: %d\n", pf->bytes_per_pixel);
181 s->bytes_per_pixel = pf->bytes_per_pixel;
186 pf->bytes_per_pixel == fbc->bytes &&
199 pf->bytes_per_pixel,
210 return s->bytes_per_pixel;
242 int bytes_per_pixel;
314 switch (fbs->bytes_per_pixel) {
494 fbs.bytes_per_pixel = goldfish_fb_get_bytes_per_pixel(s);
497 fbs.src_pitch = width*s->ds->surface->pf.bytes_per_pixel;
665 /* IMPORTANT: DO NOT COMPUTE s->pixel_format and s->bytes_per_pixel
668 s->bytes_per_pixel = 0;