Searched refs:tilt (Results 1 – 10 of 10) sorted by relevance
/hardware/ti/omap4xxx/camera/ |
D | SensorListener.cpp | 54 int tilt = 0, orient = 0; in sensor_events_listener() local 64 tilt = (int) asinf(z / radius) * RADIANS_2_DEG; in sensor_events_listener() 80 listener->handleOrientation(orient, tilt); in sensor_events_listener() 81 CAMHAL_LOGVB(" tilt = %d orientation = %d", tilt, orient); in sensor_events_listener() 184 void SensorListener::handleOrientation(uint32_t orientation, uint32_t tilt) { in handleOrientation() argument 190 mOrientationCb(orientation, tilt, mCbCookie); in handleOrientation()
|
D | CameraHal.cpp | 61 static void orientation_cb(uint32_t orientation, uint32_t tilt, void* cookie) { in orientation_cb() argument 66 camera->onOrientationEvent(orientation, tilt); in orientation_cb() 75 void CameraHal::onOrientationEvent(uint32_t orientation, uint32_t tilt) { in onOrientationEvent() argument 79 mCameraAdapter->onOrientationEvent(orientation, tilt); in onOrientationEvent()
|
D | BaseCameraAdapter.cpp | 2218 void BaseCameraAdapter::onOrientationEvent(uint32_t orientation, uint32_t tilt) in onOrientationEvent() argument
|
/hardware/ti/omap4xxx/camera/inc/ |
D | SensorListener.h | 39 typedef void (*orientation_callback_t) (uint32_t orientation, uint32_t tilt, void* cookie); 85 void handleOrientation(uint32_t orientation, uint32_t tilt);
|
D | BaseCameraAdapter.h | 141 virtual void onOrientationEvent(uint32_t orientation, uint32_t tilt);
|
D | CameraHal.h | 834 virtual void onOrientationEvent(uint32_t orientation, uint32_t tilt) = 0; 921 void onOrientationEvent(uint32_t orientation, uint32_t tilt);
|
/hardware/ti/omap4xxx/camera/inc/V4LCameraAdapter/ |
D | V4LCameraAdapter.h | 94 virtual void onOrientationEvent(uint32_t orientation, uint32_t tilt);
|
/hardware/ti/omap4xxx/camera/V4LCameraAdapter/ |
D | V4LCameraAdapter.cpp | 477 void V4LCameraAdapter::onOrientationEvent(uint32_t orientation, uint32_t tilt) in onOrientationEvent() argument
|
/hardware/ti/omap4xxx/camera/OMXCameraAdapter/ |
D | OMXCameraAdapter.cpp | 2474 void OMXCameraAdapter::onOrientationEvent(uint32_t orientation, uint32_t tilt) in onOrientationEvent() argument 2487 if (tilt > DEGREES_TILT_IGNORE) { in onOrientationEvent() 2518 …CAMHAL_LOGVB("orientation = %d tilt = %d device_orientation = %d", orientation, tilt, mDeviceOrien… in onOrientationEvent()
|
/hardware/ti/omap4xxx/camera/inc/OMXCameraAdapter/ |
D | OMXCameraAdapter.h | 410 virtual void onOrientationEvent(uint32_t orientation, uint32_t tilt);
|