Home | History | Annotate | Download | only in drm_gralloc

Lines Matching defs:cpp

68 		int width, int height, int cpp, int usage, int *pitch)
97 *pitch = ALIGN(width * cpp, align);
129 tile_flags = (scanout && cpp != 2) ? 0x7a00 : 0x7000;
156 if (cpp == 4)
158 else if (cpp == 2)
179 int cpp;
181 cpp = gralloc_drm_get_bpp(handle->format);
182 if (!cpp) {
207 cpp, handle->usage, &pitch);
210 handle->width, handle->height, cpp);