Home
last modified time | relevance | path

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

/aosp12/frameworks/native/libs/gui/tests/
H A DBufferQueue_test.cpp1003 const auto& thirdSegment = history[0]; in TEST_F() local
1004 ASSERT_EQ(6u, thirdSegment.numFrames); in TEST_F()
1005 ASSERT_LT(1, thirdSegment.occupancyAverage); in TEST_F()
1006 ASSERT_GT(2, thirdSegment.occupancyAverage); in TEST_F()
1007 ASSERT_EQ(true, thirdSegment.usedThirdBuffer); in TEST_F()