Home
last modified time | relevance | path

Searched refs:wb (Results 1 – 10 of 10) sorted by relevance

/frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/
DAndroidCameraCapabilities.java219 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()
DCameraCapabilities.java437 public String stringify(WhiteBalance wb) { in stringify() argument
438 return toApiCase(wb.name()); in stringify()
619 public boolean supports(WhiteBalance wb) { in supports() argument
620 return (wb != null && mSupportedWhiteBalances.contains(wb)); in supports()
DAndroidCamera2Capabilities.java243 public static WhiteBalance whiteBalanceFromInt(int wb) { in whiteBalanceFromInt() argument
244 switch (wb) { in whiteBalanceFromInt()
262 Log.w(TAG, "Unable to convert from API 2 white balance: " + wb); in whiteBalanceFromInt()
/frameworks/base/services/core/java/com/android/server/wm/
DWallpaperController.java654 WindowState wb = windows.get(wallpaperTargetIndex - 1); in updateWallpaperWindowsTargetByLayer() local
655 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()
DWindowManagerService.java1494 WindowState wb = windows.get(i-1); in findDesiredInputMethodWindowIndexLocked() local
1495 if (wb.mAppToken == w.mAppToken && canBeImeTarget(wb)) { in findDesiredInputMethodWindowIndexLocked()
1497 w = wb; in findDesiredInputMethodWindowIndexLocked()
/frameworks/native/opengl/tests/hwc/
DhwcTestLib.cpp869 float wr = 0.2126, wg = 0.7152, wb = 0.0722; // ITU709 recommended constants in hwcTestColorConvert() local
872 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()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt14986 field public static final java.lang.String MIMETYPE_AUDIO_AMR_WB = "audio/amr-wb";
/frameworks/base/api/
Dcurrent.txt20912 field public static final java.lang.String MIMETYPE_AUDIO_AMR_WB = "audio/amr-wb";
Dsystem-current.txt22432 field public static final java.lang.String MIMETYPE_AUDIO_AMR_WB = "audio/amr-wb";
Dtest-current.txt20981 field public static final java.lang.String MIMETYPE_AUDIO_AMR_WB = "audio/amr-wb";