Home
last modified time | relevance | path

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

/cts/tests/camera/src/android/hardware/camera2/cts/
DStillCaptureTest.java1321 Pair<Double, Double>[] noiseProfile = mCollector.expectKeyValueNotNull("NoiseProfile", in verifyRawCaptureResult() local
1323 if (noiseProfile != null) { in verifyRawCaptureResult()
1341 mCollector.expectEquals("NoiseProfile length", noiseProfile.length, numCfaChannels); in verifyRawCaptureResult()
1342 for (Pair<Double, Double> p : noiseProfile) { in verifyRawCaptureResult()