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

  /frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/
AndroidCameraCapabilities.java 221 mSupportedWhiteBalances.add(WhiteBalance.AUTO);
223 mSupportedWhiteBalances.add(WhiteBalance.CLOUDY_DAYLIGHT);
225 mSupportedWhiteBalances.add(WhiteBalance.DAYLIGHT);
227 mSupportedWhiteBalances.add(WhiteBalance.FLUORESCENT);
229 mSupportedWhiteBalances.add(WhiteBalance.INCANDESCENT);
231 mSupportedWhiteBalances.add(WhiteBalance.SHADE);
233 mSupportedWhiteBalances.add(WhiteBalance.TWILIGHT);
235 mSupportedWhiteBalances.add(WhiteBalance.WARM_FLUORESCENT);
CameraCapabilities.java 54 protected final EnumSet<WhiteBalance> mSupportedWhiteBalances =
484 mSupportedWhiteBalances.addAll(src.mSupportedWhiteBalances);
613 return new HashSet<WhiteBalance>(mSupportedWhiteBalances);
620 return (wb != null && mSupportedWhiteBalances.contains(wb));
AndroidCamera2Capabilities.java 151 mSupportedWhiteBalances.add(equiv);

Completed in 91 milliseconds