Searched refs:dstRowPadding32 (Results 1 – 4 of 4) sorted by relevance
136 const int dstRowPadding32 = dstStridePixels - width; // 4 bytes per pixel, 4 bytes per word in copyYUYVtoRGB32() local156 dst += dstRowPadding32; in copyYUYVtoRGB32()
133 const int dstRowPadding32 = dstStridePixels - width; // 4 bytes per pixel, 4 bytes per word in copyYUYVtoRGB32() local153 dst += dstRowPadding32; in copyYUYVtoRGB32()
179 const int dstRowPadding32 = dstStridePixels/2 - width/2; // 2 bytes per pixel, 4 bytes per word in fillYUYVFromUYVY() local200 dst += dstRowPadding32; in fillYUYVFromUYVY()
68 const int dstRowPadding32 = in fillRGBAFromYUYV() local90 dst += dstRowPadding32; in fillRGBAFromYUYV()