summaryrefslogtreecommitdiffstats
path: root/camera/OMXCameraAdapter/OMXCapabilities.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'camera/OMXCameraAdapter/OMXCapabilities.cpp')
-rw-r--r--camera/OMXCameraAdapter/OMXCapabilities.cpp8
1 files changed, 0 insertions, 8 deletions
diff --git a/camera/OMXCameraAdapter/OMXCapabilities.cpp b/camera/OMXCameraAdapter/OMXCapabilities.cpp
index 054605e..db7a46b 100644
--- a/camera/OMXCameraAdapter/OMXCapabilities.cpp
+++ b/camera/OMXCameraAdapter/OMXCapabilities.cpp
@@ -803,9 +803,6 @@ status_t OMXCameraAdapter::insertWBModes(CameraProperties::Properties* params, O
}
}
- //These modes are not supported by the capability feature
- strncat(supported, TICameraParameters::WHITE_BALANCE_FACE, MAX_PROP_NAME_LENGTH);
-
params->set(CameraProperties::SUPPORTED_WHITE_BALANCE, supported);
LOG_FUNCTION_NAME;
@@ -854,9 +851,6 @@ status_t OMXCameraAdapter::insertExpModes(CameraProperties::Properties* params,
}
}
- //These modes are not supported by the capability feature
- strncat(supported, TICameraParameters::EXPOSURE_MODE_FACE, MAX_PROP_NAME_LENGTH);
-
params->set(CameraProperties::SUPPORTED_EXPOSURE_MODES, supported);
LOG_FUNCTION_NAME;
@@ -940,8 +934,6 @@ status_t OMXCameraAdapter::insertFocusModes(CameraProperties::Properties* params
} else {
// Focus is supported but these modes are not supported by the
// capability feature. Apply manually
- strncat(supported, TICameraParameters::FOCUS_MODE_FACE, MAX_PROP_NAME_LENGTH);
- strncat(supported, PARAM_SEP, 1);
strncat(supported, CameraParameters::FOCUS_MODE_CONTINUOUS_PICTURE, MAX_PROP_NAME_LENGTH);
}