HomeSort by relevance Sort by last modified time
    Searched refs:whiteBalance (Results 1 - 25 of 31) sorted by null

1 2

  /cts/apps/CtsVerifier/jni/cameraanalyzer/
com_android_cts_verifier_camera_analyzer_WhiteBalanceTest.cpp 47 jstring whiteBalance){
64 env->GetStringUTFChars(whiteBalance, &isCopy);
73 env->ReleaseStringUTFChars(whiteBalance, stringWhiteBalance);
com_android_cts_verifier_camera_analyzer_WhiteBalanceTest.h 40 jstring whiteBalance);
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/analyzer/
WhiteBalanceTest.java 132 private void takePicture(String whiteBalance) {
133 mParams.setWhiteBalance(whiteBalance);
373 * @param whiteBalance the white balance mode used for shooting the image
378 String whiteBalance);
  /pdk/apps/TestingCamera/src/com/android/testingcamera/
SnapshotDialogFragment.java 180 int whiteBalance = exif.getAttributeInt(ExifInterface.TAG_WHITE_BALANCE, 0);
220 append(whiteBalance).append("\n");
  /packages/apps/Camera/src/com/android/camera/
CameraSettings.java 159 ListPreference whiteBalance = group.findPreference(KEY_WHITE_BALANCE);
186 if (whiteBalance != null) {
188 whiteBalance, mParameters.getSupportedWhiteBalance());
PhotoModule.java     [all...]
VideoModule.java     [all...]
  /packages/apps/Camera2/src/com/android/camera/
CameraSettings.java 163 ListPreference whiteBalance = group.findPreference(KEY_WHITE_BALANCE);
188 if (whiteBalance != null) {
190 whiteBalance, mParameters.getSupportedWhiteBalance());
VideoModule.java     [all...]
PhotoModule.java     [all...]
  /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...]
  /hardware/samsung_slsi/exynos5/include/
ExynosCamera.h 118 int whiteBalance;
  /hardware/samsung_slsi/exynos5/libcamera/
ExynosCameraHWInterface.cpp     [all...]
ExynosCamera.cpp 152 whiteBalance = ExynosCamera::WHITE_BALANCE_AUTO;
284 whiteBalance = ExynosCamera::WHITE_BALANCE_AUTO;
401 whiteBalance = ExynosCamera::WHITE_BALANCE_AUTO;
516 whiteBalance = ExynosCamera::WHITE_BALANCE_AUTO;
    [all...]
  /device/asus/flo/camera/QCamera2/HAL3/
QCamera3HWI.cpp     [all...]
  /hardware/qcom/camera/QCamera2/HAL3/
QCamera3HWI.cpp     [all...]
  /development/ndk/platforms/android-14/include/OMXAL/
OpenMAXAL.h     [all...]
  /frameworks/wilhelm/include/OMXAL/
OpenMAXAL.h     [all...]
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/OMXAL/
OpenMAXAL.h     [all...]
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/OMXAL/
OpenMAXAL.h     [all...]
  /prebuilts/ndk/8/platforms/android-14/arch-arm/usr/include/OMXAL/
OpenMAXAL.h     [all...]
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/OMXAL/
OpenMAXAL.h     [all...]
  /prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/OMXAL/
OpenMAXAL.h     [all...]

Completed in 822 milliseconds

1 2