Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(629)

Unified Diff: webrtc/call/call_perf_tests.cc

Issue 2750473002: Reland of write frame generator capturer to use TaskQueue instead of EventTimeWrapper (Closed)
Patch Set: Do not modify QueueTask, as it will be fixed by another CL by Tommi@ Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | webrtc/test/frame_generator_capturer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/call/call_perf_tests.cc
diff --git a/webrtc/call/call_perf_tests.cc b/webrtc/call/call_perf_tests.cc
index 1551cd7b86791f61989196a5f861f60d201ca6ed..eb5994c2d910464907ba0cc5b169a55f0b7a6eee 100644
--- a/webrtc/call/call_perf_tests.cc
+++ b/webrtc/call/call_perf_tests.cc
@@ -476,7 +476,7 @@ TEST_F(CallPerfTest, ReceivesCpuOveruseAndUnderuse) {
LoadObserver()
: SendTest(kLongTimeoutMs),
expect_lower_resolution_wants_(true),
- encoder_(Clock::GetRealTimeClock(), 35 /* delay_ms */) {}
+ encoder_(Clock::GetRealTimeClock(), 60 /* delay_ms */) {}
void OnFrameGeneratorCapturerCreated(
test::FrameGeneratorCapturer* frame_generator_capturer) override {
« no previous file with comments | « no previous file | webrtc/test/frame_generator_capturer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698