Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_coding/neteq/
Dneteq_impl_unittest.cc83 timestamp_scaler_(NULL) { in NetEqImplTest()
142 timestamp_scaler_ = new TimestampScaler(*decoder_database_); in CreateInstance()
157 timestamp_scaler_, in CreateInstance()
227 TimestampScaler* timestamp_scaler_; member in webrtc::NetEqImplTest
Dneteq_impl.cc79 timestamp_scaler_(timestamp_scaler), in NetEqImpl()
371 *timestamp = timestamp_scaler_->ToExternal(playout_timestamp_); in GetPlayoutTimestamp()
530 timestamp_scaler_->Reset(); in InsertPacketInternal()
563 timestamp_scaler_->ToInternal(&packet_list); in InsertPacketInternal()
Dneteq_impl.h355 const rtc::scoped_ptr<TimestampScaler> timestamp_scaler_