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

  /packages/apps/InCallUI/src/com/android/incallui/
VideoCallPresenter.java 69 return mDeviceOrientation;
130 private int mDeviceOrientation;
508 setPreviewSize(mDeviceOrientation, aspectRatio);
525 mDeviceOrientation = orientation;
  /external/chromium_org/media/base/android/java/src/org/chromium/media/
VideoCapture.java 78 protected int mDeviceOrientation;
109 mDeviceOrientation = getDeviceOrientation();
110 Log.d(TAG, "allocate: orientation dev=" + mDeviceOrientation +
  /pdk/apps/TestingCamera2/src/com/android/testingcamera2/v1/
CameraOps.java 77 private int mDeviceOrientation;
326 mDeviceOrientation = orientation;
494 int orientation = ((int)Math.round(mDeviceOrientation/90.0)*90) % 360;
  /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/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/omap4-aah/camera/inc/OMXCameraAdapter/
OMXCameraAdapter.h     [all...]
  /hardware/ti/omap4xxx/camera/inc/OMXCameraAdapter/
OMXCameraAdapter.h     [all...]
  /frameworks/base/media/java/android/media/
AudioService.java 471 private int mDeviceOrientation = Configuration.ORIENTATION_UNDEFINED;
    [all...]

Completed in 234 milliseconds