Home
last modified time | relevance | path

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

/frameworks/av/media/codec2/tests/
DC2Param_test.cpp1441 C2NumberStreamTuning bouts1, bins1, bins3(false, 1u, 100); in TEST_F() local
1449 EXPECT_EQ(bins1.coreIndex(), tun.coreIndex()); in TEST_F()
1460 EXPECT_NE(ins1.type(), bins1.type()); in TEST_F()
1467 static_assert(canCallSetPort(bins1), "should be able to"); in TEST_F()
1537 EXPECT_EQ(0, bins1.mNumber); in TEST_F()
1544 EXPECT_EQ(0u, bins1.stream()); in TEST_F()
1552 EXPECT_TRUE(bins1 == bouts1); in TEST_F()
1555 EXPECT_TRUE(ins1 != bins1); in TEST_F()
1556 bins1.mNumber = 100; in TEST_F()
1557 EXPECT_TRUE(ins1 != bins1); in TEST_F()
[all …]