Searched refs:whiteBalance (Results 1 – 5 of 5) sorted by relevance
428 public void setWhiteBalance(CameraCapabilities.WhiteBalance whiteBalance) { in setWhiteBalance() argument429 mWhiteBalance = whiteBalance; in setWhiteBalance()
119 Integer whiteBalance = mTemplateSettings.get(CONTROL_AWB_MODE); in AndroidCamera2Settings() local120 if (whiteBalance != null) { in AndroidCamera2Settings()121 mWhiteBalance = AndroidCamera2Capabilities.whiteBalanceFromInt(whiteBalance); in AndroidCamera2Settings()
118 public final int whiteBalance; field in ExifInterfaceTest.ExpectedValue161 whiteBalance = typedArray.getInt(27, 0); in ExpectedValue()313 assertIntTag(exifInterface, ExifInterface.TAG_WHITE_BALANCE, expectedValue.whiteBalance); in compareWithExpectedValue()
2068 String whiteBalance = exif.getAttribute(ExifInterface.TAG_WHITE_BALANCE); in verifyJpegExifExtraTags() local2069 collector.expectNotNull("Exif TAG_WHITE_BALANCE shouldn't be null", whiteBalance); in verifyJpegExifExtraTags()
1803 XAuint32 whiteBalance,