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

/frameworks/av/media/libstagefright/codec2/tests/
H A DC2Param_test.cpp975 const C2NumberPortTuning::input inp2(100);
984 static_assert(!canCallSetPort(inp2), "should not be able to (const & type)");
996 for (const auto &p : { inp2, binp2 }) {
1032 for (const auto &p : { inp2, binp2 }) {
1049 EXPECT_EQ(100, inp2.mNumber);
1057 EXPECT_TRUE(inp1 == inp2);
1070 EXPECT_TRUE(inp2 != binp2);
1072 EXPECT_TRUE(inp2 == binp2);
1098 EXPECT_EQ(C2Param::Type(inp2.type()).baseIndex(), C2NumberStruct::baseIndex);
1099 EXPECT_EQ(C2Param::Type(inp2
1155 EXPECT_EQ(C2NumberPortTuning::input::From(&inp2), &inp2); local
1535 std::unique_ptr<const C2NumbersPortTuning::input> inp2 = std::move(inp2_); local
[all...]

Completed in 348 milliseconds