Searched refs:expectFrameCount (Results 1 – 1 of 1) sorted by relevance
339 int expectFrameCount = FRAME_RUN_TIME_S * 1000 * 1000 / FRAME_INTERVAL_US; variable340 …std::cout << "expectFrameCount = " << expectFrameCount << ", realFrameCount = " << realFrameCount …341 … EXPECT_EQ(true, realFrameCount >= expectFrameCount / 2 && realFrameCount <= expectFrameCount + 5);