Searched refs:dstRowPadding32 (Results 1 – 2 of 2) sorted by relevance
155 const int dstRowPadding32 = dstStridePixels - width; // 4 bytes per pixel, 4 bytes per word in fillRGBAFromYUYV() local175 dst += dstRowPadding32; in fillRGBAFromYUYV()204 const int dstRowPadding32 = dstStridePixels/2 - width/2; // 2 bytes per pixel, 4 bytes per word in fillYUYVFromUYVY() local225 dst += dstRowPadding32; in fillYUYVFromUYVY()
132 const int dstRowPadding32 = dstStridePixels - width; // 4 bytes per pixel, 4 bytes per word in copyYUYVtoRGB32() local152 dst += dstRowPadding32; in copyYUYVtoRGB32()