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

Unified Diff: webrtc/examples/androidtests/src/org/appspot/apprtc/test/PeerConnectionClientTest.java

Issue 2077663003: Camera2 in AppRTC Android Demo. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@camera2_only
Patch Set: Rebase. Created 4 years, 6 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
Index: webrtc/examples/androidtests/src/org/appspot/apprtc/test/PeerConnectionClientTest.java
diff --git a/webrtc/examples/androidtests/src/org/appspot/apprtc/test/PeerConnectionClientTest.java b/webrtc/examples/androidtests/src/org/appspot/apprtc/test/PeerConnectionClientTest.java
index 9c5be14dd855c285eb1eaab04f3be1af16a7c835..f40352132c77f29a84d990f18e7d94c88e4ff6c0 100644
--- a/webrtc/examples/androidtests/src/org/appspot/apprtc/test/PeerConnectionClientTest.java
+++ b/webrtc/examples/androidtests/src/org/appspot/apprtc/test/PeerConnectionClientTest.java
@@ -267,6 +267,8 @@ public class PeerConnectionClientTest extends InstrumentationTestCase
true, /* loopback */
false, /* tracing */
// Video codec parameters.
+ true, /* camera2Enabled */
+ true, /* camera1Enabled */
0, /* videoWidth */
0, /* videoHeight */
0, /* videoFps */
@@ -292,6 +294,8 @@ public class PeerConnectionClientTest extends InstrumentationTestCase
true, /* loopback */
false, /* tracing */
// Video codec parameters.
+ true, /* camera2Enabled */
+ true, /* camera1Enabled */
0, /* videoWidth */
0, /* videoHeight */
0, /* videoFps */

Powered by Google App Engine
This is Rietveld 408576698