Home
last modified time | relevance | path

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

/external/webrtc/modules/remote_bitrate_estimator/
Dremote_bitrate_estimator_single_stream.cc136 double timestamp_delta_ms = timestamp_delta * kTimestampToMs; in IncomingPacket() local
137 estimator->estimator.Update(time_delta, timestamp_delta_ms, size_delta, in IncomingPacket()
140 timestamp_delta_ms, in IncomingPacket()
Doveruse_detector_unittest.cc106 double timestamp_delta_ms = timestamp_delta / 90.0; in UpdateDetector() local
107 overuse_estimator_->Update(time_delta, timestamp_delta_ms, size_delta, in UpdateDetector()
110 overuse_estimator_->offset(), timestamp_delta_ms, in UpdateDetector()