Home
last modified time | relevance | path

Searched refs:device_orientation (Results 1 – 1 of 1) sorted by relevance

/hardware/ti/omap4xxx/camera/OMXCameraAdapter/
DOMXCameraAdapter.cpp2525 int device_orientation = 0; in onOrientationEvent() local
2549 device_orientation = (orientation - mount_orientation + 360) % 360; in onOrientationEvent()
2551 device_orientation = (orientation + mount_orientation) % 360; in onOrientationEvent()
2554 if (device_orientation != mDeviceOrientation) { in onOrientationEvent()
2555 mDeviceOrientation = device_orientation; in onOrientationEvent()