OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mMinExposureCompensation
(Results
1 - 4
of
4
) sorted by null
/frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/
CameraCapabilities.java
58
protected int
mMinExposureCompensation
;
488
mMinExposureCompensation
= src.
mMinExposureCompensation
;
644
return
mMinExposureCompensation
;
AndroidCamera2Capabilities.java
75
mMinExposureCompensation
= ecRange.getLower();
AndroidCameraCapabilities.java
43
mMinExposureCompensation
= p.getMinExposureCompensation();
/packages/apps/Camera2/src/com/android/camera/
ButtonManager.java
87
private int
mMinExposureCompensation
;
602
mMinExposureCompensation
= min;
[
all
...]
Completed in 153 milliseconds