Home | History | Annotate | Download | only in hwc

Lines Matching defs:bpp

530 /* test if layer appears to be RGB32 (4 Bpp) and > 1280x720 */
575 int bpp = handle->iFormat == HAL_PIXEL_FORMAT_RGB_565 ? 2 : 4;
576 int stride = ALIGN(handle->iWidth, HW_ALIGN) * bpp;
2195 const int bpp = 4;
2196 img->size = ALIGN(width * height * bpp, 4096);
2210 row_pointers[i] = img->ptr + i * width * bpp;