Searched refs:binp2 (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/media/libstagefright/codec2/tests/
H A DC2Param_test.cpp976 C2NumberPortTuning::input binp2; local
985 static_assert(!canCallSetPort(binp2), "should not be able to (type)");
996 for (const auto &p : { inp2, binp2 }) {
1032 for (const auto &p : { inp2, binp2 }) {
1052 EXPECT_EQ(0, binp2.mNumber);
1060 EXPECT_TRUE(binp2 != boutp2);
1070 EXPECT_TRUE(inp2 != binp2);
1071 binp2.mNumber = 100;
1072 EXPECT_TRUE(inp2 == binp2);
1536 std::shared_ptr<C2NumbersPortTuning::input> binp2(C2NumbersPortTunin
[all...]

Completed in 11 milliseconds