Searched refs:supportedWhiteBalance (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/camera/
H A DCameraFunctionalTest.java221 List<String> supportedWhiteBalance = params.getSupportedWhiteBalance();
222 assertNotNull("No white balance modes supported", supportedWhiteBalance);
224 for (int i = 0; i < supportedWhiteBalance.size(); i++) {
231 Log.v(TAG, "Setting white balance to: " + supportedWhiteBalance.get(i));
232 params.setWhiteBalance(supportedWhiteBalance.get(i));
/frameworks/av/services/camera/libcameraservice/api1/client2/
H A DParameters.cpp371 String8 supportedWhiteBalance; local
374 if (addComma) supportedWhiteBalance += ",";
378 supportedWhiteBalance +=
382 supportedWhiteBalance +=
386 supportedWhiteBalance +=
390 supportedWhiteBalance +=
394 supportedWhiteBalance +=
398 supportedWhiteBalance +=
402 supportedWhiteBalance +=
406 supportedWhiteBalance
[all...]

Completed in 163 milliseconds