Searched refs:convertAntiBandingMode (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/hardware/camera2/legacy/
H A DLegacyMetadataMapper.java391 int convertedMode = convertAntiBandingMode(mode);
1093 private static int convertAntiBandingMode(String mode) { method in class:LegacyMetadataMapper
1112 Log.w(TAG, "convertAntiBandingMode - Unknown antibanding mode " + mode);
1126 int antiBandingMode = convertAntiBandingMode(mode);

Completed in 386 milliseconds