HomeSort by relevance Sort by last modified time
    Searched refs:supportedWhiteBalance (Results 1 - 2 of 2) sorted by null

  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/camera/
CameraFunctionalTest.java 221 List<String> supportedWhiteBalance = params.getSupportedWhiteBalance();
222 assertNotNull("No white balance modes supported", supportedWhiteBalance);
224 for (int i = 0; i < supportedWhiteBalance.size(); i++) {
231 Log.v(TAG, "Setting white balance to: " + supportedWhiteBalance.get(i));
232 params.setWhiteBalance(supportedWhiteBalance.get(i));
  /frameworks/av/services/camera/libcameraservice/api1/client2/
Parameters.cpp 378 String8 supportedWhiteBalance;
381 if (addComma) supportedWhiteBalance += ",";
385 supportedWhiteBalance +=
389 supportedWhiteBalance +=
393 supportedWhiteBalance +=
397 supportedWhiteBalance +=
401 supportedWhiteBalance +=
405 supportedWhiteBalance +=
409 supportedWhiteBalance +=
413 supportedWhiteBalance +
    [all...]

Completed in 361 milliseconds