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.java232 List<String> supportedWhiteBalance = params.getSupportedWhiteBalance();
233 assertNotNull("No white balance modes supported", supportedWhiteBalance);
235 for (int i = 0; i < supportedWhiteBalance.size(); i++) {
242 Log.v(TAG, "Setting white balance to: " + supportedWhiteBalance.get(i));
243 params.setWhiteBalance(supportedWhiteBalance.get(i));
/frameworks/av/services/camera/libcameraservice/api1/client2/
H A DParameters.cpp370 String8 supportedWhiteBalance; local
373 if (addComma) supportedWhiteBalance += ",";
377 supportedWhiteBalance +=
381 supportedWhiteBalance +=
385 supportedWhiteBalance +=
389 supportedWhiteBalance +=
393 supportedWhiteBalance +=
397 supportedWhiteBalance +=
401 supportedWhiteBalance +=
405 supportedWhiteBalance
[all...]

Completed in 99 milliseconds