Home
last modified time | relevance | path

Searched refs:now_ms_ (Results 1 – 6 of 6) sorted by relevance

/external/webrtc/webrtc/modules/remote_bitrate_estimator/
Doveruse_detector_unittest.cc36 : now_ms_(0), in OveruseDetectorTest()
58 now_ms_ += mean_ms; in Run100000Samples()
61 now_ms_ + static_cast<int64_t>( in Run100000Samples()
81 now_ms_ += mean_ms + drift_per_frame_ms; in RunUntilOveruse()
84 now_ms_ + static_cast<int64_t>( in RunUntilOveruse()
113 int64_t now_ms_; member in webrtc::testing::OveruseDetectorTest
143 UpdateDetector(rtp_timestamp, now_ms_, packet_size); in TEST_F()
144 now_ms_ += frame_duration_ms; in TEST_F()
157 UpdateDetector(rtp_timestamp, now_ms_, packet_size); in TEST_F()
160 now_ms_ += frame_duration_ms - 5; in TEST_F()
[all …]
/external/webrtc/webrtc/modules/remote_bitrate_estimator/test/
Dmetric_recorder.cc63 now_ms_(0), in MetricRecorder()
118 now_ms_ - plot_information_[i].last_plot_ms >= in PlotAllDynamics()
128 0, plot_information_[kTotalAvailable].prefix, now_ms_, in PlotDynamics()
132 0, plot_information_[kAvailablePerFlow].prefix, now_ms_, in PlotDynamics()
139 plot_information_[metric].last_plot_ms = now_ms_; in PlotDynamics()
152 now_ms_ = std::max(now_ms_, time_ms); in UpdateTimeMs()
158 PushThroughputBytes(payload_size, now_ms_); in UpdateThroughput()
159 plot_information_[kThroughput].Update(now_ms_, bitrate_kbps); in UpdateThroughput()
163 plot_information_[kSendingEstimate].Update(now_ms_, bitrate_kbps); in UpdateSendingEstimateKbps()
167 PushDelayMs(delay_ms, now_ms_); in UpdateDelayMs()
[all …]
Dbwe_test_framework_unittest.cc152 : filter_(NULL, 0, "", ""), now_ms_(0) {} in BweTestFramework_RateCounterFilterTest()
161 for (int64_t i = 0; i < run_for_ms; i += 10, now_ms_ += 10) { in TestRateCounter()
163 new MediaPacket(0, now_ms_ * 1000, payload_bits / 8, header)); in TestRateCounter()
176 int64_t now_ms_; member in webrtc::testing::bwe::BweTestFramework_RateCounterFilterTest
276 : filter_(NULL, 0), now_ms_(0), sequence_number_(0) {} in BweTestFramework_DelayFilterTest()
288 now_ms_ * 1000 + (sequence_number_ >> 4), sequence_number_)); in TestDelayFilter()
295 EXPECT_LE(now_ms_ * 1000, (*it)->send_time_us()); in TestDelayFilter()
299 now_ms_ += run_for_ms; in TestDelayFilter()
349 int64_t now_ms_; member in webrtc::testing::bwe::BweTestFramework_DelayFilterTest
583 : now_ms_(0), in BweTestFramework_ChokeFilterTest()
[all …]
Dbwe_test_framework.cc687 now_ms_(0), in VideoSource()
699 return next_frame_ms_ + next_frame_rand_ms_ - now_ms_; in GetTimeUntilNextFrameMs()
710 now_ms_ += time_ms; in RunFor()
713 while (now_ms_ >= next_frame_ms_) { in RunFor()
Dmetric_recorder.h166 int64_t now_ms_; variable
Dbwe_test_framework.h424 int64_t now_ms_; variable