Searched refs:whiteBalance (Results 1 – 6 of 6) 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()312 assertIntTag(exifInterface, ExifInterface.TAG_WHITE_BALANCE, expectedValue.whiteBalance); in compareWithExpectedValue()
701 uint16_t whiteBalance = (white_balance == ANDROID_CONTROL_AWB_MODE_AUTO) ? 0 : 1; in setWhiteBalance() local702 SET_SHORT(EXIF_IFD_EXIF, EXIF_TAG_WHITE_BALANCE, whiteBalance); in setWhiteBalance()
2140 String whiteBalance = exif.getAttribute(ExifInterface.TAG_WHITE_BALANCE); in verifyJpegExifExtraTags() local2141 collector.expectNotNull("Exif TAG_WHITE_BALANCE shouldn't be null", whiteBalance); in verifyJpegExifExtraTags()
1803 XAuint32 whiteBalance,