OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:INCANDESCENT
(Results
1 - 6
of
6
) sorted by null
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/camera/
CameraPairwiseTest.java
58
public enum WhiteBalance { DAYLIGHT, FLUORESCENT, CLOUDY,
INCANDESCENT
, AUTO };
164
* Flash: Auto / Exposure: Max / WB:
Incandescent
169
genericPairwiseTestCase(Flash.AUTO, Exposure.MAX, WhiteBalance.
INCANDESCENT
,
264
* Flash: On / Exposure: None / WB:
Incandescent
269
genericPairwiseTestCase(Flash.ON, Exposure.NONE, WhiteBalance.
INCANDESCENT
, SceneMode.AUTO,
284
* Flash: Off / Exposure: Min / WB:
Incandescent
289
genericPairwiseTestCase(Flash.OFF, Exposure.MIN, WhiteBalance.
INCANDESCENT
, SceneMode.AUTO,
427
case
INCANDESCENT
:
/frameworks/ex/camera2/portability/tests/src/com/android/ex/camera2/portability/
Camera2PortabilityTest.java
173
set.setWhiteBalance(WhiteBalance.
INCANDESCENT
);
231
WhiteBalance.
INCANDESCENT
);
/frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/
AndroidCamera2Capabilities.java
254
return WhiteBalance.
INCANDESCENT
;
AndroidCameraCapabilities.java
229
mSupportedWhiteBalances.add(WhiteBalance.
INCANDESCENT
);
CameraCapabilities.java
266
INCANDESCENT
,
AndroidCamera2Settings.java
501
case
INCANDESCENT
: {
Completed in 68 milliseconds