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

Unified Diff: video/video_loopback.cc

Issue 3019593002: Reland of Add full stack tests for MediaCodec.
Patch Set: Created 3 years, 3 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 | « video/screenshare_loopback.cc ('k') | video/video_quality_test.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: video/video_loopback.cc
diff --git a/video/video_loopback.cc b/video/video_loopback.cc
index d5d525aa127219b7ce4b489b241ef734b4d8f0f7..5ade6f11eb5cf65d675037ffa2545a063eb51de4 100644
--- a/video/video_loopback.cc
+++ b/video/video_loopback.cc
@@ -276,6 +276,8 @@
flags::MaxBitrateKbps() * 1000,
flags::FLAG_suspend_below_min_bitrate,
flags::Codec(),
+ false, // No HW encoder.
+ false, // No SW fallback encoder.
flags::NumTemporalLayers(),
flags::SelectedTL(),
0, // No min transmit bitrate.
« no previous file with comments | « video/screenshare_loopback.cc ('k') | video/video_quality_test.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698