Home
last modified time | relevance | path

Searched refs:isSmoothZoomSupported (Results 1 – 3 of 3) sorted by relevance

/hardware/samsung_slsi/exynos5/include/
DExynosCamera.h568 bool isSmoothZoomSupported(void);
/hardware/samsung_slsi/exynos5/libcamera/
DExynosCamera.cpp2580 bool ExynosCamera::isSmoothZoomSupported(void) in isSmoothZoomSupported() function in android::ExynosCamera
DExynosCameraHWInterface.cpp2257 if (m_secCamera->isSmoothZoomSupported() == true) in m_initDefaultParameters()