diff options
author | Emilian Peev <epeev@mm-sol.com> | 2012-08-24 10:29:40 +0300 |
---|---|---|
committer | Daniel Levin <dendy@ti.com> | 2012-11-26 20:05:27 +0200 |
commit | 4b822fc9c87e86ba726863fd415b725565538cd0 (patch) | |
tree | 23b4b938a3f2a8f460e36e4947d433f75ee73b77 /camera | |
parent | c12b808b3dd5a748a1d6e3ad3279edee09e37d2e (diff) | |
download | hardware_ti_omap4-4b822fc9c87e86ba726863fd415b725565538cd0.zip hardware_ti_omap4-4b822fc9c87e86ba726863fd415b725565538cd0.tar.gz hardware_ti_omap4-4b822fc9c87e86ba726863fd415b725565538cd0.tar.bz2 |
CameraHal: Adds additional picture resolutions
- 1080p and 720p as well as resolutions which
are 5%, 10%, 20% and 25% bigger along the horizontal&
vertical axes are added.
Change-Id: If255a52995a626cf81ef73ebebe58f938a430a79
Signed-off-by: Emilian Peev <epeev@mm-sol.com>
Signed-off-by: Vladimir Petrov <vppetrov@mm-sol.com>
Diffstat (limited to 'camera')
-rw-r--r-- | camera/OMXCameraAdapter/OMXCapabilities.cpp | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/camera/OMXCameraAdapter/OMXCapabilities.cpp b/camera/OMXCameraAdapter/OMXCapabilities.cpp index 1807945..e5afc64 100644 --- a/camera/OMXCameraAdapter/OMXCapabilities.cpp +++ b/camera/OMXCameraAdapter/OMXCapabilities.cpp @@ -73,15 +73,24 @@ const CapResolution OMXCameraAdapter::mImageCapRes [] = { { 2592, 1944, "2592x1944" }, { 2592, 1728, "2592x1728" }, { 2592, 1458, "2592x1458" }, + { 2400, 1350, "2400x1350" }, { 2304, 1296, "2304x1296" }, { 2240, 1344, "2240x1344" }, { 2160, 1440, "2160x1440" }, { 2112, 1728, "2112x1728" }, + { 2112, 1188, "2112x1188" }, { 2048, 1536, "2048x1536" }, { 2016, 1512, "2016x1512" }, + { 2016, 1134, "2016x1134" }, { 2000, 1600, "2000x1600" }, + { 1920, 1080, "1920x1080" }, { 1600, 1200, "1600x1200" }, + { 1600, 900, "1600x900" }, + { 1536, 864, "1536x864" }, + { 1408, 792, "1408x792" }, + { 1344, 756, "1344x756" }, { 1280, 1024, "1280x1024" }, + { 1280, 720, "1280x720" }, { 1152, 864, "1152x864" }, { 1280, 960, "1280x960" }, { 1024, 768, "1024x768" }, |