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