projects
/
GitHub
/
LineageOS
/
android_hardware_samsung_slsi_exynos5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
24b40be
)
libcamera2: hardwareSupportedLevel should be limited
author
Zhijun He
<zhijunhe@google.com>
Mon, 23 Sep 2013 17:03:03 +0000
(10:03 -0700)
committer
Zhijun He
<zhijunhe@google.com>
Mon, 23 Sep 2013 17:03:03 +0000
(10:03 -0700)
Bug:
10388724
Change-Id: I564e8c5860aa322d3f5261e027f8ffcf3a02974a
libcamera2/ExynosCamera2.cpp
patch
|
blob
|
blame
|
history
diff --git
a/libcamera2/ExynosCamera2.cpp
b/libcamera2/ExynosCamera2.cpp
index f3bab0079ea79689529fefdc0b45e0d92b759194..b38d619b49874f46113a9cd380ef21da641b3b87 100644
(file)
--- a/
libcamera2/ExynosCamera2.cpp
+++ b/
libcamera2/ExynosCamera2.cpp
@@
-393,7
+393,7
@@
status_t ExynosCamera2::constructStaticInfo(camera_metadata_t **info,
// android.info
- int32_t hardwareLevel = ANDROID_INFO_SUPPORTED_HARDWARE_LEVEL_
FULL
;
+ int32_t hardwareLevel = ANDROID_INFO_SUPPORTED_HARDWARE_LEVEL_
LIMITED
;
ADD_OR_SIZE(ANDROID_INFO_SUPPORTED_HARDWARE_LEVEL,
&hardwareLevel, 1);