HomeSort by relevance Sort by last modified time
    Searched full:whitebalance (Results 1 - 25 of 32) sorted by null

1 2

  /hardware/ti/omap4xxx/camera/
CameraParameters.cpp 41 const char CameraProperties::SUPPORTED_WHITE_BALANCE[] = "prop-whitebalance-values";
66 const char CameraProperties::WHITEBALANCE[] = "prop-whitebalance-default";
107 const char CameraProperties::AUTO_WHITEBALANCE_LOCK[] = "prop-auto-whitebalance-lock";
108 const char CameraProperties::AUTO_WHITEBALANCE_LOCK_SUPPORTED[] = "prop-auto-whitebalance-lock-supported";
  /frameworks/base/libs/camera/
CameraParameters.cpp 50 const char CameraParameters::KEY_WHITE_BALANCE[] = "whitebalance";
51 const char CameraParameters::KEY_SUPPORTED_WHITE_BALANCE[] = "whitebalance-values";
73 const char CameraParameters::KEY_AUTO_WHITEBALANCE_LOCK[] = "auto-whitebalance-lock";
74 const char CameraParameters::KEY_AUTO_WHITEBALANCE_LOCK_SUPPORTED[] = "auto-whitebalance-lock-supported";
  /hardware/ti/omap4xxx/test/CameraHal/
camera_test.h 41 #define KEY_AUTO_WHITEBALANCE_LOCK "auto-whitebalance-lock"
camera_test_menu.cpp 786 printf("\n\r\tSupported Whitebalance Modes: %s", params.get(CameraParameters::KEY_SUPPORTED_WHITE_BALANCE));
    [all...]
  /external/jhead/
makernote.c 128 int WhiteBalance = Get16u(ValuePtr + 7*sizeof(unsigned short));
129 switch(WhiteBalance){
main.c 90 ImageInfo.Whitebalance = -1;
630 if (ImageInfo.Whitebalance >= 0) {
631 bufLen = addKeyValueInt(&buf, bufLen, "WhiteBalance", ImageInfo.Whitebalance);
exif.c 288 { TAG_WHITEBALANCE, "WhiteBalance", FMT_USHORT, 1},
    [all...]
jhead.h 93 int Whitebalance;
  /hardware/ti/omap4xxx/camera/OMXCameraAdapter/
OMX3A.cpp 131 CAMHAL_LOGDB("Whitebalance mode %d", mode);
303 CAMHAL_LOGVA("Locking WhiteBalance");
309 CAMHAL_LOGVA("UnLocking WhiteBalance");
900 CAMHAL_LOGEB("Error while configuring Whitebalance mode 0x%x error = 0x%x",
906 CAMHAL_LOGDB("Whitebalance mode 0x%x configured successfully",
935 CAMHAL_LOGEB("Error while getting Whitebalance mode error = 0x%x", eError);
    [all...]
OMXCapabilities.cpp     [all...]
  /packages/apps/Camera/src/com/android/camera/
CameraSettings.java 139 ListPreference whiteBalance = group.findPreference(KEY_WHITE_BALANCE);
160 if (whiteBalance != null) {
162 whiteBalance, mParameters.getSupportedWhiteBalance());
Camera.java     [all...]
VideoCamera.java     [all...]
  /hardware/ti/omap4xxx/camera/inc/
CameraProperties.h 84 static const char WHITEBALANCE[];
  /external/chromium/chrome/common/extensions/docs/examples/extensions/imageinfo/imageinfo/
exif.js 74 0xA403 : "WhiteBalance", // 1 = auto white balance, 2 = manual
251 WhiteBalance : {
510 case "WhiteBalance" :
  /packages/apps/Gallery/src/com/android/camera/
MenuHelper.java 351 int whitebalance = exif.getAttributeInt(ExifInterface.TAG_WHITE_BALANCE, -1); local
352 if (whitebalance == -1) return "";
354 switch (whitebalance) {
    [all...]
  /packages/apps/Gallery/res/values-en-rGB/
strings.xml 116 <string name="details_image_whitebalance" msgid="4412514247882436065">"WhiteBalance:"</string>
  /packages/apps/Gallery/res/values-iw/
strings.xml 116 <string name="details_image_whitebalance" msgid="4412514247882436065">"WhiteBalance:"</string>
  /frameworks/base/media/java/android/media/
ExifInterface.java 78 public static final String TAG_WHITE_BALANCE = "WhiteBalance";
  /hardware/msm7k/libcamera/
QualcommCameraHardware.cpp 331 p.set("whitebalance", "auto");
357 // List of whitebalance values
358 p.set("whitebalance-values",
    [all...]
  /packages/apps/Gallery/res/values-tl/
strings.xml 116 <string name="details_image_whitebalance" msgid="4412514247882436065">"WhiteBalance:"</string>
  /frameworks/base/media/jni/
android_mtp_MtpDatabase.cpp 795 ImageInfo.Whitebalance = -1;
828 ImageInfo.Whitebalance = -1;
    [all...]
  /packages/apps/Gallery/res/values/
strings.xml 302 <string name="details_image_whitebalance">WhiteBalance:</string>
  /hardware/ti/omap4xxx/domx/omx_core/inc/
OMX_TI_IVCommon.h     [all...]
  /frameworks/base/core/java/android/hardware/
Camera.java     [all...]

Completed in 1480 milliseconds

1 2