Searched refs:bytesPerLine (Results 1 – 1 of 1) sorted by relevance
104 u32 bytesPerLine; in bmpToYCbCr() local112 bytesPerLine = (bi->width * bi->biBitCount + 7) / 8; in bmpToYCbCr()113 bytesPerLine = ((bytesPerLine + 3) / 4) * 4; in bmpToYCbCr()116 imageData += bytesPerLine * (bi->height - 1); in bmpToYCbCr()228 imageData = imageDataStart - bytesPerLine; in bmpToYCbCr()