OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RunFor
(Results
1 - 11
of
11
) sorted by null
/external/webrtc/webrtc/modules/remote_bitrate_estimator/
remote_bitrate_estimators_test.cc
47
RunFor
(10 * 60 * 1000);
56
RunFor
(10 * 60 * 1000);
66
RunFor
(5000);
76
RunFor
(10 * 60 * 1000);
84
RunFor
(10 * 60 * 1000);
87
RunFor
(10 * 1000);
89
RunFor
(10 * 60 * 1000);
98
RunFor
(1 * 60 * 1000);
101
RunFor
(10 * 1000);
104
RunFor
(10 * 60 * 1000)
[
all
...]
bwe_simulations.cc
60
RunFor
(60 * 1000);
73
RunFor
(22 * 60 * 1000);
100
RunFor
(60 * 1000);
102
RunFor
(60 * 1000);
104
RunFor
(60 * 1000);
116
RunFor
(60 * 1000);
118
RunFor
(60 * 1000);
120
RunFor
(60 * 1000);
131
RunFor
(60 * 1000);
133
RunFor
(60 * 1000)
[
all
...]
/external/webrtc/webrtc/modules/remote_bitrate_estimator/test/
packet_receiver.h
42
void
RunFor
(int64_t time_ms, Packets* in_out) override;
bwe_test_framework.h
210
virtual void
RunFor
(int64_t time_ms, Packets* in_out) = 0;
247
virtual void
RunFor
(int64_t time_ms, Packets* in_out);
267
virtual void
RunFor
(int64_t time_ms, Packets* in_out);
283
virtual void
RunFor
(int64_t time_ms, Packets* in_out);
299
virtual void
RunFor
(int64_t time_ms, Packets* in_out);
320
virtual void
RunFor
(int64_t time_ms, Packets* in_out);
341
virtual void
RunFor
(int64_t time_ms, Packets* in_out);
368
virtual void
RunFor
(int64_t time_ms, Packets* in_out);
400
virtual void
RunFor
(int64_t time_ms, Packets* in_out);
bwe_test_framework_unittest.cc
165
filter_.
RunFor
(run_for_ms, &packets);
221
filter.
RunFor
(0, &packets);
237
filter.
RunFor
(0, &packets);
291
filter_.
RunFor
(run_for_ms, &packets);
390
delay.
RunFor
(1000, &packets);
401
delay.
RunFor
(1000, &packets);
446
filter.
RunFor
(max_jitter_ms, &packets);
519
filter.
RunFor
(now_ms, &packets);
609
filter->
RunFor
(run_for_ms, &packets);
668
filter.
RunFor
(2 * kExpectedSendTimeUs + 1000, &packets)
[
all
...]
bwe_test.cc
47
void PacketProcessorRunner::
RunFor
(int64_t time_ms,
52
processor_->
RunFor
(time_ms, &to_process);
153
processor.
RunFor
(run_for_ms, now_ms, packets);
161
void BweTest::
RunFor
(int64_t time_ms) {
357
RunFor
(run_time_seconds * 1000);
424
RunFor
(kRunTimeMs);
461
RunFor
(40 * 1000); // 0-40s.
463
RunFor
(20 * 1000); // 40-60s.
465
RunFor
(20 * 1000); // 60-80s.
467
RunFor
(20 * 1000); // 80-100s
[
all
...]
packet_sender.h
74
void
RunFor
(int64_t time_ms, Packets* in_out) override;
110
void
RunFor
(int64_t time_ms, Packets* in_out) override;
145
void
RunFor
(int64_t time_ms, Packets* in_out) override;
bwe_test.h
38
void
RunFor
(int64_t time_ms, int64_t time_now_ms, Packets* in_out);
117
void
RunFor
(int64_t time_ms);
packet_sender.cc
97
void VideoSender::
RunFor
(int64_t time_ms, Packets* in_out) {
122
source_->
RunFor
(time_to_run_ms, &generated);
176
void PacedVideoSender::
RunFor
(int64_t time_ms, Packets* in_out) {
208
source_->
RunFor
(time_until_next_event_ms, &generated_packets);
347
void TcpSender::
RunFor
(int64_t time_ms, Packets* in_out) {
packet_receiver.cc
78
void PacketReceiver::
RunFor
(int64_t time_ms, Packets* in_out) {
bwe_test_framework.cc
292
void RateCounterFilter::
RunFor
(int64_t /*time_ms*/, Packets* in_out) {
323
void LossFilter::
RunFor
(int64_t /*time_ms*/, Packets* in_out) {
357
void DelayFilter::
RunFor
(int64_t /*time_ms*/, Packets* in_out) {
402
void JitterFilter::
RunFor
(int64_t /*time_ms*/, Packets* in_out) {
456
void ReorderFilter::
RunFor
(int64_t /*time_ms*/, Packets* in_out) {
503
void ChokeFilter::
RunFor
(int64_t /*time_ms*/, Packets* in_out) {
619
void TraceBasedDeliveryFilter::
RunFor
(int64_t time_ms, Packets* in_out) {
707
void VideoSource::
RunFor
(int64_t time_ms, Packets* in_out) {
Completed in 523 milliseconds