Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_coding/neteq/
Dneteq_impl_unittest.cc432 CountingSamplesDecoder() : next_value_(1) {} in TEST_F()
441 decoded[i] = next_value_++; in TEST_F()
447 void Reset() override { next_value_ = 1; } in TEST_F()
451 uint16_t next_value() const { return next_value_; } in TEST_F()
454 int16_t next_value_; in TEST_F() member in webrtc::TEST_F::CountingSamplesDecoder