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

Lines Matching refs:sensorOrientation

1732         int sensorOrientation = c.get(CameraCharacteristics.SENSOR_ORIENTATION);
1744 return (sensorOrientation + deviceOrientation + 360) % 360;