Home | History | Annotate | Download | only in OMXCameraAdapter

Lines Matching full:device_orientation

2525     int device_orientation = 0;
2549 device_orientation = (orientation - mount_orientation + 360) % 360;
2551 device_orientation = (orientation + mount_orientation) % 360;
2554 if (device_orientation != mDeviceOrientation) {
2555 mDeviceOrientation = device_orientation;
2564 CAMHAL_LOGVB("orientation = %d tilt = %d device_orientation = %d", orientation, tilt, mDeviceOrientation);