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.java233 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/
H A DParameters.cpp356 String8 supportedWhiteBalance; local
359 if (addComma) supportedWhiteBalance += ",";
363 supportedWhiteBalance +=
367 supportedWhiteBalance +=
371 supportedWhiteBalance +=
375 supportedWhiteBalance +=
379 supportedWhiteBalance +=
383 supportedWhiteBalance +=
387 supportedWhiteBalance +=
391 supportedWhiteBalance
[all...]

Completed in 46 milliseconds