Home
last modified time | relevance | path

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

/external/webrtc/modules/audio_coding/neteq/
Dpacket_arrival_history_unittest.cc32 int InsertPacketAndGetDelay(int timestamp_delta_ms) { in InsertPacketAndGetDelay() argument
33 uint32_t timestamp = timestamp_ + timestamp_delta_ms * kFsKhz; in InsertPacketAndGetDelay()
34 if (timestamp_delta_ms > 0) { in InsertPacketAndGetDelay()
39 timestamp_delta_ms >= 0); in InsertPacketAndGetDelay()
/external/webrtc/modules/remote_bitrate_estimator/
Dremote_bitrate_estimator_single_stream.cc135 double timestamp_delta_ms = timestamp_delta * kTimestampToMs; in IncomingPacket() local
136 estimator->estimator.Update(time_delta, timestamp_delta_ms, size_delta, in IncomingPacket()
139 timestamp_delta_ms, in IncomingPacket()
Doveruse_detector_unittest.cc105 double timestamp_delta_ms = timestamp_delta / 90.0; in UpdateDetector() local
106 overuse_estimator_->Update(time_delta, timestamp_delta_ms, size_delta, in UpdateDetector()
109 overuse_estimator_->offset(), timestamp_delta_ms, in UpdateDetector()