Home | History | Annotate | Download | only in com.example.android.camera2raw

Lines Matching refs:deviceOrientation

1727      * @param deviceOrientation the current device orientation relative to the native device
1731 private static int sensorToDeviceRotation(CameraCharacteristics c, int deviceOrientation) {
1735 deviceOrientation = ORIENTATIONS.get(deviceOrientation);
1739 deviceOrientation = -deviceOrientation;
1744 return (sensorOrientation + deviceOrientation + 360) % 360;