Searched refs:words_per_line (Results 1 – 2 of 2) sorted by relevance
129 int words_per_line,145 int words_per_line,
329 int words_per_line, in YUV420toRGBA() argument350 pixdata + y * words_per_line); in YUV420toRGBA()596 int words_per_line, 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 11 milliseconds