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

  /frameworks/base/core/java/android/hardware/camera2/legacy/
LegacyRequestMapper.java 105 Integer antiBandingMode = request.get(CONTROL_AE_ANTIBANDING_MODE);
106 if (antiBandingMode != null) {
107 legacyMode = convertAeAntiBandingModeToLegacy(antiBandingMode);
LegacyResultMapper.java 297 int antiBandingMode = LegacyMetadataMapper.convertAntiBandingModeOrDefault(
299 m.set(CONTROL_AE_ANTIBANDING_MODE, antiBandingMode);
LegacyMetadataMapper.java     [all...]

Completed in 324 milliseconds