Searched refs:next_value_ (Results 1 – 1 of 1) sorted by relevance
449 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::CountingSamplesDecoder1560 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