Home
last modified time | relevance | path

Searched refs:InterArrival (Results 1 – 7 of 7) sorted by relevance

/external/webrtc/webrtc/modules/remote_bitrate_estimator/
Dinter_arrival.cc23 InterArrival::InterArrival(uint32_t timestamp_group_length_ticks, in InterArrival() function in webrtc::InterArrival
32 bool InterArrival::ComputeDeltas(uint32_t timestamp, in ComputeDeltas()
85 bool InterArrival::PacketInOrder(uint32_t timestamp) { in PacketInOrder()
100 bool InterArrival::NewTimestampGroup(int64_t arrival_time_ms, in NewTimestampGroup()
113 bool InterArrival::BelongsToBurst(int64_t arrival_time_ms, in BelongsToBurst()
Dinter_arrival.h24 class InterArrival {
29 InterArrival(uint32_t timestamp_group_length_ticks,
81 RTC_DISALLOW_IMPLICIT_CONSTRUCTORS(InterArrival);
Dinter_arrival_unittest.cc36 inter_arrival_rtp_.reset(new InterArrival( in SetUp()
40 inter_arrival_ast_.reset(new InterArrival( in SetUp()
162 static void InternalExpectFalse(InterArrival* inter_arrival, in InternalExpectFalse()
180 static void InternalExpectTrue(InterArrival* inter_arrival, in InternalExpectTrue()
202 rtc::scoped_ptr<InterArrival> inter_arrival_rtp_;
203 rtc::scoped_ptr<InterArrival> inter_arrival_ast_;
Dremote_bitrate_estimator_abs_send_time.h134 rtc::scoped_ptr<InterArrival> inter_arrival_ GUARDED_BY(crit_sect_.get());
Dremote_bitrate_estimator_single_stream.cc43 InterArrival inter_arrival;
Doveruse_detector_unittest.cc41 inter_arrival_(new InterArrival(5 * 90, kRtpTimestampToMs, true)), in OveruseDetectorTest()
119 rtc::scoped_ptr<InterArrival> inter_arrival_;
Dremote_bitrate_estimator_abs_send_time.cc304 new InterArrival((kTimestampGroupLengthMs << kInterArrivalShift) / 1000, in IncomingPacketInfo()