Home
last modified time | relevance | path

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

/frameworks/av/media/codec2/tests/
DC2Param_test.cpp1217 C2NumberPortTuning boutp1, binp1, binp3(false, 100); in TEST_F() local
1225 EXPECT_EQ(binp1.coreIndex(), tun.coreIndex()); in TEST_F()
1234 EXPECT_NE(inp1.type(), binp1.type()); in TEST_F()
1241 static_assert(canCallSetPort(binp1), "should be able to"); in TEST_F()
1310 EXPECT_EQ(0, binp1.mNumber); in TEST_F()
1318 EXPECT_TRUE(binp1 == boutp1); in TEST_F()
1321 EXPECT_TRUE(inp1 != binp1); in TEST_F()
1322 binp1.mNumber = 100; in TEST_F()
1323 EXPECT_TRUE(inp1 != binp1); in TEST_F()
1324 binp1.setPort(false /* output */); in TEST_F()
[all …]