Home
last modified time | relevance | path

Searched refs:yDelta (Results 1 – 2 of 2) sorted by relevance

/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/audiolib/
DWaveScopeView.java174 float yDelta = height / (float) mNumChannels; in onDraw() local
177 yOffset += yDelta; in onDraw()
181 float yDelta = height / (float) mNumChannels; in onDraw() local
184 yOffset += yDelta; in onDraw()
/cts/tests/video/src/android/video/cts/
DVideoEncoderDecoderTest.java1270 double yDelta = (mY & 0xFF) - (other.mY & 0xFF); in calcErrorSquared() local
1273 return yDelta * yDelta + uDelta * uDelta + vDelta * vDelta; in calcErrorSquared()