Home
last modified time | relevance | path

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

/hardware/interfaces/automotive/evs/1.0/vts/functional/
DVtsHalEvsV1_0TargetTest.cpp347 float framesPerSecond = framesReceived / (runTime * kNanoToSeconds); in TEST_P() local
348 printf("Measured camera rate %3.2f fps\n", framesPerSecond); in TEST_P()
349 ALOGI("Measured camera rate %3.2f fps", framesPerSecond); in TEST_P()
350 EXPECT_GE(framesPerSecond, kMinimumFramesPerSecond); in TEST_P()
/hardware/interfaces/automotive/evs/1.1/vts/functional/
DVtsHalEvsV1_1TargetTest.cpp481 float framesPerSecond = framesReceived / (runTime * kNanoToSeconds); in TEST_P() local
482 printf("Measured camera rate %3.2f fps\n", framesPerSecond); in TEST_P()
484 << std::scientific << framesPerSecond in TEST_P()
486 EXPECT_GE(framesPerSecond, kMinimumFramesPerSecond); in TEST_P()