Home
last modified time | relevance | path

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

/external/webrtc/webrtc/voice_engine/test/auto_test/
Dvoe_output_test.cc66 int16_t upper_bound_; member in voetest::OutputTest::VoEOutputCheckMediaProcess
146 upper_bound_(upper_bound) {} in VoEOutputCheckMediaProcess()
160 ASSERT_LE(audio10ms[i * num_channels + c], upper_bound_); in Process()
/external/flatbuffers/include/flatbuffers/
Dflatbuffers.h1371 , upper_bound_(buf)
1382 upper_bound_ = buf_;
1391 if (upper_bound_ < upper_bound)
1392 upper_bound_ = upper_bound;
1515 uintptr_t size = upper_bound_ - buf_;
1530 mutable const uint8_t *upper_bound_;