Searched refs:wb (Results 1 – 7 of 7) sorted by relevance
219 for (String wb : supportedWhiteBalances) { in buildWhiteBalances()220 if (Camera.Parameters.WHITE_BALANCE_AUTO.equals(wb)) { in buildWhiteBalances()222 } else if (Camera.Parameters.WHITE_BALANCE_CLOUDY_DAYLIGHT.equals(wb)) { in buildWhiteBalances()224 } else if (Camera.Parameters.WHITE_BALANCE_DAYLIGHT.equals(wb)) { in buildWhiteBalances()226 } else if (Camera.Parameters.WHITE_BALANCE_FLUORESCENT.equals(wb)) { in buildWhiteBalances()228 } else if (Camera.Parameters.WHITE_BALANCE_INCANDESCENT.equals(wb)) { in buildWhiteBalances()230 } else if (Camera.Parameters.WHITE_BALANCE_SHADE.equals(wb)) { in buildWhiteBalances()232 } else if (Camera.Parameters.WHITE_BALANCE_TWILIGHT.equals(wb)) { in buildWhiteBalances()234 } else if (Camera.Parameters.WHITE_BALANCE_WARM_FLUORESCENT.equals(wb)) { in buildWhiteBalances()
437 public String stringify(WhiteBalance wb) { in stringify() argument438 return toApiCase(wb.name()); in stringify()619 public boolean supports(WhiteBalance wb) { in supports() argument620 return (wb != null && mSupportedWhiteBalances.contains(wb)); in supports()
245 public static WhiteBalance whiteBalanceFromInt(int wb) { in whiteBalanceFromInt() argument246 switch (wb) { in whiteBalanceFromInt()264 Log.w(TAG, "Unable to convert from API 2 white balance: " + wb); in whiteBalanceFromInt()
872 float wr = 0.2126, wg = 0.7152, wb = 0.0722; // ITU709 recommended constants in hwcTestColorConvert() local875 float y = wr * r + wg * g + wb * b; in hwcTestColorConvert()876 float u = 0.5 * ((b - y) / (1.0 - wb)) + 0.5; in hwcTestColorConvert()913 float b = 2.0 * (u - 0.5) * (1.0 - wb) + y; in hwcTestColorConvert()914 float g = (y - wr * r - wb * b) / wg; in hwcTestColorConvert()
1343 WindowState wb = windows.get(i-1); in findDesiredInputMethodWindowIndexLocked() local1344 if (wb.mAppToken == w.mAppToken && canBeImeTarget(wb)) { in findDesiredInputMethodWindowIndexLocked()1346 w = wb; in findDesiredInputMethodWindowIndexLocked()1898 WindowState wb = windows.get(foundI-1); in adjustWallpaperWindowsLocked() local1899 if (wb.mBaseLayer < maxLayer && in adjustWallpaperWindowsLocked()1900 wb.mAttachedWindow != foundW && in adjustWallpaperWindowsLocked()1902 wb.mAttachedWindow != foundW.mAttachedWindow) && in adjustWallpaperWindowsLocked()1903 (wb.mAttrs.type != TYPE_APPLICATION_STARTING || in adjustWallpaperWindowsLocked()1904 foundW.mToken == null || wb.mToken != foundW.mToken)) { in adjustWallpaperWindowsLocked()1909 foundW = wb; in adjustWallpaperWindowsLocked()
16012 field public static final java.lang.String MIMETYPE_AUDIO_AMR_WB = "audio/amr-wb";
14988 field public static final java.lang.String MIMETYPE_AUDIO_AMR_WB = "audio/amr-wb";