Home
last modified time | relevance | path

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

/packages/modules/ImsMedia/service/src/com/android/telephony/imsmedia/lib/libimsmedia/core/video/android/
DImsMediaVideoSource.cpp117 int32_t rotateDegree = 0; in SetDeviceOrientation() local
134 rotateDegree = sensorOrientation - degree; in SetDeviceOrientation()
136 if (rotateDegree < 0) in SetDeviceOrientation()
138 rotateDegree += 360; in SetDeviceOrientation()
145 rotateDegree = (degree + 180) % 360; in SetDeviceOrientation()
149 rotateDegree = degree; in SetDeviceOrientation()
155 mListener->OnEvent(kVideoSourceEventUpdateOrientation, facing, rotateDegree); in SetDeviceOrientation()
/packages/apps/Camera2/src/com/android/camera/captureintent/
DPreviewTransformCalculator.java75 int rotateDegree = mOrientationManager.getDisplayRotation().getDegrees(); in toTransformMatrix() local
77 rotateDegree, in toTransformMatrix()