OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:supportedWhiteBalance
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/camera/
CameraFunctionalTest.java
233
List<String>
supportedWhiteBalance
= params.getSupportedWhiteBalance();
234
assertNotNull("No white balance modes supported",
supportedWhiteBalance
);
236
for (int i = 0; i <
supportedWhiteBalance
.size(); i++) {
243
Log.v(TAG, "Setting white balance to: " +
supportedWhiteBalance
.get(i));
244
params.setWhiteBalance(
supportedWhiteBalance
.get(i));
/frameworks/av/services/camera/libcameraservice/api1/client2/
Parameters.cpp
313
String8
supportedWhiteBalance
;
316
if (addComma)
supportedWhiteBalance
+= ",";
320
supportedWhiteBalance
+=
324
supportedWhiteBalance
+=
328
supportedWhiteBalance
+=
332
supportedWhiteBalance
+=
336
supportedWhiteBalance
+=
340
supportedWhiteBalance
+=
344
supportedWhiteBalance
+=
348
supportedWhiteBalance
+
[
all
...]
Completed in 55 milliseconds