Searched refs:wb (Results 1 – 10 of 10) 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()
243 public static WhiteBalance whiteBalanceFromInt(int wb) { in whiteBalanceFromInt() argument244 switch (wb) { in whiteBalanceFromInt()262 Log.w(TAG, "Unable to convert from API 2 white balance: " + wb); in whiteBalanceFromInt()
654 WindowState wb = windows.get(wallpaperTargetIndex - 1); in updateWallpaperWindowsTargetByLayer() local655 if (wb.mBaseLayer < maxLayer && in updateWallpaperWindowsTargetByLayer()656 wb.mAttachedWindow != wallpaperTarget && in updateWallpaperWindowsTargetByLayer()658 wb.mAttachedWindow != wallpaperTarget.mAttachedWindow) && in updateWallpaperWindowsTargetByLayer()659 (wb.mAttrs.type != TYPE_APPLICATION_STARTING in updateWallpaperWindowsTargetByLayer()661 || wb.mToken != wallpaperTarget.mToken)) { in updateWallpaperWindowsTargetByLayer()666 wallpaperTarget = wb; in updateWallpaperWindowsTargetByLayer()
1494 WindowState wb = windows.get(i-1); in findDesiredInputMethodWindowIndexLocked() local1495 if (wb.mAppToken == w.mAppToken && canBeImeTarget(wb)) { in findDesiredInputMethodWindowIndexLocked()1497 w = wb; in findDesiredInputMethodWindowIndexLocked()
869 float wr = 0.2126, wg = 0.7152, wb = 0.0722; // ITU709 recommended constants in hwcTestColorConvert() local872 float y = wr * r + wg * g + wb * b; in hwcTestColorConvert()873 float u = 0.5 * ((b - y) / (1.0 - wb)) + 0.5; in hwcTestColorConvert()910 float b = 2.0 * (u - 0.5) * (1.0 - wb) + y; in hwcTestColorConvert()911 float g = (y - wr * r - wb * b) / wg; in hwcTestColorConvert()
14986 field public static final java.lang.String MIMETYPE_AUDIO_AMR_WB = "audio/amr-wb";
20912 field public static final java.lang.String MIMETYPE_AUDIO_AMR_WB = "audio/amr-wb";
22432 field public static final java.lang.String MIMETYPE_AUDIO_AMR_WB = "audio/amr-wb";
20981 field public static final java.lang.String MIMETYPE_AUDIO_AMR_WB = "audio/amr-wb";