Searched refs:InterArrival (Results 1 – 7 of 7) sorted by relevance
/external/webrtc/webrtc/modules/remote_bitrate_estimator/ |
D | inter_arrival.cc | 23 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()
|
D | inter_arrival.h | 24 class InterArrival { 29 InterArrival(uint32_t timestamp_group_length_ticks, 81 RTC_DISALLOW_IMPLICIT_CONSTRUCTORS(InterArrival);
|
D | inter_arrival_unittest.cc | 36 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_;
|
D | remote_bitrate_estimator_abs_send_time.h | 134 rtc::scoped_ptr<InterArrival> inter_arrival_ GUARDED_BY(crit_sect_.get());
|
D | remote_bitrate_estimator_single_stream.cc | 43 InterArrival inter_arrival;
|
D | overuse_detector_unittest.cc | 41 inter_arrival_(new InterArrival(5 * 90, kRtpTimestampToMs, true)), in OveruseDetectorTest() 119 rtc::scoped_ptr<InterArrival> inter_arrival_;
|
D | remote_bitrate_estimator_abs_send_time.cc | 304 new InterArrival((kTimestampGroupLengthMs << kInterArrivalShift) / 1000, in IncomingPacketInfo()
|