Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/remote_bitrate_estimator/
Dremote_bitrate_estimator_single_stream.cc102 double timestamp_delta_ms = timestamp_delta * kTimestampToMs; in IncomingPacket() local
103 estimator->estimator.Update(time_delta, timestamp_delta_ms, size_delta, in IncomingPacket()
106 timestamp_delta_ms, in IncomingPacket()
Doveruse_detector_unittest.cc104 double timestamp_delta_ms = timestamp_delta / 90.0; in UpdateDetector() local
105 overuse_estimator_->Update(time_delta, timestamp_delta_ms, size_delta, in UpdateDetector()
108 overuse_estimator_->offset(), timestamp_delta_ms, in UpdateDetector()