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.java221 List<String> supportedWhiteBalance = params.getSupportedWhiteBalance(); in testFunctionalCameraWhiteBalance() local
222 assertNotNull("No white balance modes supported", supportedWhiteBalance); in testFunctionalCameraWhiteBalance()
224 for (int i = 0; i < supportedWhiteBalance.size(); i++) { in testFunctionalCameraWhiteBalance()
231 Log.v(TAG, "Setting white balance to: " + supportedWhiteBalance.get(i)); in testFunctionalCameraWhiteBalance()
232 params.setWhiteBalance(supportedWhiteBalance.get(i)); in testFunctionalCameraWhiteBalance()
/frameworks/av/services/camera/libcameraservice/api1/client2/
DParameters.cpp371 String8 supportedWhiteBalance; in initialize() local
374 if (addComma) supportedWhiteBalance += ","; in initialize()
378 supportedWhiteBalance += in initialize()
382 supportedWhiteBalance += in initialize()
386 supportedWhiteBalance += in initialize()
390 supportedWhiteBalance += in initialize()
394 supportedWhiteBalance += in initialize()
398 supportedWhiteBalance += in initialize()
402 supportedWhiteBalance += in initialize()
406 supportedWhiteBalance += in initialize()
[all …]