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

Unified Diff: video/screenshare_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/full_stack_tests.cc ('k') | video/video_loopback.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: video/screenshare_loopback.cc
diff --git a/video/screenshare_loopback.cc b/video/screenshare_loopback.cc
index 8cb81937e208c96e04e9e32cc714207221e4a35e..6d26762cd5a2339855f04a94f7cfce8d8a0f2ce4 100644
--- a/video/screenshare_loopback.cc
+++ b/video/screenshare_loopback.cc
@@ -279,6 +279,8 @@
flags::MaxBitrateKbps() * 1000,
false,
flags::Codec(),
+ false, // No HW encoder.
+ false, // No SW fallback encoder.
flags::NumTemporalLayers(),
flags::SelectedTL(),
flags::MinTransmitBitrateKbps() * 1000,
« no previous file with comments | « video/full_stack_tests.cc ('k') | video/video_loopback.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698