/packages/apps/Camera/src/com/android/camera/ |
EffectsRecorder.java | 519 public void setOrientationHint(int degrees) { 527 if (mLogVerbose) Log.v(TAG, "Setting orientation hint to: " + degrees); 528 mOrientationHint = degrees; [all...] |
PanoramaModule.java | 105 // The unit of speed is degrees per frame. 573 int degrees = Util.getDisplayRotation(mActivity); local 575 int orientation = Util.getDisplayOrientation(degrees, cameraId); [all...] |
/packages/apps/Camera2/src/com/android/camera/ |
WideAnglePanoramaModule.java | 87 // The unit of speed is degrees per frame. 535 int degrees = CameraUtil.getDisplayRotation(mActivity); local 537 int orientation = CameraUtil.getDisplayOrientation(degrees, cameraId); [all...] |
/system/core/include/system/ |
window.h | 299 /* rotate source image 90 degrees clock-wise, and is applied after TRANSFORM_FLIP_{H|V} */ 301 /* rotate source image 180 degrees */ 303 /* rotate source image 270 degrees clock-wise */
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/ |
GyroscopeTestActivity.java | 47 * if the values seem to high and may be degrees.
|
/development/samples/devbytes/graphics/ImagePixelization/src/com/example/android/imagepixelization/ |
ImagePixelization.java | 39 * factors to achieve an image that is pixelized to varying degrees. In
|
/external/chromium_org/cc/animation/ |
transform_operations_unittest.cc | 167 SkMScalar degrees = 80; local 169 operations.AppendRotate(x, y, z, degrees); 171 expected.RotateAbout(gfx::Vector3dF(x, y, z), degrees); local 855 // Since we're rotating 360 degrees, any box with dimensions between 0 and [all...] |
/external/chromium_org/chrome/browser/download/ |
download_shelf.cc | 130 // a clipping region if it would round to 360 (really 0) degrees, since that
|
/external/chromium_org/chrome/browser/ui/views/download/ |
download_item_view.h | 260 // In degrees, for downloads with no known total size.
|
/external/chromium_org/third_party/WebKit/Source/core/frame/ |
DOMWindow.h | 288 // This is the interface orientation in degrees. Some examples are:
|
Window.idl | 153 // This is the interface orientation in degrees. Some examples are:
|
/external/chromium_org/third_party/angle/src/compiler/ |
intermOut.cpp | 162 case EOpDegrees: out << "degrees"; break;
|
/external/chromium_org/third_party/libjingle/source/talk/media/base/ |
videoframe.h | 96 // Indicates the rotation angle in degrees.
|
/external/chromium_org/third_party/opus/src/doc/ |
draft-valin-codec-opus-update.xml | 228 optionally coding the two channels 180-degrees out of phase on a per-band basis.
|
/external/chromium_org/third_party/skia/include/core/ |
SkPath.h | 459 @param startAngle Starting angle (in degrees) where the arc begins 460 @param sweepAngle Sweep angle (in degrees) measured clockwise. This is 634 @param startAngle Starting angle (in degrees) where the arc begins 635 @param sweepAngle Sweep angle (in degrees) measured clockwise [all...] |
/external/chromium_org/third_party/skia/src/core/ |
SkPictureRecord.cpp | 645 bool SkPictureRecord::rotate(SkScalar degrees) { 646 // op + degrees 649 addScalar(degrees); 651 return this->INHERITED::rotate(degrees); [all...] |
/external/chromium_org/third_party/skia/src/utils/debugger/ |
SkDrawCommand.h | 472 SkRotateCommand(SkScalar degrees);
|
/external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/objects/ |
VehicleWheel.java | 354 * returns how many degrees the wheel has turned since the last physics
|
/external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/objects/ |
VehicleWheel.java | 336 * returns how many degrees the wheel has turned since the last physics
|
/external/libvpx/libvpx/examples/includes/geshi/geshi/ |
tsql.php | 105 'ABS','DEGREES','RAND','ACOS','EXP','ROUND','ASIN','FLOOR','SIGN',
|
/external/skia/include/core/ |
SkPath.h | 459 @param startAngle Starting angle (in degrees) where the arc begins 460 @param sweepAngle Sweep angle (in degrees) measured clockwise. This is 634 @param startAngle Starting angle (in degrees) where the arc begins 635 @param sweepAngle Sweep angle (in degrees) measured clockwise [all...] |
/external/skia/src/core/ |
SkPictureRecord.cpp | 645 bool SkPictureRecord::rotate(SkScalar degrees) { 646 // op + degrees 649 addScalar(degrees); 651 return this->INHERITED::rotate(degrees); [all...] |
/external/skia/src/utils/debugger/ |
SkDrawCommand.h | 472 SkRotateCommand(SkScalar degrees);
|
/frameworks/av/services/camera/libcameraservice/api1/client2/ |
Parameters.h | 300 static int degToTransform(int degrees, bool mirror);
|
/frameworks/base/docs/html/reference/com/google/android/gms/maps/model/ |
CameraPosition.Builder.html | 862 <div class="jd-descrdiv">Sets the direction that the camera is pointing in, in degrees clockwise from north.</div> 916 <div class="jd-descrdiv">Sets the angle, in degrees, of the camera from the nadir (directly facing the Earth).</div> 1286 <div class="jd-tagdata jd-tagdescr"><p>Sets the direction that the camera is pointing in, in degrees clockwise from north. [all...] |