Searched defs:tilt (Results 1 - 10 of 10) sorted by relevance

/hardware/ti/omap4-aah/camera/
H A DSensorListener.cpp52 int tilt = 0, orient = 0; local
62 tilt = (int) asinf(z / radius) * RADIANS_2_DEG;
78 listener->handleOrientation(orient, tilt);
79 CAMHAL_LOGVB(" tilt = %d orientation = %d", tilt, orient);
182 void SensorListener::handleOrientation(uint32_t orientation, uint32_t tilt) { argument
188 mOrientationCb(orientation, tilt, mCbCookie);
H A DBaseCameraAdapter.cpp2634 void BaseCameraAdapter::onOrientationEvent(uint32_t orientation, uint32_t tilt) argument
H A DCameraHal.cpp145 static void orientation_cb(uint32_t orientation, uint32_t tilt, void* cookie) { argument
150 camera->onOrientationEvent(orientation, tilt);
160 void CameraHal::onOrientationEvent(uint32_t orientation, uint32_t tilt) { argument
164 mCameraAdapter->onOrientationEvent(orientation, tilt);
/hardware/ti/omap4xxx/camera/
H A DSensorListener.cpp54 int tilt = 0, orient = 0; local
64 tilt = (int) asinf(z / radius) * RADIANS_2_DEG;
80 listener->handleOrientation(orient, tilt);
81 CAMHAL_LOGVB(" tilt = %d orientation = %d", tilt, orient);
184 void SensorListener::handleOrientation(uint32_t orientation, uint32_t tilt) { argument
190 mOrientationCb(orientation, tilt, mCbCookie);
H A DBaseCameraAdapter.cpp2317 void BaseCameraAdapter::onOrientationEvent(uint32_t orientation, uint32_t tilt) argument
H A DCameraHal.cpp61 static void orientation_cb(uint32_t orientation, uint32_t tilt, void* cookie) { argument
66 camera->onOrientationEvent(orientation, tilt);
75 void CameraHal::onOrientationEvent(uint32_t orientation, uint32_t tilt) { argument
79 mCameraAdapter->onOrientationEvent(orientation, tilt);
/hardware/ti/omap4xxx/camera/V4LCameraAdapter/
H A DV4LCameraAdapter.cpp477 void V4LCameraAdapter::onOrientationEvent(uint32_t orientation, uint32_t tilt) argument
/hardware/ti/omap4-aah/camera/V4LCameraAdapter/
H A DV4LCameraAdapter.cpp896 void V4LCameraAdapter::onOrientationEvent(uint32_t orientation, uint32_t tilt) argument
/hardware/ti/omap4-aah/camera/OMXCameraAdapter/
H A DOMXCameraAdapter.cpp2943 void OMXCameraAdapter::onOrientationEvent(uint32_t orientation, uint32_t tilt) argument
2949 // if tilt angle is greater than DEGREES_TILT_IGNORE
2953 if (tilt > DEGREES_TILT_IGNORE) {
2988 CAMHAL_LOGVB("orientation = %d tilt = %d device_orientation = %d", orientation, tilt, mDeviceOrientation);
/hardware/ti/omap4xxx/camera/OMXCameraAdapter/
H A DOMXCameraAdapter.cpp2520 void OMXCameraAdapter::onOrientationEvent(uint32_t orientation, uint32_t tilt) argument
2529 // if tilt angle is greater than DEGREES_TILT_IGNORE
2533 if (tilt > DEGREES_TILT_IGNORE) {
2564 CAMHAL_LOGVB("orientation = %d tilt = %d device_orientation = %d", orientation, tilt, mDeviceOrientation);

Completed in 89 milliseconds