Home | History | Annotate | Download | only in libgralloc1

Lines Matching defs:cstride

311   ycbcr->cstride = VENUS_UV_STRIDE(color_format, INT(width));
338 unsigned int ystride, cstride;
340 ystride = cstride = UINT(width) * bpp;
345 ycbcr->cstride = cstride;
356 unsigned int ystride, cstride;
441 cstride = ALIGN(width / 2, 16);
444 cstride * height / 2);
446 ycbcr->cstride = cstride;
451 cstride = 0;
456 ycbcr->cstride = 0;
819 stride[1] = static_cast<uint32_t>(yuvInfo.cstride);
838 stride[2] = static_cast<uint32_t>(yuvInfo.cstride);