Searched refs:mImageRotationCalculator (Results 1 - 3 of 3) sorted by relevance

/packages/apps/Camera2/src/com/android/camera/one/v2/imagesaver/
H A DJpegImageBackendImageSaver.java157 private final ImageRotationCalculator mImageRotationCalculator; field in class:JpegImageBackendImageSaver
173 mImageRotationCalculator = imageRotationCalculator;
190 mImageRotationCalculator = imageRotationCalculator;
206 final OrientationManager.DeviceOrientation imageRotation = mImageRotationCalculator
H A DYuvImageBackendImageSaver.java166 private final ImageRotationCalculator mImageRotationCalculator; field in class:YuvImageBackendImageSaver
181 mImageRotationCalculator = imageRotationCalculator;
199 mImageRotationCalculator = imageRotationCalculator;
215 final OrientationManager.DeviceOrientation imageRotation = mImageRotationCalculator
/packages/apps/Camera2/src/com/android/camera/one/v2/
H A DSimpleOneCameraFactory.java84 private final ImageRotationCalculator mImageRotationCalculator; field in class:SimpleOneCameraFactory
96 mImageRotationCalculator = imageRotationCalculator;
194 mImageRotationCalculator.getSupplier());

Completed in 56 milliseconds