HomeSort by relevance Sort by last modified time
    Searched refs:hotPixelMap (Results 1 - 8 of 8) sorted by null

  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/stress/
Camera2StillCaptureTest.java 512 Point[] hotPixelMap = rawResult.get(CaptureResult.STATISTICS_HOT_PIXEL_MAP);
536 mCollector.expectTrue("HotPixelMap must be empty", hotPixelMap == null ||
537 hotPixelMap.length == 0);
539 mCollector.expectTrue("HotPixelMap must not be empty", hotPixelMap != null);
548 for (Point p : hotPixelMap) {
  /cts/tests/camera/src/android/hardware/camera2/cts/
StillCaptureTest.java     [all...]
  /device/google/marlin/camera/QCamera2/stack/common/
cam_intf.h 518 cam_coordinate_type_t hotPixelMap[512];
    [all...]
  /hardware/qcom/camera/msm8998/QCamera2/stack/common/
cam_intf.h 607 cam_coordinate_type_t hotPixelMap[512];
    [all...]
  /device/google/marlin/camera/QCamera2/HAL3/
QCamera3HWI.cpp     [all...]
  /device/huawei/angler/camera/QCamera2/HAL3/
QCamera3HWI.cpp     [all...]
  /device/lge/bullhead/camera/QCamera2/HAL3/
QCamera3HWI.cpp     [all...]
  /hardware/qcom/camera/msm8998/QCamera2/HAL3/
QCamera3HWI.cpp     [all...]

Completed in 1067 milliseconds