HomeSort by relevance Sort by last modified time
    Searched full:inter_arrival (Results 1 - 8 of 8) sorted by null

  /external/webrtc/webrtc/modules/remote_bitrate_estimator/
BUILD.gn 31 "inter_arrival.cc",
32 "inter_arrival.h",
remote_bitrate_estimator_single_stream.cc 20 #include "webrtc/modules/remote_bitrate_estimator/inter_arrival.h"
37 inter_arrival(90 * kTimestampGroupLengthMs,
43 InterArrival inter_arrival; member in struct:webrtc::RemoteBitrateEstimatorSingleStream::Detector
99 if (estimator->inter_arrival.ComputeDeltas(rtp_timestamp, arrival_time_ms,
inter_arrival_unittest.cc 15 #include "webrtc/modules/remote_bitrate_estimator/inter_arrival.h"
46 // Test that neither inter_arrival instance complete the timestamp group from
57 // Test that both inter_arrival instances complete the timestamp group from
162 static void InternalExpectFalse(InterArrival* inter_arrival,
168 bool computed = inter_arrival->ComputeDeltas(timestamp,
180 static void InternalExpectTrue(InterArrival* inter_arrival,
190 bool computed = inter_arrival->ComputeDeltas(timestamp,
remote_bitrate_estimator.gypi 27 'inter_arrival.cc',
28 'inter_arrival.h',
inter_arrival.cc 11 #include "webrtc/modules/remote_bitrate_estimator/inter_arrival.h"
remote_bitrate_estimator_abs_send_time.h 22 #include "webrtc/modules/remote_bitrate_estimator/inter_arrival.h"
remote_bitrate_estimator_abs_send_time.cc 259 // Shift up send time to use the full 32 bits that inter_arrival works with,
overuse_detector_unittest.cc 22 #include "webrtc/modules/remote_bitrate_estimator/inter_arrival.h"

Completed in 131 milliseconds