Home
last modified time | relevance | path

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

/aosp14/frameworks/base/tests/ChoreographerTests/jni/
H A Dandroid_view_tests_ChoreographerNativeTest.cpp142 float actualFrameRate = static_cast<float>(cb.count) / in android_view_ChoreographerNativeTest_testPostVsyncCallbackAtFrameRate() local
147 static_cast<long>(cb.endTime.count()), actualFrameRate); in android_view_ChoreographerNativeTest_testPostVsyncCallbackAtFrameRate()
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()