/cts/tests/tests/media/src/android/media/cts/ |
ExifInterfaceTest.java | 114 public final int whiteBalance; 157 whiteBalance = typedArray.getInt(27, 0); 320 assertIntTag(exifInterface, ExifInterface.TAG_WHITE_BALANCE, expectedValue.whiteBalance);
|
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/ |
ExifInterfaceTest.java | 118 public final int whiteBalance; 161 whiteBalance = typedArray.getInt(27, 0); 313 assertIntTag(exifInterface, ExifInterface.TAG_WHITE_BALANCE, expectedValue.whiteBalance);
|
/packages/apps/LegacyCamera/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...] |
/docs/source.android.com/src/devices/camera/ |
camera3_3Amodes.jd | 50 auto-whitebalance (AWB) modes are effectively OFF, and none of the capture 161 <h2 id="auto-wb">Auto-whitebalance settings and result entries</h2> 164 AWB_MODE_OFF: Auto-whitebalance is disabled. User controls color matrix.<br/> 197 auto-whitebalance mode.</p>
|
/external/jhead/ |
main.c | 90 ImageInfo.Whitebalance = -1; 682 if (ImageInfo.Whitebalance >= 0) { 683 bufLen = addKeyValueInt(&buf, bufLen, "WhiteBalance", ImageInfo.Whitebalance);
|
jhead.h | 112 int Whitebalance;
|
/frameworks/av/camera/ |
CameraParameters.cpp | 51 const char CameraParameters::KEY_WHITE_BALANCE[] = "whitebalance"; 52 const char CameraParameters::KEY_SUPPORTED_WHITE_BALANCE[] = "whitebalance-values"; 74 const char CameraParameters::KEY_AUTO_WHITEBALANCE_LOCK[] = "auto-whitebalance-lock"; 75 const char CameraParameters::KEY_AUTO_WHITEBALANCE_LOCK_SUPPORTED[] = "auto-whitebalance-lock-supported";
|
/frameworks/rs/java/tests/ImageProcessing2/src/com/android/rs/image/ |
IPTestList.java | 177 return new WhiteBalance();
|
/frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/ |
IPTestListJB.java | 179 return new WhiteBalance();
|
/hardware/ti/omap4-aah/camera/inc/ |
CameraProperties.h | 110 static const char WHITEBALANCE[];
|
Encoder_libjpeg.h | 83 static const char TAG_WHITEBALANCE[] = "WhiteBalance";
|
/hardware/ti/omap4xxx/camera/inc/ |
CameraProperties.h | 84 static const char WHITEBALANCE[];
|
Encoder_libjpeg.h | 74 static const char TAG_WHITEBALANCE[] = "WhiteBalance";
|
/external/piex/src/image_type_recognition/ |
image_type_recognition_lite.cc | 363 // 2. two tags (WhiteBalance and SerialNumber) in the first requested bytes. 376 kIfdTags[0] = string("\xfa\x0d\x00\x01", 4); // WhiteBalance 379 kIfdTags[0] = string("\x0d\xfa\x01\x00", 4); // 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...] |
/frameworks/av/services/camera/libcameraservice/common/ |
Camera2ClientBase.cpp | 296 ALOGV("%s: Auto-whitebalance state now %d, last trigger %d",
|
/packages/apps/Gallery/res/values-en-rAU/ |
strings.xml | 116 <string name="details_image_whitebalance" msgid="4412514247882436065">"WhiteBalance:"</string>
|
/packages/apps/Gallery/res/values-en-rGB/ |
strings.xml | 116 <string name="details_image_whitebalance" msgid="4412514247882436065">"WhiteBalance:"</string>
|
/packages/apps/Gallery/res/values-en-rIN/ |
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>
|
/packages/apps/Gallery/res/values-pa-rIN/ |
strings.xml | 116 <string name="details_image_whitebalance" msgid="4412514247882436065">"WhiteBalance:"</string>
|
/frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/ |
ImageProcessingActivity.java | 351 mTest = new WhiteBalance();
|
/hardware/ti/omap4-aah/test/CameraHal/ |
camera_test.h | 66 #define KEY_AUTO_WHITEBALANCE_LOCK "auto-whitebalance-lock"
|