HomeSort by relevance Sort by last modified time
    Searched refs:timestamp_scaler_ (Results 1 - 3 of 3) sorted by null

  /external/webrtc/webrtc/modules/audio_coding/neteq/
neteq_impl.h 355 const rtc::scoped_ptr<TimestampScaler> timestamp_scaler_
neteq_impl_unittest.cc 83 timestamp_scaler_(NULL) {
142 timestamp_scaler_ = new TimestampScaler(*decoder_database_);
157 timestamp_scaler_,
227 TimestampScaler* timestamp_scaler_; member in class:webrtc::NetEqImplTest
    [all...]
neteq_impl.cc 79 timestamp_scaler_(timestamp_scaler),
371 *timestamp = timestamp_scaler_->ToExternal(playout_timestamp_);
530 timestamp_scaler_->Reset();
563 timestamp_scaler_->ToInternal(&packet_list);
    [all...]

Completed in 77 milliseconds