Searched refs:InterArrival (Results 1 – 9 of 9) sorted by relevance
/external/webrtc/modules/remote_bitrate_estimator/ |
D | inter_arrival.cc | 23 InterArrival::InterArrival(uint32_t timestamp_group_length_ticks, in InterArrival() function in webrtc::InterArrival 33 bool InterArrival::ComputeDeltas(uint32_t timestamp, in ComputeDeltas() 111 bool InterArrival::PacketInOrder(uint32_t timestamp) { in PacketInOrder() 126 bool InterArrival::NewTimestampGroup(int64_t arrival_time_ms, in NewTimestampGroup() 139 bool InterArrival::BelongsToBurst(int64_t arrival_time_ms, in BelongsToBurst() 160 void InterArrival::Reset() { in Reset()
|
D | inter_arrival_unittest.cc | 37 new InterArrival(kTimestampGroupLengthUs / 1000, 1.0, true)); in SetUp() 38 inter_arrival_rtp_.reset(new InterArrival( in SetUp() 40 inter_arrival_ast_.reset(new InterArrival( in SetUp() 151 std::unique_ptr<InterArrival> inter_arrival_; 166 static void InternalExpectFalse(InterArrival* inter_arrival, in InternalExpectFalse() 182 static void InternalExpectTrue(InterArrival* inter_arrival, in InternalExpectTrue() 202 std::unique_ptr<InterArrival> inter_arrival_rtp_; 203 std::unique_ptr<InterArrival> inter_arrival_ast_; 437 arrival_time_ms += kTimeDeltaMs + InterArrival::kArrivalTimeOffsetThresholdMs; in TEST_F() 510 for (int i = 0; i < InterArrival::kReorderedResetThreshold + 3; ++i) { in TEST_F()
|
D | inter_arrival.h | 24 class InterArrival { 34 InterArrival(uint32_t timestamp_group_length_ticks, 91 RTC_DISALLOW_IMPLICIT_CONSTRUCTORS(InterArrival);
|
D | remote_bitrate_estimator_abs_send_time.h | 128 std::unique_ptr<InterArrival> inter_arrival_;
|
D | remote_bitrate_estimator_single_stream.cc | 56 InterArrival inter_arrival;
|
D | overuse_detector_unittest.cc | 40 inter_arrival_(new InterArrival(5 * 90, kRtpTimestampToMs, true)), in OveruseDetectorTest() 122 std::unique_ptr<InterArrival> inter_arrival_;
|
D | remote_bitrate_estimator_abs_send_time.cc | 384 new InterArrival((kTimestampGroupLengthMs << kInterArrivalShift) / 1000, in TimeoutStreams()
|
/external/webrtc/modules/congestion_controller/goog_cc/ |
D | delay_based_bwe.h | 133 std::unique_ptr<InterArrival> video_inter_arrival_; 135 std::unique_ptr<InterArrival> audio_inter_arrival_;
|
D | delay_based_bwe.cc | 184 new InterArrival(kTimestampGroupTicks, kTimestampToMs, true)); in IncomingPacketFeedback() 188 new InterArrival(kTimestampGroupTicks, kTimestampToMs, true)); in IncomingPacketFeedback() 213 InterArrival* inter_arrival_for_packet = video_inter_arrival_.get(); in IncomingPacketFeedback()
|