Home | History | Annotate | Download | only in OMXCameraAdapter

Lines Matching refs:tilt

2520 void OMXCameraAdapter::onOrientationEvent(uint32_t orientation, uint32_t tilt)
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);