Searched defs:ins1 (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/media/libstagefright/codec2/tests/
H A DC2Param_test.cpp1176 const C2NumberStreamTuning outs1(true, 1u, 100), ins1(false, 1u, 100);
1186 static_assert(!canCallSetPort(ins1), "should not be able to (const)");
1191 for (const auto &p : { outs1, ins1, bouts1 }) {
1220 EXPECT_TRUE(ins1.forInput());
1221 EXPECT_FALSE(ins1.forOutput());
1223 for (const auto &p : { outs1, ins1 }) {
1267 EXPECT_TRUE(ins1 != outs1);
1268 EXPECT_TRUE(ins1 == ins2);
1273 EXPECT_TRUE(ins1 != bins1);
1275 EXPECT_TRUE(ins1 !
1373 EXPECT_EQ(C2NumberStreamTuning::From(&ins1), &ins1); local
1749 std::unique_ptr<const C2NumbersStreamTuning> ins1 = std::move(ins1_); local
[all...]

Completed in 86 milliseconds