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

Unified Diff: media/capture/video/android/java/src/org/chromium/media/VideoCapture.java

Issue 2270563006: ImageCapture: support exposure mode configuration (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: reillyg@ comments Created 4 years, 4 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: media/capture/video/android/java/src/org/chromium/media/VideoCapture.java
diff --git a/media/capture/video/android/java/src/org/chromium/media/VideoCapture.java b/media/capture/video/android/java/src/org/chromium/media/VideoCapture.java
index f6d4f999e3b35ecd5a1e4da0a0298ad11dbf16d4..967f65f103abc322762e1d487a01a8acd8ad1629 100644
--- a/media/capture/video/android/java/src/org/chromium/media/VideoCapture.java
+++ b/media/capture/video/android/java/src/org/chromium/media/VideoCapture.java
@@ -59,8 +59,8 @@ public abstract class VideoCapture {
* x coordinate first followed by the y coordinate.
*/
@CalledByNative
- public abstract void setPhotoOptions(
- int zoom, int focusMode, int width, int height, float[] pointsOfInterest2D);
+ public abstract void setPhotoOptions(int zoom, int focusMode, int exposureMode, int width,
+ int height, float[] pointsOfInterest2D);
@CalledByNative
public abstract boolean takePhoto(final long callbackId);

Powered by Google App Engine
This is Rietveld 408576698