OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:hotPixelMap
(Results
1 - 6
of
6
) 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
...]
/device/huawei/angler/camera/QCamera2/HAL3/
QCamera3HWI.cpp
[
all
...]
/device/lge/bullhead/camera/QCamera2/HAL3/
QCamera3HWI.cpp
[
all
...]
/device/google/marlin/camera/QCamera2/HAL3/
QCamera3HWI.cpp
[
all
...]
Completed in 499 milliseconds