Searched refs:setRotation (Results 1 - 5 of 5) sorted by relevance

/hardware/qcom/camera/QCamera2/HAL/
H A DQCameraParameters.h445 int32_t setRotation(const QCameraParameters& );
H A DQCameraParameters.cpp1913 * FUNCTION : setRotation
1924 int32_t QCameraParameters::setRotation(const QCameraParameters& params) function in class:qcamera::QCameraParameters
2746 if ((rc = setRotation(params))) final_rc = rc;
/hardware/samsung_slsi/exynos5/include/
H A DExynosCamera.h668 bool setRotation(int rotation);
/hardware/samsung_slsi/exynos5/libcamera/
H A DExynosCamera.cpp3178 bool ExynosCamera::setRotation(int rotation) function in class:android::ExynosCamera
H A DExynosCameraHWInterface.cpp946 if (m_secCamera->setRotation(newRotation) == false) {
947 ALOGE("ERR(%s):Fail on m_secCamera->setRotation(%d)", __func__, newRotation);

Completed in 97 milliseconds