Searched refs:noiseProfile (Results 1 – 1 of 1) sorted by relevance
1321 Pair<Double, Double>[] noiseProfile = mCollector.expectKeyValueNotNull("NoiseProfile", in verifyRawCaptureResult() local1323 if (noiseProfile != null) { in verifyRawCaptureResult()1341 mCollector.expectEquals("NoiseProfile length", noiseProfile.length, numCfaChannels); in verifyRawCaptureResult()1342 for (Pair<Double, Double> p : noiseProfile) { in verifyRawCaptureResult()