summaryrefslogtreecommitdiffstats
path: root/camera/CameraParameters.cpp
diff options
context:
space:
mode:
authorIvan Evlogiev <x0099089@ti.com>2012-02-10 12:47:06 +0200
committerDaniel Levin <dendy@ti.com>2012-07-25 08:55:41 -0500
commita1a947e8e501f80743e58cf66da1f7505ed00245 (patch)
tree4117f446a22f6d1fccc5b7a2c819233010a16685 /camera/CameraParameters.cpp
parent976e2e4a07fd6c5fa4528036f359a8b1b4e69711 (diff)
downloadhardware_ti_omap4-a1a947e8e501f80743e58cf66da1f7505ed00245.zip
hardware_ti_omap4-a1a947e8e501f80743e58cf66da1f7505ed00245.tar.gz
hardware_ti_omap4-a1a947e8e501f80743e58cf66da1f7505ed00245.tar.bz2
CameraHal: Add key for 3d subsampled resolutions
Supported subsampled resolutions are communicated through new keys fpr preview and capture. Google standart keys for supported preview sizes are filled for preview and capture based on current selected layout Change-Id: I787e411f35103723b4085e297c3dfaf421f10b2a Signed-off-by: Ivan Evlogiev <x0099089@ti.com>
Diffstat (limited to 'camera/CameraParameters.cpp')
-rw-r--r--camera/CameraParameters.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/camera/CameraParameters.cpp b/camera/CameraParameters.cpp
index 0479197..21d4f9a 100644
--- a/camera/CameraParameters.cpp
+++ b/camera/CameraParameters.cpp
@@ -33,11 +33,13 @@ const char CameraProperties::CAMERA_SENSOR_ID[] = "prop-sensor-id";
const char CameraProperties::ORIENTATION_INDEX[]="prop-orientation";
const char CameraProperties::FACING_INDEX[]="prop-facing";
const char CameraProperties::SUPPORTED_PREVIEW_SIZES[] = "prop-preview-size-values";
+const char CameraProperties::SUPPORTED_PREVIEW_SUBSAMPLED_SIZES[] = "prop-preview-subsampled-size-values";
const char CameraProperties::SUPPORTED_PREVIEW_TOPBOTTOM_SIZES[] = "prop-preview-topbottom-size-values";
const char CameraProperties::SUPPORTED_PREVIEW_SIDEBYSIDE_SIZES[] = "prop-preview-sidebyside-size-values";
const char CameraProperties::SUPPORTED_PREVIEW_FORMATS[] = "prop-preview-format-values";
const char CameraProperties::SUPPORTED_PREVIEW_FRAME_RATES[] = "prop-preview-frame-rate-values";
const char CameraProperties::SUPPORTED_PICTURE_SIZES[] = "prop-picture-size-values";
+const char CameraProperties::SUPPORTED_PICTURE_SUBSAMPLED_SIZES[] = "prop-picture-subsampled-size-values";
const char CameraProperties::SUPPORTED_PICTURE_TOPBOTTOM_SIZES[] = "prop-picture-topbottom-size-values";
const char CameraProperties::SUPPORTED_PICTURE_SIDEBYSIDE_SIZES[] = "prop-picture-sidebyside-size-values";
const char CameraProperties::SUPPORTED_PICTURE_FORMATS[] = "prop-picture-format-values";