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

  /packages/apps/Camera2/src/com/android/camera/one/v2/
AutoFocusHelper.java 123 * @param sensorOrientation sensor orientation as defined by
128 final Rect cropRegion, int sensorOrientation) {
139 nx, ny, sensorOrientation);
169 float ny, final Rect cropRegion, int sensorOrientation) {
171 cropRegion, sensorOrientation);
185 float ny, final Rect cropRegion, int sensorOrientation) {
187 cropRegion, sensorOrientation);
OneCameraImpl.java 625 int sensorOrientation = mCharacteristics.get(
627 mAERegions = AutoFocusHelper.aeRegionsForNormalizedCoord(nx, ny, mCropRegion, sensorOrientation);
628 mAFRegions = AutoFocusHelper.afRegionsForNormalizedCoord(nx, ny, mCropRegion, sensorOrientation);
OneCameraZslImpl.java     [all...]