Home
last modified time | relevance | path

Searched refs:ComputeDeltas (Results 1 – 6 of 6) sorted by relevance

/external/webrtc/webrtc/modules/remote_bitrate_estimator/
Dinter_arrival.h41 bool ComputeDeltas(uint32_t timestamp,
Dinter_arrival_unittest.cc168 bool computed = inter_arrival->ComputeDeltas(timestamp, in InternalExpectFalse()
190 bool computed = inter_arrival->ComputeDeltas(timestamp, in InternalExpectTrue()
Dinter_arrival.cc32 bool InterArrival::ComputeDeltas(uint32_t timestamp, in ComputeDeltas() function in webrtc::InterArrival
Dremote_bitrate_estimator_single_stream.cc99 if (estimator->inter_arrival.ComputeDeltas(rtp_timestamp, arrival_time_ms, in IncomingPacket()
Dremote_bitrate_estimator_abs_send_time.cc307 if (inter_arrival_->ComputeDeltas(timestamp, arrival_time_ms, payload_size, in IncomingPacketInfo()
Doveruse_detector_unittest.cc98 if (inter_arrival_->ComputeDeltas(rtp_timestamp, in UpdateDetector()