Searched refs:minFrameInterval (Results 1 – 2 of 2) sorted by relevance
62 int getGroupId(int width, int height, int minFrameInterval = 0, int vsyncPeriod = 0) {63 const auto &key = std::make_tuple(width, height, minFrameInterval, vsyncPeriod);
1290 const auto minFrameInterval = *min_element(frameIntervalPowerHints.cbegin(), in TEST_P() local1292 EXPECT_LE(minFrameInterval->frameIntervalNs, in TEST_P()