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

/frameworks/av/media/libstagefright/codec2/tests/
H A DC2Param_test.cpp1179 C2NumberStreamTuning::input bins2; local
1188 static_assert(!canCallSetPort(bins2), "should not be able to (type)");
1199 for (const auto &p : { ins2, bins2 }) {
1236 for (const auto &p : { ins2, bins2 }) {
1256 EXPECT_EQ(0, bins2.mNumber);
1263 EXPECT_EQ(0u, bins2.stream());
1271 EXPECT_TRUE(bins2 != bouts2);
1281 EXPECT_TRUE(ins2 != bins2);
1282 bins2.mNumber = 100;
1283 EXPECT_TRUE(ins2 != bins2);
[all...]

Completed in 38 milliseconds