Lines Matching defs:bpp
505 e->src1desc.length = 4; /* 1 pixel, 32bpp */1162 int bpp = is_NV12(h->iFormat) ? 0 : (h->iFormat == HAL_PIXEL_FORMAT_RGB_565 ? 2 : 4);1163 int stride = ALIGN(h->iWidth, HW_ALIGN) * bpp;