Home
last modified time | relevance | path

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

/hardware/interfaces/automotive/evs/1.0/vts/functional/
DVtsHalEvsV1_0TargetTest.cpp342 float framesPerSecond = framesReceived / (runTime * kNanoToSeconds); in TEST_P() local
343 printf("Measured camera rate %3.2f fps\n", framesPerSecond); in TEST_P()
344 ALOGI("Measured camera rate %3.2f fps", framesPerSecond); in TEST_P()
345 EXPECT_GE(framesPerSecond, kMinimumFramesPerSecond); in TEST_P()
/hardware/interfaces/automotive/evs/1.1/vts/functional/
DVtsHalEvsV1_1TargetTest.cpp515 float framesPerSecond = framesReceived / (runTime * kNanoToSeconds); in TEST_P() local
516 printf("Measured camera rate %3.2f fps\n", framesPerSecond); in TEST_P()
518 << std::scientific << framesPerSecond in TEST_P()
520 EXPECT_GE(framesPerSecond, kMinimumFramesPerSecond); in TEST_P()
/hardware/interfaces/automotive/evs/aidl/vts/
DVtsHalEvsTargetTest.cpp494 float framesPerSecond = framesReceived / (runTime * kNanoToSeconds); in TEST_P() local
495 printf("Measured camera rate %3.2f fps\n", framesPerSecond); in TEST_P()
496 LOG(INFO) << "Measured camera rate " << std::scientific << framesPerSecond << " fps."; in TEST_P()
497 EXPECT_GE(framesPerSecond, kMinimumFramesPerSecond); in TEST_P()