HomeSort by relevance Sort by last modified time
    Searched full:degrees (Results 426 - 450 of 976) sorted by null

<<11121314151617181920>>

  /frameworks/av/include/camera/
CameraParameters.h 184 // The rotation angle in degrees relative to the orientation of the camera.
195 // The device is rotated 270 degrees clockwise, so the device orientation is
303 // Horizontal angle of view in degrees.
306 // Vertical angle of view in degrees.
    [all...]
  /frameworks/base/core/java/android/app/
UiAutomation.java 96 /** Rotation constant: Freeze rotation to 0 degrees (natural orientation) */
99 /** Rotation constant: Freeze rotation to 90 degrees . */
102 /** Rotation constant: Freeze rotation to 180 degrees . */
105 /** Rotation constant: Freeze rotation to 270 degrees . */
    [all...]
  /frameworks/base/core/java/android/hardware/
SensorEvent.java 301 * Sensor.TYPE_ORIENTATION}:</h4> All values are angles in degrees.
493 * <li> 1: device is rotated 90 degrees counter-clockwise from default
495 * <li> 2: device is rotated 180 degrees from default orientation (Y axis is
497 * <li> 3: device is rotated 90 degrees clockwise from default orientation (X axis
  /frameworks/base/docs/html/guide/topics/graphics/
view-animation.jd 29 180 degrees, or you can have the text move and rotate simultaneously. Each transformation takes a
  /frameworks/base/opengl/java/android/opengl/
GLU.java 101 * @param fovy specifies the field of view angle, in degrees, in the Y
  /frameworks/opt/bitmap/src/com/android/bitmap/util/
Exif.java 33 * Returns the degrees in clockwise. Values are 0, 90, 180, or 270.
  /frameworks/opt/photoviewer/src/com/android/ex/photo/util/
Exif.java 28 * Returns the degrees in clockwise. Values are 0, 90, 180, or 270.
  /frameworks/rs/java/tests/RsTest_14/src/com/android/rs/test/
math.rs.bak 248 TEST_FN_FUNC_FN(degrees);
  /hardware/qcom/display/msm8996/libcopybit/
copybit.h 64 /* rotation of the source image in degrees (0 to 359) */
  /packages/apps/Camera2/src/com/android/camera/app/
OrientationManagerImpl.java 47 // DeviceOrientation hysteresis amount used in rounding, in degrees
  /packages/apps/Camera2/src/com/android/camera/ui/
ZoomView.java 131 // The decoded region will be rotated 90/270 degrees before showing
  /packages/apps/DevCamera/src/com/android/devcamera/
CameraInfoCache.java 170 * @return horizontal and vertical field of view, in degrees.
PreviewOverlay.java 46 private int mOrientation = 0; // degrees
  /packages/apps/Gallery2/src/com/android/gallery3d/data/
LocalVideo.java 197 public void rotate(int degrees) {
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/crop/
CropDrawingUtils.java 179 // degrees
  /packages/screensavers/PhotoTable/src/com/android/dreams/phototable/
PhotoTouchListener.java 66 /** Get angle defined by first two touches, in degrees */
  /packages/services/Car/car-lib/src/android/car/navigation/
CarNavigationManager.java 147 * @param turnAngle turn angle in degrees between the roundabout entry and exit (0..359). Only
  /device/generic/goldfish/gps/
gps_qemu.c 316 int degrees = (int)(floor(val) / 100); local
317 double minutes = val - degrees*100.;
318 double dcoord = degrees + minutes / 60.0;
  /external/mesa3d/src/gallium/state_trackers/vega/
arc.c 128 /* Given: Ellipse parameters rh, rv, rot (in degrees),
139 /* Convert rotation angle from degrees to radians */
170 /* Convert rotation angle from degrees to radians */
  /external/vulkan-validation-layers/demos/
linmath.h 33 // Converts degrees to radians.
36 // Converts radians to degrees.
372 /* NOTE: Degrees are an unhandy unit to work with.
  /external/webrtc/webrtc/modules/audio_processing/beamformer/
nonlinear_beamformer.cc 278 // Instead rotate it away 180 degrees.
293 // Instead rotate it away 180 degrees.
404 // If more than half-beamwidth degrees away from the beam's center,
  /frameworks/base/core/java/android/hardware/camera2/
DngCreator.java 615 int degrees = (int) value; local
616 value = (value - degrees) * 60;
620 return new int[] { degrees, 1, minutes, 1, seconds, 100 };
  /frameworks/base/libs/hwui/
RecordingCanvas.cpp 199 void RecordingCanvas::rotate(float degrees) {
200 if (degrees == 0) return;
202 mState.rotate(degrees);
  /frameworks/base/telecomm/java/android/telecom/
InCallService.java 527 * Sets the device orientation, in degrees. Assumes that a standard portrait orientation of
528 * the device is 0 degrees.
532 * @param rotation The device orientation, in degrees.
  /frameworks/rs/api/
rs_matrix.spec 328 arg: float fovy, "Field of view, in degrees along the Y axis."
344 arg: float rot, "How much rotation to do, in degrees."
514 arg: float rot, "How much rotation to do, in degrees."

Completed in 1112 milliseconds

<<11121314151617181920>>