Home
last modified time | relevance | path

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

/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/camera/
DCameraFunctionalTest.java232 List<String> supportedWhiteBalance = params.getSupportedWhiteBalance(); in testFunctionalCameraWhiteBalance() local
233 assertNotNull("No white balance modes supported", supportedWhiteBalance); in testFunctionalCameraWhiteBalance()
235 for (int i = 0; i < supportedWhiteBalance.size(); i++) { in testFunctionalCameraWhiteBalance()
242 Log.v(TAG, "Setting white balance to: " + supportedWhiteBalance.get(i)); in testFunctionalCameraWhiteBalance()
243 params.setWhiteBalance(supportedWhiteBalance.get(i)); in testFunctionalCameraWhiteBalance()
/frameworks/av/services/camera/libcameraservice/api1/client2/
DParameters.cpp370 String8 supportedWhiteBalance; in initialize() local
373 if (addComma) supportedWhiteBalance += ","; in initialize()
377 supportedWhiteBalance += in initialize()
381 supportedWhiteBalance += in initialize()
385 supportedWhiteBalance += in initialize()
389 supportedWhiteBalance += in initialize()
393 supportedWhiteBalance += in initialize()
397 supportedWhiteBalance += in initialize()
401 supportedWhiteBalance += in initialize()
405 supportedWhiteBalance += in initialize()
[all …]