Lines Matching full:pixel_format
51 int pixel_format;
138 int pixel_format; /* HAL pixel format */
154 if (s->pixel_format >= 0) {
155 return s->pixel_format;
183 for (nn = 0; fb_configs[nn].pixel_format >= 0; nn++) {
192 s->pixel_format = fbc->pixel_format;
193 return s->pixel_format;
207 if (s->pixel_format < 0) {
665 /* IMPORTANT: DO NOT COMPUTE s->pixel_format and s->bytes_per_pixel
669 s->pixel_format = -1;