Lines Matching refs:mUVStep
146 mUVStep = 1; in startDevice()
152 mUVStep = 1; in startDevice()
159 mUVStep = 2; in startDevice()
166 mUVStep = 2; in startDevice()
177 mUVInRow = (width / 2) * mUVStep; in startDevice()
293 Y += 2; U += mUVStep; V += mUVStep; in drawCheckerboard()
361 const int iUV = (y / 2) * mUVStride + (x / 2) * mUVStep; in drawSquare()
369 sqY += 2; sqU += mUVStep; sqV += mUVStep; in drawSquare()
391 for (int x = 0; x < mFrameWidth / 2; ++x, U += mUVStep, V += mUVStep) { in drawSolid()
402 const int each_in_row = mUVInRow / mUVStep; in drawStripes()
431 for (int k = 0; k < each_in_row; k++, U += mUVStep, V += mUVStep) { in drawStripes()