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

/hardware/samsung_slsi/exynos5/include/
H A DExynosCamera.h149 int angle; member in struct:android::ExynosCameraInfo
449 //! Gets the horizontal angle of view in degrees.
545 //! Gets the vertical angle of view in degrees.
667 //! Sets the rotation angle in degrees relative to the orientation of the camera.
670 //! Gets the rotation angle in degrees relative to the orientation of the camera.
829 //! Sets camera angle
830 bool setAngle(int angle);
832 //! Gets camera angle
/hardware/samsung_slsi/exynos5/libcamera/
H A DExynosCamera.cpp183 angle = 0;
3993 bool ExynosCamera::setAngle(int angle) argument
3995 if (m_curCameraInfo->angle != angle) {
3996 switch (angle) {
4000 m_curCameraInfo->angle = 0;
4005 m_curCameraInfo->angle = 90;
4010 m_curCameraInfo->angle = 180;
4015 m_curCameraInfo->angle = 270;
4019 ALOGE("ERR(%s):Invalid angle(
[all...]

Completed in 62 milliseconds