Home
last modified time | relevance | path

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

/external/webrtc/modules/audio_coding/neteq/
Dneteq_impl_unittest.cc449 CountingSamplesDecoder() : next_value_(1) {} in TEST_F()
458 decoded[i] = next_value_++; in TEST_F()
464 void Reset() override { next_value_ = 1; } in TEST_F()
470 uint16_t next_value() const { return next_value_; } in TEST_F()
473 int16_t next_value_; in TEST_F() member in webrtc::TEST_F::CountingSamplesDecoder
1560 next_value_(1), in Decoder120ms()
1572 decoded[i] = next_value_++; in DecodeInternal()
1578 void Reset() override { next_value_ = 1; } in Reset()
1584 int16_t next_value_; member in webrtc::Decoder120ms