Home
last modified time | relevance | path

Searched refs:isNoiseReductionModeControlSupported (Results 1 – 3 of 3) sorted by relevance

/cts/tests/camera/src/android/hardware/camera2/cts/
DCaptureResultTest.java800 if (!staticInfo.isNoiseReductionModeControlSupported()) { in getWaiverKeysForCamera()
DCaptureRequestTest.java726 if (!mAllStaticInfo.get(id).isNoiseReductionModeControlSupported()) { in testNoiseReductionModeControl()
748 if (!mAllStaticInfo.get(id).isNoiseReductionModeControlSupported()) { in testNoiseReductionModeControlFastFps()
/cts/tests/camera/utils/src/android/hardware/camera2/cts/helpers/
DStaticMetadata.java2533 public boolean isNoiseReductionModeControlSupported() { in isNoiseReductionModeControlSupported() method in StaticMetadata