Searched refs:hotPixelMap (Results 1 – 4 of 4) sorted by relevance
512 Point[] hotPixelMap = rawResult.get(CaptureResult.STATISTICS_HOT_PIXEL_MAP); in verifyRawCaptureResult() local536 mCollector.expectTrue("HotPixelMap must be empty", hotPixelMap == null || in verifyRawCaptureResult()537 hotPixelMap.length == 0); in verifyRawCaptureResult()539 mCollector.expectTrue("HotPixelMap must not be empty", hotPixelMap != null); in verifyRawCaptureResult()548 for (Point p : hotPixelMap) { in verifyRawCaptureResult()
607 cam_coordinate_type_t hotPixelMap[512]; member
1596 /** android.statistics.hotPixelMap [dynamic, int32[], public]
8234 int32_t hotPixelMap[2]; in translateFromHalMetadata() local8235 camMetadata.update(ANDROID_STATISTICS_HOT_PIXEL_MAP, &hotPixelMap[0], 0); in translateFromHalMetadata()