HomeSort by relevance Sort by last modified time
    Searched refs:aberrationMode (Results 1 - 5 of 5) sorted by null

  /frameworks/base/core/java/android/hardware/camera2/legacy/
LegacyRequestMapper.java 86 // colorCorrection.aberrationMode
88 int aberrationMode = ParamsUtils.getOrDefault(request,
92 if (aberrationMode != COLOR_CORRECTION_ABERRATION_MODE_FAST &&
93 aberrationMode != COLOR_CORRECTION_ABERRATION_MODE_HIGH_QUALITY) {
95 "colorCorrection.aberrationMode = " + aberrationMode);
  /device/generic/goldfish/camera/
EmulatedFakeCamera3.cpp 753 uint8_t aberrationMode = ANDROID_COLOR_CORRECTION_ABERRATION_MODE_FAST;
755 aberrationMode = ANDROID_COLOR_CORRECTION_ABERRATION_MODE_HIGH_QUALITY;
757 settings.update(ANDROID_COLOR_CORRECTION_ABERRATION_MODE, &aberrationMode, 1);
    [all...]
EmulatedQemuCamera3.cpp 693 static const uint8_t aberrationMode =
696 &aberrationMode, 1);
    [all...]
  /device/google/cuttlefish_common/guest/hals/camera/
EmulatedFakeCamera3.cpp 703 static const uint8_t aberrationMode =
705 settings.update(ANDROID_COLOR_CORRECTION_ABERRATION_MODE, &aberrationMode,
    [all...]
  /hardware/interfaces/camera/device/3.4/default/
ExternalCameraDeviceSession.cpp     [all...]

Completed in 994 milliseconds