Searched refs:smartAuto (Results 1 - 2 of 2) sorted by relevance

/hardware/samsung_slsi/exynos5/include/
H A DExynosCamera.h166 bool smartAuto; member in struct:android::ExynosCameraInfo
/hardware/samsung_slsi/exynos5/libcamera/
H A DExynosCamera.cpp198 smartAuto = false;
4492 if (m_curCameraInfo->smartAuto != toggle) {
4493 m_curCameraInfo->smartAuto = toggle;
4495 int smartAuto = (toggle == true) ? SMART_AUTO_ON : SMART_AUTO_OFF; local
4498 if (exynos_v4l2_s_ctrl(m_previewDev->fd, V4L2_CID_CAMERA_SMART_AUTO, smartAuto) < 0) {
4510 return m_curCameraInfo->smartAuto;
4517 if (m_curCameraInfo->smartAuto == true) {

Completed in 3487 milliseconds