Searched refs:ins2 (Results 1 – 1 of 1) sorted by relevance
/frameworks/av/media/codec2/tests/ |
D | C2Param_test.cpp | 1442 const C2NumberStreamTuning::input ins2(1u, 100); in TEST_F() local 1451 EXPECT_EQ(ins2.coreIndex(), tun.coreIndex()); in TEST_F() 1454 EXPECT_EQ(ins1.type(), ins2.type()); in TEST_F() 1459 EXPECT_NE(ins2.type(), outs2.type()); in TEST_F() 1463 EXPECT_NE(ins2.type(), tun.type()); in TEST_F() 1469 static_assert(!canCallSetPort(ins2), "should not be able to (const & type)"); in TEST_F() 1481 for (const auto &p : { ins2, bins2 }) { in TEST_F() 1518 for (const auto &p : { ins2, bins2 }) { in TEST_F() 1535 EXPECT_EQ(100, ins2.mNumber); in TEST_F() 1542 EXPECT_EQ(1u, ins2.stream()); in TEST_F() [all …]
|