Searched refs:pixdata (Results 1 – 2 of 2) sorted by relevance
132 uint32* pixdata);144 void RGBAToYUV420(uint32* pixdata,
332 uint32* pixdata) { in YUV420toRGBA() argument350 pixdata + y * words_per_line); in YUV420toRGBA()595 void RGBAToYUV420(uint32* pixdata, in RGBAToYUV420() argument610 RGBALinepairToYUV420(pixdata + 2 * y * words_per_line, in RGBAToYUV420()611 pixdata + (2 * y + 1) * words_per_line, in RGBAToYUV420()619 RGBALinepairToYUV420(pixdata + (y_height - 1) * words_per_line, in RGBAToYUV420()620 pixdata + (y_height - 1) * words_per_line, in RGBAToYUV420()
Completed in 10 milliseconds