Home
last modified time | relevance | path

Searched defs:predicted (Results 1 – 2 of 2) sorted by relevance

/cts/tests/input/src/android/input/cts/
DMotionPredictorTest.kt161 val predicted = predictor.predict(Duration.ofMillis(24).toNanos()) in testNoMotion() constant
193 val predicted = predictor.predict(Duration.ofMillis(24).toNanos()) in testLinearMotion() constant
236 val predicted = predictor.predict(Duration.ofMillis(24).toNanos()) in testTiltOrientation() constant
/cts/apps/CtsVerifier/jni/audio_loopback/analyzer/
DGlitchAnalyzer.h220 double predicted = sinf(mInputPhase) * mMagnitude; in processInputFrame() local
265 double predicted = sinf(mInputPhase) * mMagnitude; in processInputFrame() local