OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:imageRotation
(Results
1 - 4
of
4
) sorted by null
/packages/apps/Camera2/src/com/android/camera/burst/
BurstController.java
57
private final int
imageRotation
;
61
int
imageRotation
,
65
this.
imageRotation
=
imageRotation
;
78
return
imageRotation
;
/packages/apps/Camera2/src/com/android/camera/one/v2/photo/
ImageRotationCalculatorImpl.java
68
int
imageRotation
= CameraUtil.getImageRotation(mSensorOrientationDegrees,
70
return OrientationManager.DeviceOrientation.from(
imageRotation
);
/packages/apps/Camera2/src/com/android/camera/one/v2/imagesaver/
JpegImageBackendImageSaver.java
66
OrientationManager.DeviceOrientation
imageRotation
,
69
mImageRotation =
imageRotation
;
106
OrientationManager.DeviceOrientation
imageRotation
,
110
mImageRotation =
imageRotation
;
206
final OrientationManager.DeviceOrientation
imageRotation
= mImageRotationCalculator
212
proxyListener, session,
imageRotation
, pictureSaverCallback);
214
imageRotation
, mImageBackend, jpegImageProcessorListener));
YuvImageBackendImageSaver.java
66
OrientationManager.DeviceOrientation
imageRotation
,
69
mImageRotation =
imageRotation
;
105
OrientationManager.DeviceOrientation
imageRotation
,
108
mImageRotation =
imageRotation
;
215
final OrientationManager.DeviceOrientation
imageRotation
= mImageRotationCalculator
219
session,
imageRotation
, pictureSaverCallback);
220
return new MostRecentImageSaver(new ImageSaverImpl(session,
imageRotation
,
Completed in 61 milliseconds