Home
last modified time | relevance | path

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

/cts/tests/camera/src/android/hardware/camera2/cts/
DStillCaptureTest.java911 Point[] hotPixelMap = rawResult.get(CaptureResult.STATISTICS_HOT_PIXEL_MAP); in verifyRawCaptureResult() local
935 mCollector.expectTrue("HotPixelMap must be empty", hotPixelMap == null || in verifyRawCaptureResult()
936 hotPixelMap.length == 0); in verifyRawCaptureResult()
938 mCollector.expectTrue("HotPixelMap must not be empty", hotPixelMap != null); in verifyRawCaptureResult()
947 for (Point p : hotPixelMap) { in verifyRawCaptureResult()