Home
last modified time | relevance | path

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

/cts/tests/tests/hardware/src/android/hardware/camera2/cts/
DStillCaptureTest.java868 Point[] hotPixelMap = rawResult.get(CaptureResult.STATISTICS_HOT_PIXEL_MAP); in verifyRawCaptureResult() local
892 mCollector.expectTrue("HotPixelMap must be empty", hotPixelMap == null || in verifyRawCaptureResult()
893 hotPixelMap.length == 0); in verifyRawCaptureResult()
895 mCollector.expectTrue("HotPixelMap must not be empty", hotPixelMap != null); in verifyRawCaptureResult()
904 for (Point p : hotPixelMap) { in verifyRawCaptureResult()