Searched refs:bytesPerLine (Results 1 – 1 of 1) sorted by relevance
100 u32 bytesPerLine; in bmpToYCbCr() local108 bytesPerLine = (bi->width * bi->biBitCount + 7) / 8; in bmpToYCbCr()109 bytesPerLine = ((bytesPerLine + 3) / 4) * 4; in bmpToYCbCr()112 imageData += bytesPerLine * (bi->height - 1); in bmpToYCbCr()224 imageData = imageDataStart - bytesPerLine; in bmpToYCbCr()