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

Unified Diff: media/capture/video/android/photo_capabilities.h

Issue 2808073003: Image Capture: wire supported exposure/focus/white balance modes Android (Closed)
Patch Set: reillyg@ comments Created 3 years, 8 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/photo_capabilities.h
diff --git a/media/capture/video/android/photo_capabilities.h b/media/capture/video/android/photo_capabilities.h
index aea99afabae0a43b3883d9ba40cedf0929df8145..2c6b8fd87f24444af8fea531c9c867df3c50ff38 100644
--- a/media/capture/video/android/photo_capabilities.h
+++ b/media/capture/video/android/photo_capabilities.h
@@ -58,12 +58,15 @@ class PhotoCapabilities {
double getCurrentZoom() const;
double getStepZoom() const;
AndroidMeteringMode getFocusMode() const;
+ std::vector<AndroidMeteringMode> getFocusModes() const;
AndroidMeteringMode getExposureMode() const;
+ std::vector<AndroidMeteringMode> getExposureModes() const;
double getMinExposureCompensation() const;
double getMaxExposureCompensation() const;
double getCurrentExposureCompensation() const;
double getStepExposureCompensation() const;
AndroidMeteringMode getWhiteBalanceMode() const;
+ std::vector<AndroidMeteringMode> getWhiteBalanceModes() const;
std::vector<AndroidFillLightMode> getFillLightModes() const;
bool getSupportsTorch() const;
bool getTorch() const;

Powered by Google App Engine
This is Rietveld 408576698