HomeSort by relevance Sort by last modified time
    Searched refs:aberrationMode (Results 1 - 2 of 2) 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) {
94 "colorCorrection.aberrationMode = " + aberrationMode);
  /device/generic/goldfish/camera/
EmulatedFakeCamera3.cpp 709 static const uint8_t aberrationMode = ANDROID_COLOR_CORRECTION_ABERRATION_MODE_FAST;
710 settings.update(ANDROID_COLOR_CORRECTION_ABERRATION_MODE, &aberrationMode, 1);
    [all...]

Completed in 395 milliseconds