Home | History | Annotate | Download | only in camera

Lines Matching refs:tilt

61 static void orientation_cb(uint32_t orientation, uint32_t tilt, void* cookie) {
66 camera->onOrientationEvent(orientation, tilt);
75 void CameraHal::onOrientationEvent(uint32_t orientation, uint32_t tilt) {
79 mCameraAdapter->onOrientationEvent(orientation, tilt);