Home
last modified time | relevance | path

Searched refs:inter_arrival (Results 1 – 4 of 4) sorted by relevance

/external/webrtc/webrtc/modules/remote_bitrate_estimator/
Dinter_arrival_unittest.cc162 static void InternalExpectFalse(InterArrival* inter_arrival, in InternalExpectFalse() argument
168 bool computed = inter_arrival->ComputeDeltas(timestamp, in InternalExpectFalse()
180 static void InternalExpectTrue(InterArrival* inter_arrival, in InternalExpectTrue() argument
190 bool computed = inter_arrival->ComputeDeltas(timestamp, in InternalExpectTrue()
DBUILD.gn31 "inter_arrival.cc",
32 "inter_arrival.h",
Dremote_bitrate_estimator_single_stream.cc37 inter_arrival(90 * kTimestampGroupLengthMs, in Detector()
43 InterArrival inter_arrival; member
99 if (estimator->inter_arrival.ComputeDeltas(rtp_timestamp, arrival_time_ms, in IncomingPacket()
Dremote_bitrate_estimator.gypi27 'inter_arrival.cc',
28 'inter_arrival.h',