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

Unified Diff: webrtc/api/androidtests/src/org/webrtc/Camera2CapturerTest.java

Issue 2350933006: Android VideoSource: Add adaptOutputFormat function (Closed)
Patch Set: Remove thread check in OnOutputFormatRequest Created 4 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
Index: webrtc/api/androidtests/src/org/webrtc/Camera2CapturerTest.java
diff --git a/webrtc/api/androidtests/src/org/webrtc/Camera2CapturerTest.java b/webrtc/api/androidtests/src/org/webrtc/Camera2CapturerTest.java
index 349b7da4ff44a85b81d76109b7c32754da69eabf..0326e548097abf5af934a382dd72010cfa289340 100644
--- a/webrtc/api/androidtests/src/org/webrtc/Camera2CapturerTest.java
+++ b/webrtc/api/androidtests/src/org/webrtc/Camera2CapturerTest.java
@@ -269,7 +269,7 @@ public class Camera2CapturerTest extends InstrumentationTestCase {
fixtures.cameraFreezedEventOnBufferStarvation();
}
- // This test that frames forwarded to a renderer is scaled if onOutputFormatRequest is
+ // This test that frames forwarded to a renderer is scaled if adaptOutputFormat is
// called. This test both Java and C++ parts of of the stack.
@MediumTest
public void testScaleCameraOutput() throws InterruptedException {

Powered by Google App Engine
This is Rietveld 408576698