Searched refs:hotPixelMap (Results 1 – 1 of 1) sorted by relevance
868 Point[] hotPixelMap = rawResult.get(CaptureResult.STATISTICS_HOT_PIXEL_MAP); in verifyRawCaptureResult() local892 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()