Lines Matching full:cstride
764 image->chromaStride = static_cast<uint32_t>(ycbcr.cstride);832 uint32_t dataSize, ySize, cSize, cStride;838 dataSize = ySize = cSize = cStride = 0;888 cStride = ALIGN(buffer->stride / 2, 16);890 cSize = cStride * buffer->height / 2;