Home
last modified time | relevance | path

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

/aosp12/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/stress/
H A DCamera2StillCaptureTest.java512 Point[] hotPixelMap = rawResult.get(CaptureResult.STATISTICS_HOT_PIXEL_MAP); in verifyRawCaptureResult() local
536 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()
/aosp12/hardware/qcom/camera/msm8998/QCamera2/stack/common/
H A Dcam_intf.h607 cam_coordinate_type_t hotPixelMap[512]; member
/aosp12/hardware/interfaces/camera/metadata/3.2/
H A Dtypes.hal1596 /** android.statistics.hotPixelMap [dynamic, int32[], public]
/aosp12/hardware/qcom/camera/msm8998/QCamera2/HAL3/
H A DQCamera3HWI.cpp8234 int32_t hotPixelMap[2]; in translateFromHalMetadata() local
8235 camMetadata.update(ANDROID_STATISTICS_HOT_PIXEL_MAP, &hotPixelMap[0], 0); in translateFromHalMetadata()