|
Image Capture: adding fillLightMode getting/setting
This CL wires getting/setting |fillLightMode| parameter
in idl/mojom/jni files, updating LayoutTests.
Factored out photo-related settings configuration
in VCCamera2.java in configureCommonCaptureSettings(),
that is also a bit polished for better understanding
of how 3A configurations work together.
Also renamed MeteringMode's "unavailable" with "none"
following the Spec. ("none" is more descriptive since
it's used for getting and setting state).
BUG= 518807
Committed: https://crrev.com/abcfdd784d989a8f671d414b7505ddafbb9b7cad
Cr-Commit-Position: refs/heads/master@{#416437}
Total comments: 4
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+349 lines, -135 lines) |
Patch |
 |
M |
media/capture/video/android/java/src/org/chromium/media/PhotoCapabilities.java
|
View
|
|
5 chunks |
+15 lines, -2 lines |
0 comments
|
Download
|
 |
M |
media/capture/video/android/java/src/org/chromium/media/VideoCapture.java
|
View
|
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
media/capture/video/android/java/src/org/chromium/media/VideoCaptureCamera.java
|
View
|
|
8 chunks |
+53 lines, -15 lines |
0 comments
|
Download
|
 |
M |
media/capture/video/android/java/src/org/chromium/media/VideoCaptureCamera2.java
|
View
|
1
|
10 chunks |
+117 lines, -91 lines |
0 comments
|
Download
|
 |
M |
media/capture/video/android/photo_capabilities.h
|
View
|
|
2 chunks |
+17 lines, -3 lines |
0 comments
|
Download
|
 |
M |
media/capture/video/android/photo_capabilities.cc
|
View
|
|
1 chunk |
+7 lines, -0 lines |
0 comments
|
Download
|
 |
M |
media/capture/video/android/video_capture_device_android.cc
|
View
|
|
4 chunks |
+51 lines, -6 lines |
0 comments
|
Download
|
 |
M |
media/capture/video/fake_video_capture_device.cc
|
View
|
|
1 chunk |
+4 lines, -3 lines |
0 comments
|
Download
|
 |
M |
media/capture/video/fake_video_capture_device_unittest.cc
|
View
|
|
1 chunk |
+4 lines, -3 lines |
0 comments
|
Download
|
 |
M |
media/mojo/interfaces/image_capture.mojom
|
View
|
|
3 chunks |
+7 lines, -1 line |
0 comments
|
Download
|
 |
M |
third_party/WebKit/LayoutTests/imagecapture/getphotocapabilities.html
|
View
|
|
2 chunks |
+6 lines, -1 line |
0 comments
|
Download
|
 |
M |
third_party/WebKit/LayoutTests/imagecapture/resources/mock-imagecapture.js
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/LayoutTests/imagecapture/setoptions.html
|
View
|
|
3 chunks |
+7 lines, -1 line |
0 comments
|
Download
|
 |
M |
third_party/WebKit/LayoutTests/webexposed/global-interface-listing-expected.txt
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/modules/imagecapture/ImageCapture.cpp
|
View
|
|
3 chunks |
+18 lines, -1 line |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/modules/imagecapture/PhotoCapabilities.h
|
View
|
|
2 chunks |
+7 lines, -3 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/modules/imagecapture/PhotoCapabilities.cpp
|
View
|
|
2 chunks |
+21 lines, -2 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/modules/imagecapture/PhotoCapabilities.idl
|
View
|
|
2 chunks |
+10 lines, -2 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/modules/imagecapture/PhotoSettings.idl
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
Total messages: 15 (8 generated)
|