summaryrefslogtreecommitdiffstats
path: root/camera
diff options
context:
space:
mode:
authorHashcode <hashcode0f@gmail.com>2015-02-16 11:35:53 -0800
committerHashcode <hashcode0f@gmail.com>2015-02-16 11:38:28 -0800
commit96e6e16508845911c984574ab2071922916a3edd (patch)
tree4ae24998b856c6e8abd9e7ac789d2a89ba4ba6a8 /camera
parente65e8d6ab8242663999d3280e542cf8bcc26a80e (diff)
downloadhardware_ti_omap4-96e6e16508845911c984574ab2071922916a3edd.zip
hardware_ti_omap4-96e6e16508845911c984574ab2071922916a3edd.tar.gz
hardware_ti_omap4-96e6e16508845911c984574ab2071922916a3edd.tar.bz2
camera: add 1280x720 camera size for KFire HD's
Diffstat (limited to 'camera')
-rw-r--r--camera/OMXCameraAdapter/OMXCapabilities.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/camera/OMXCameraAdapter/OMXCapabilities.cpp b/camera/OMXCameraAdapter/OMXCapabilities.cpp
index b18bd8c..63bd4c2 100644
--- a/camera/OMXCameraAdapter/OMXCapabilities.cpp
+++ b/camera/OMXCameraAdapter/OMXCapabilities.cpp
@@ -107,6 +107,7 @@ const CapResolution OMXCameraAdapter::mImageCapResSS [] = {
{ 2048*2, 1536, "4096x1536" },
{ 1600*2, 1200, "3200x1200" },
{ 1280*2, 960, "2560x960" },
+ { 1280*2, 720, "2560x720" },
{ 1024*2, 768, "2048x768" },
{ 640*2, 480, "1280x480" },
{ 320*2, 240, "640x240" },
@@ -120,6 +121,7 @@ const CapResolution OMXCameraAdapter::mImageCapResTB [] = {
{ 2048, 1536*2, "2048x3072" },
{ 1600, 1200*2, "1600x2400" },
{ 1280, 960*2, "1280x1920" },
+ { 1280, 720*2, "1280x1440" },
{ 1024, 768*2, "1024x1536" },
{ 640, 480*2, "640x960" },
{ 320, 240*2, "320x480" },