Searched refs:outs1 (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 1448 EXPECT_EQ(outs1.coreIndex(), tun.coreIndex()); in TEST_F() 1456 EXPECT_EQ(outs1.type(), outs2.type()); in TEST_F() 1457 EXPECT_EQ(outs1.type(), bouts2.type()); in TEST_F() 1458 EXPECT_NE(ins1.type(), outs1.type()); in TEST_F() 1461 EXPECT_NE(outs1.type(), bouts1.type()); in TEST_F() 1473 for (const auto &p : { outs1, ins1, bouts1 }) { in TEST_F() 1499 EXPECT_FALSE(outs1.forInput()); in TEST_F() 1500 EXPECT_TRUE(outs1.forOutput()); in TEST_F() 1505 for (const auto &p : { outs1, ins1 }) { in TEST_F() [all …]
|