Searched refs:rotateDegree (Results 1 – 2 of 2) sorted by relevance
117 int32_t rotateDegree = 0; in SetDeviceOrientation() local134 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()
75 int rotateDegree = mOrientationManager.getDisplayRotation().getDegrees(); in toTransformMatrix() local77 rotateDegree, in toTransformMatrix()