Home | History | Annotate | Download | only in libgralloc1

Lines Matching defs:cstride

338   ycbcr->cstride = VENUS_UV_STRIDE(color_format, INT(width));
343 unsigned int ystride, cstride;
345 ystride = cstride = UINT(width) * bpp;
350 ycbcr->cstride = cstride;
361 unsigned int ystride, cstride;
427 cstride = ALIGN(width / 2, 16);
430 ycbcr->cb = reinterpret_cast<void *>(hnd->base + ystride * height + cstride * height / 2);
432 ycbcr->cstride = cstride;