Home
last modified time | relevance | path

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

/aosp14/frameworks/base/tests/ChoreographerTests/src/main/java/android/view/choreographertests/
H A DAttachedChoreographerNativeTest.java63 long choreographerPtr, float expectedFrameRate); in nativeTestPostVsyncCallbackAtFrameRate() argument
131 float expectedFrameRate = displayRefreshRate / divisor; in test_choreographer_callbacksForVariousFrameRates()
135 .setFrameRate(surfaceControl, expectedFrameRate, in test_choreographer_callbacksForVariousFrameRates()
140 Log.i(TAG, "Testing frame rate of " + expectedFrameRate); in test_choreographer_callbacksForVariousFrameRates()
142 mChoreographerPtr, expectedFrameRate); in test_choreographer_callbacksForVariousFrameRates()
/aosp14/frameworks/base/tests/ChoreographerTests/jni/
H A Dandroid_view_tests_ChoreographerNativeTest.cpp130 JNIEnv* env, jobject clazz, jlong choreographerPtr, jfloat expectedFrameRate) { in android_view_ChoreographerNativeTest_testPostVsyncCallbackAtFrameRate() argument
148 ASSERT(frameRateEquals(actualFrameRate, expectedFrameRate), in android_view_ChoreographerNativeTest_testPostVsyncCallbackAtFrameRate()
149 "Effective frame rate is %f but expected to be %f", actualFrameRate, expectedFrameRate); in android_view_ChoreographerNativeTest_testPostVsyncCallbackAtFrameRate()