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

  /hardware/ti/omap4xxx/camera/OMXCameraAdapter/
OMXFD.cpp 60 ret = setFaceDetection(true, mDeviceOrientation);
87 ret = setFaceDetection(false, mDeviceOrientation);
362 if (mDeviceOrientation == 180) {
389 if (mDeviceOrientation == 180) {
OMXCameraAdapter.cpp 196 mDeviceOrientation = 0;
    [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...]
  /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/Gallery2/src/com/android/camera/
PanoramaModule.java 163 private int mDeviceOrientation;
215 mDeviceOrientation = Util.roundOrientation(orientation, mDeviceOrientation);
218 int orientationCompensation = mDeviceOrientation
565 mDeviceOrientationAtCapture = mDeviceOrientation;
    [all...]
  /hardware/ti/omap4xxx/camera/inc/OMXCameraAdapter/
OMXCameraAdapter.h     [all...]
  /frameworks/base/media/java/android/media/
AudioService.java 416 private int mDeviceOrientation = Configuration.ORIENTATION_UNDEFINED;
    [all...]

Completed in 604 milliseconds