Home
last modified time | relevance | path

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

/frameworks/av/media/codec2/tests/
DC2Param_test.cpp1444 const C2NumberStreamTuning::output outs2(1u, 100); in TEST_F() local
1452 EXPECT_EQ(outs2.coreIndex(), tun.coreIndex()); in TEST_F()
1456 EXPECT_EQ(outs1.type(), outs2.type()); in TEST_F()
1459 EXPECT_NE(ins2.type(), outs2.type()); in TEST_F()
1489 for (const auto &p : { outs2, bouts2 }) { in TEST_F()
1511 for (const auto &p : { outs2, bouts2 }) { in TEST_F()
1536 EXPECT_EQ(100, outs2.mNumber); in TEST_F()
1543 EXPECT_EQ(1u, outs2.stream()); in TEST_F()
1551 EXPECT_TRUE(outs1 == outs2); in TEST_F()
1580 EXPECT_TRUE(outs2 != bouts2); in TEST_F()
[all …]