Home
last modified time | relevance | path

Searched refs:time_until_process (Results 1 – 14 of 14) sorted by relevance

/dports/www/firefox-legacy/firefox-52.8.0esr/media/webrtc/trunk/webrtc/modules/pacing/
H A Dpaced_sender_unittest.cc669 int time_until_process = send_bucket_->TimeUntilNextProcess(); in TEST_F() local
670 if (time_until_process <= 0) { in TEST_F()
673 clock_.AdvanceTimeMilliseconds(time_until_process); in TEST_F()
735 int time_until_process = send_bucket_->TimeUntilNextProcess(); in TEST_F() local
736 if (time_until_process <= 0) { in TEST_F()
739 clock_.AdvanceTimeMilliseconds(time_until_process); in TEST_F()
782 int time_until_process = send_bucket_->TimeUntilNextProcess(); in TEST_F() local
783 if (time_until_process <= 0) { in TEST_F()
786 clock_.AdvanceTimeMilliseconds(time_until_process); in TEST_F()
/dports/lang/spidermonkey60/firefox-60.9.0/media/webrtc/trunk/webrtc/modules/pacing/
H A Dpaced_sender_unittest.cc764 int time_until_process = send_bucket_->TimeUntilNextProcess(); in TEST_F() local
765 if (time_until_process <= 0) { in TEST_F()
768 clock_.AdvanceTimeMilliseconds(time_until_process); in TEST_F()
819 int time_until_process = send_bucket_->TimeUntilNextProcess(); in TEST_F() local
820 clock_.AdvanceTimeMilliseconds(time_until_process); in TEST_F()
833 int time_until_process = send_bucket_->TimeUntilNextProcess(); in TEST_F() local
834 clock_.AdvanceTimeMilliseconds(time_until_process); in TEST_F()
864 int time_until_process = send_bucket_->TimeUntilNextProcess(); in TEST_F() local
865 clock_.AdvanceTimeMilliseconds(time_until_process); in TEST_F()
922 if (time_until_process <= 0) { in TEST_F()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/libwebrtc/webrtc/modules/pacing/
H A Dpaced_sender_unittest.cc760 int time_until_process = send_bucket_->TimeUntilNextProcess(); in TEST_P() local
761 if (time_until_process <= 0) { in TEST_P()
764 clock_.AdvanceTimeMilliseconds(time_until_process); in TEST_P()
815 int time_until_process = send_bucket_->TimeUntilNextProcess(); in TEST_P() local
816 clock_.AdvanceTimeMilliseconds(time_until_process); in TEST_P()
830 int time_until_process = send_bucket_->TimeUntilNextProcess(); in TEST_P() local
831 clock_.AdvanceTimeMilliseconds(time_until_process); in TEST_P()
861 int time_until_process = send_bucket_->TimeUntilNextProcess(); in TEST_P() local
862 clock_.AdvanceTimeMilliseconds(time_until_process); in TEST_P()
923 if (time_until_process <= 0) { in TEST_P()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/third_party/libwebrtc/webrtc/modules/pacing/
H A Dpaced_sender_unittest.cc760 int time_until_process = send_bucket_->TimeUntilNextProcess(); in TEST_P() local
761 if (time_until_process <= 0) { in TEST_P()
764 clock_.AdvanceTimeMilliseconds(time_until_process); in TEST_P()
815 int time_until_process = send_bucket_->TimeUntilNextProcess(); in TEST_P() local
816 clock_.AdvanceTimeMilliseconds(time_until_process); in TEST_P()
830 int time_until_process = send_bucket_->TimeUntilNextProcess(); in TEST_P() local
831 clock_.AdvanceTimeMilliseconds(time_until_process); in TEST_P()
861 int time_until_process = send_bucket_->TimeUntilNextProcess(); in TEST_P() local
862 clock_.AdvanceTimeMilliseconds(time_until_process); in TEST_P()
923 if (time_until_process <= 0) { in TEST_P()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/media/webrtc/trunk/webrtc/modules/pacing/
H A Dpaced_sender_unittest.cc760 int time_until_process = send_bucket_->TimeUntilNextProcess(); in TEST_P() local
761 if (time_until_process <= 0) { in TEST_P()
764 clock_.AdvanceTimeMilliseconds(time_until_process); in TEST_P()
815 int time_until_process = send_bucket_->TimeUntilNextProcess(); in TEST_P() local
816 clock_.AdvanceTimeMilliseconds(time_until_process); in TEST_P()
830 int time_until_process = send_bucket_->TimeUntilNextProcess(); in TEST_P() local
831 clock_.AdvanceTimeMilliseconds(time_until_process); in TEST_P()
861 int time_until_process = send_bucket_->TimeUntilNextProcess(); in TEST_P() local
862 clock_.AdvanceTimeMilliseconds(time_until_process); in TEST_P()
923 if (time_until_process <= 0) { in TEST_P()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/webrtc/modules/video_coding/
H A Dvideo_coding_impl.cc32 const int64_t time_until_process = _periodMs - time_since_process; in TimeUntilProcess() local
33 return std::max<int64_t>(time_until_process, 0); in TimeUntilProcess()
/dports/net-im/tg_owt/tg_owt-d578c76/src/modules/video_coding/
H A Dvideo_coding_impl.cc31 const int64_t time_until_process = _periodMs - time_since_process; in TimeUntilProcess() local
32 return std::max<int64_t>(time_until_process, 0); in TimeUntilProcess()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webrtc/modules/video_coding/
H A Dvideo_coding_impl.cc31 const int64_t time_until_process = _periodMs - time_since_process; in TimeUntilProcess() local
32 return std::max<int64_t>(time_until_process, 0); in TimeUntilProcess()
/dports/www/firefox/firefox-99.0/third_party/libwebrtc/modules/video_coding/
H A Dvideo_coding_impl.cc31 const int64_t time_until_process = _periodMs - time_since_process; in TimeUntilProcess() local
32 return std::max<int64_t>(time_until_process, 0); in TimeUntilProcess()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/libwebrtc/webrtc/modules/video_coding/
H A Dvideo_coding_impl.cc39 const int64_t time_until_process = _periodMs - time_since_process; in TimeUntilProcess() local
40 return std::max<int64_t>(time_until_process, 0); in TimeUntilProcess()
/dports/www/firefox-esr/firefox-91.8.0/third_party/libwebrtc/webrtc/modules/video_coding/
H A Dvideo_coding_impl.cc39 const int64_t time_until_process = _periodMs - time_since_process; in TimeUntilProcess() local
40 return std::max<int64_t>(time_until_process, 0); in TimeUntilProcess()
/dports/lang/spidermonkey78/firefox-78.9.0/media/webrtc/trunk/webrtc/modules/video_coding/
H A Dvideo_coding_impl.cc39 const int64_t time_until_process = _periodMs - time_since_process; in TimeUntilProcess() local
40 return std::max<int64_t>(time_until_process, 0); in TimeUntilProcess()
/dports/lang/spidermonkey60/firefox-60.9.0/media/webrtc/trunk/webrtc/modules/video_coding/
H A Dvideo_coding_impl.cc38 const int64_t time_until_process = _periodMs - time_since_process; in TimeUntilProcess() local
39 return std::max<int64_t>(time_until_process, 0); in TimeUntilProcess()
/dports/www/firefox-legacy/firefox-52.8.0esr/media/webrtc/trunk/webrtc/modules/video_coding/main/source/
H A Dvideo_coding_impl.cc31 const int64_t time_until_process = _periodMs - time_since_process; in TimeUntilProcess() local
32 return std::max<int64_t>(time_until_process, 0); in TimeUntilProcess()