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.java222 List<String> supportedWhiteBalance = params.getSupportedWhiteBalance(); in testFunctionalCameraWhiteBalance() local
223 assertNotNull("No white balance modes supported", supportedWhiteBalance); in testFunctionalCameraWhiteBalance()
225 for (int i = 0; i < supportedWhiteBalance.size(); i++) { in testFunctionalCameraWhiteBalance()
232 Log.v(TAG, "Setting white balance to: " + supportedWhiteBalance.get(i)); in testFunctionalCameraWhiteBalance()
233 params.setWhiteBalance(supportedWhiteBalance.get(i)); in testFunctionalCameraWhiteBalance()
/frameworks/av/services/camera/libcameraservice/api1/client2/
DParameters.cpp418 String8 supportedWhiteBalance; in initialize() local
421 if (addComma) supportedWhiteBalance += ","; in initialize()
425 supportedWhiteBalance += in initialize()
429 supportedWhiteBalance += in initialize()
433 supportedWhiteBalance += in initialize()
437 supportedWhiteBalance += in initialize()
441 supportedWhiteBalance += in initialize()
445 supportedWhiteBalance += in initialize()
449 supportedWhiteBalance += in initialize()
453 supportedWhiteBalance += in initialize()
[all …]