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 380 String8 supportedWhiteBalance;
383 if (addComma) supportedWhiteBalance += ",";
387 supportedWhiteBalance +=
391 supportedWhiteBalance +=
395 supportedWhiteBalance +=
399 supportedWhiteBalance +=
403 supportedWhiteBalance +=
407 supportedWhiteBalance +=
411 supportedWhiteBalance +=
415 supportedWhiteBalance +
    [all...]

Completed in 213 milliseconds