HomeSort by relevance Sort by last modified time
    Searched defs:mDeviceOrientation (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/media/base/android/java/src/org/chromium/media/
VideoCapture.java 78 private int mDeviceOrientation = 0;
113 mDeviceOrientation = getDeviceOrientation();
114 Log.d(TAG, "allocate: device orientation=" + mDeviceOrientation +
311 if (rotation != mDeviceOrientation) {
312 mDeviceOrientation = rotation;
315 mDeviceOrientation + ", camera orientation=" +
  /packages/apps/Camera/src/com/android/camera/
PanoramaModule.java 163 private int mDeviceOrientation;
213 mDeviceOrientation = Util.roundOrientation(orientation, mDeviceOrientation);
216 int orientationCompensation = mDeviceOrientation
566 mDeviceOrientationAtCapture = mDeviceOrientation;
    [all...]
  /packages/apps/Camera2/src/com/android/camera/
WideAnglePanoramaModule.java 130 private int mDeviceOrientation;
192 mDeviceOrientation = CameraUtil.roundOrientation(orientation, mDeviceOrientation);
195 int orientationCompensation = mDeviceOrientation
531 mDeviceOrientationAtCapture = mDeviceOrientation;
    [all...]
  /packages/apps/LegacyCamera/src/com/android/camera/panorama/
PanoramaActivity.java 176 private int mDeviceOrientation;
217 mDeviceOrientation = Util.roundOrientation(orientation, mDeviceOrientation);
220 int orientationCompensation = mDeviceOrientation
602 mDeviceOrientationAtCapture = mDeviceOrientation;
    [all...]
  /hardware/ti/omap4xxx/camera/inc/OMXCameraAdapter/
OMXCameraAdapter.h     [all...]
  /frameworks/base/media/java/android/media/
AudioService.java 411 private int mDeviceOrientation = Configuration.ORIENTATION_UNDEFINED;
    [all...]

Completed in 2430 milliseconds