Searched defs:device_orientation (Results 1 - 1 of 1) sorted by last modified time

/hardware/ti/omap4xxx/camera/OMXCameraAdapter/
H A DOMXCameraAdapter.cpp2525 int device_orientation = 0; local
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);

Completed in 79 milliseconds