Searched refs:ins1 (Results 1 – 1 of 1) sorted by relevance
/frameworks/av/media/codec2/tests/ |
D | C2Param_test.cpp | 1440 const C2NumberStreamTuning outs1(true, 1u, 100), ins1(false, 1u, 100); in TEST_F() local 1447 EXPECT_EQ(ins1.coreIndex(), tun.coreIndex()); in TEST_F() 1454 EXPECT_EQ(ins1.type(), ins2.type()); in TEST_F() 1455 EXPECT_EQ(ins1.type(), bins2.type()); in TEST_F() 1458 EXPECT_NE(ins1.type(), outs1.type()); in TEST_F() 1460 EXPECT_NE(ins1.type(), bins1.type()); in TEST_F() 1462 EXPECT_NE(ins1.type(), tun.type()); in TEST_F() 1468 static_assert(!canCallSetPort(ins1), "should not be able to (const)"); in TEST_F() 1473 for (const auto &p : { outs1, ins1, bouts1 }) { in TEST_F() 1502 EXPECT_TRUE(ins1.forInput()); in TEST_F() [all …]
|