Lines Matching defs:cstride
337 ycbcr->cstride = VENUS_UV_STRIDE(color_format, INT(width));
342 unsigned int ystride, cstride;
344 ystride = cstride = UINT(width) * bpp;
349 ycbcr->cstride = cstride;
360 unsigned int ystride, cstride;
426 cstride = ALIGN(width / 2, 16);
429 ycbcr->cb = reinterpret_cast<void *>(hnd->base + ystride * height + cstride * height / 2);
431 ycbcr->cstride = cstride;