Searched refs:inp1 (Results 1 – 1 of 1) sorted by relevance
/frameworks/av/media/codec2/tests/ |
D | C2Param_test.cpp | 1224 const C2NumberPortTuning outp1(true, 100), inp1(false, 100); in TEST_F() local 1231 EXPECT_EQ(inp1.coreIndex(), tun.coreIndex()); in TEST_F() 1238 EXPECT_EQ(inp1.type(), inp2.type()); in TEST_F() 1240 EXPECT_NE(inp1.type(), outp1.type()); in TEST_F() 1242 EXPECT_NE(inp1.type(), binp1.type()); in TEST_F() 1244 EXPECT_NE(inp1.type(), tun.type()); in TEST_F() 1250 static_assert(!canCallSetPort(inp1), "should not be able to (const)"); in TEST_F() 1255 for (const auto &p : { outp1, inp1, boutp1 }) { in TEST_F() 1284 EXPECT_TRUE(inp1.forInput()); in TEST_F() 1285 EXPECT_FALSE(inp1.forOutput()); in TEST_F() [all …]
|