Home | History | Annotate | Download | only in camera2raw

Lines Matching refs:deviceOrientation

1729      * @param deviceOrientation the current device orientation relative to the native device
1733 private static int sensorToDeviceRotation(CameraCharacteristics c, int deviceOrientation) {
1737 deviceOrientation = ORIENTATIONS.get(deviceOrientation);
1741 deviceOrientation = -deviceOrientation;
1746 return (sensorOrientation + deviceOrientation + 360) % 360;