HomeSort by relevance Sort by last modified time
    Searched defs:rotation (Results 1 - 25 of 312) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/valgrind/memcheck/tests/
bug287260.c 5 signed int rotation : 10; member in struct:__anon36200
13 r.rotation = 45;
14 fprintf (stderr, "%d\n", r.rotation);
  /packages/apps/Camera2/src/com/android/camera/processing/imagebackend/
ImageToProcess.java 32 public final OrientationManager.DeviceOrientation rotation; field in class:ImageToProcess
42 * be performed *before* any rotation, and a crop rectangle of
48 this.rotation = imageRotation;
  /development/samples/ApiDemos/src/com/example/android/apis/animation/
Transition3d.java 81 * Setup a new 3D rotation on the container view.
84 * @param start the start angle at which the rotation must begin
85 * @param end the end angle of the rotation
92 // Create a new 3D rotation with the supplied parameter
94 final Rotate3dAnimation rotation = local
96 rotation.setDuration(500);
97 rotation.setFillAfter(true);
98 rotation.setInterpolator(new AccelerateInterpolator());
99 rotation.setAnimationListener(new DisplayNextView(position));
101 mContainer.startAnimation(rotation);
151 Rotate3dAnimation rotation; local
    [all...]
  /packages/apps/Camera2/src/com/android/camera/data/
VideoRotationMetadataLoader.java 30 final String rotation = filmstripItem.getMetadata().getVideoOrientation(); local
31 return ROTATE_90.equals(rotation) || ROTATE_270.equals(rotation);
  /external/webrtc/webrtc/modules/video_coding/
encoded_frame.h 76 * Get frame rotation
78 VideoRotation rotation() const { return _rotation; } function in class:webrtc::VCMEncodedFrame
124 // Video rotation is only set along with the last packet for each frame
generic_decoder.h 30 VideoRotation rotation; member in struct:webrtc::VCMFrameInformation
  /frameworks/av/camera/camera2/
OutputConfiguration.cpp 85 int rotation = 0; local
89 if ((err = parcel->readInt32(&rotation)) != OK) {
90 ALOGE("%s: Failed to read rotation from parcel", __FUNCTION__);
142 mRotation = rotation;
156 ALOGV("%s: OutputConfiguration: rotation = %d, setId = %d, surfaceType = %d",
162 OutputConfiguration::OutputConfiguration(sp<IGraphicBufferProducer>& gbp, int rotation,
165 mRotation = rotation;
  /frameworks/base/cmds/uiautomator/cmds/uiautomator/src/com/android/commands/uiautomator/
DumpCommand.java 96 int rotation = display.getRotation(); local
99 AccessibilityNodeInfoDumper.dumpWindowToFile(info, dumpFile, rotation, size.x, size.y);
  /packages/apps/Camera2/src/com/android/camera/
CaptureModuleUtil.java 38 int rotation = CameraUtil.getDisplayRotation(); local
40 if (((rotation == Surface.ROTATION_0 || rotation == Surface.ROTATION_180) &&
42 ((rotation == Surface.ROTATION_90 || rotation == Surface.ROTATION_270) &&
  /packages/apps/Gallery2/src/com/android/gallery3d/app/
OrientationManager.java 42 // This is true if "Settings -> Display -> Rotation Lock" is checked. We
93 // Display rotation >= 180 means we need to use the REVERSE landscape/portrait
104 // clockwise rotation from landscape, so we need
105 // to flip which portrait we pick as display rotation is counter clockwise
156 int rotation = activity.getWindowManager().getDefaultDisplay() local
158 switch (rotation) {
  /packages/apps/WallpaperPicker/src/com/android/wallpaperpicker/tileinfo/
UriWallpaperInfo.java 59 // rotation is set to 0 since imageBytes has already been correctly rotated
85 int rotation = isp.getRotationFromExif(activity); local
86 return createThumbnail(isp, activity, rotation, false);
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/sixdof/Utils/TestPhase/
RobustnessTest.java 78 robustnessTestResults.put(BaseResultsDialog.ResultType.ROTATION, rotationTest());
131 * Test to check whether the rotation test has passed based on the percent of failed rotations.
165 "Rotation test: Rotation fails were too great. Target rotation percent: "
167 " Failed rotation: " + failedRotations + " Total rotations:" + totalRotations + "\n";
173 * gets the result of comparing the current rotation
175 * @param rotationQuaternion The quaternions of the current rotation
176 * @param location The location of the point with the rotation
177 * @return The rotation about the current rotatio
180 RotationData rotation = ((RobustnessPath) mTestPath).handleRotation( local
    [all...]
  /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowDisplay.java 25 private int rotation = Surface.ROTATION_0; field in class:ShadowDisplay
61 return rotation;
125 public void setRotation(int rotation) {
126 this.rotation = rotation;
  /external/skia/example/
SkiaSDLExample.cpp 233 int rotation = 0; local
250 canvas->rotate(rotation++);
  /external/vixl/src/aarch32/
instructions-aarch32.cc 714 int rotation = (value >> 8) * 2; local
715 VIXL_ASSERT(rotation >= 0);
716 VIXL_ASSERT(rotation <= 30);
718 if (rotation == 0) return value;
719 return (value >> rotation) | (value << (32 - rotation));
  /external/webrtc/webrtc/
video_frame.h 17 #include "webrtc/common_video/rotation.h"
28 VideoRotation rotation);
65 VideoRotation rotation);
74 VideoRotation rotation);
122 // "pending rotation" or "pending" = a frame that has a VideoRotation > 0.
126 // "apply rotation" = modify a frame from being "pending" to being "not
127 // pending" rotation (a no-op for "unrotated").
129 VideoRotation rotation() const { return rotation_; } function in class:webrtc::VideoFrame
130 void set_rotation(VideoRotation rotation) {
131 rotation_ = rotation;
    [all...]
  /frameworks/base/packages/Shell/src/com/android/shell/
Screenshooter.java 38 /** Rotation constant: Freeze rotation to 0 degrees (natural orientation) */
41 /** Rotation constant: Freeze rotation to 90 degrees . */
44 /** Rotation constant: Freeze rotation to 180 degrees . */
47 /** Rotation constant: Freeze rotation to 270 degrees . */
66 final int rotation = display.getRotation(); local
67 switch (rotation) {
    [all...]
  /frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
GetBitmapSurfaceViewActivity.java 99 int rotation = activity.getWindowManager().getDefaultDisplay() local
102 switch (rotation) {
TextureViewActivity.java 125 int rotation = getWindowManager().getDefaultDisplay().getRotation(); local
128 switch (rotation) {
  /hardware/intel/common/libva/va/
va_dec_jpeg.h 75 /** \brief Set to VA_ROTATION_* for a single rotation angle reported by VAConfigAttribDecJPEG. */
76 unsigned int rotation; member in struct:_VAPictureParameterBufferJPEGBaseline
  /packages/apps/Camera2/src/com/android/camera/one/v2/imagesaver/
JpegImageBackendImageSaver.java 131 // If the rotation is implemented as an EXIF flag, we need to
132 // pass this information onto the UI call, since the rotation is
134 int rotation = Exif.getOrientation(payload.data); local
135 mSession.updateCaptureIndicatorThumbnail(bitmap, rotation);
167 * @param imageRotationCalculator the image rotation calculator to determine
182 * @param imageRotationCalculator the image rotation calculator to determine
  /development/samples/devbytes/animation/CardFlip/src/com/example/android/cardflip/
CardView.java 134 PropertyValuesHolder rotation = PropertyValuesHolder.ofFloat(View.ROTATION_Y, local
142 ObjectAnimator cardAnimator = ObjectAnimator.ofPropertyValuesHolder(this, rotation,
250 * Returns a rotation animation which rotates this card by some degree about
258 int rotation = cardFromTop * ROTATION_PER_CARD;
261 rotation = -rotation;
265 rotation = 0;
268 return ObjectAnimator.ofFloat(this, View.ROTATION, rotation);
272 * Returns a full rotation animator which rotates this card by 360 degree
    [all...]
  /external/deqp/scripts/
build_android_mustpass.py 61 rotation = "unspecified", variable
68 rotation = "unspecified", variable
78 rotation = "unspecified", variable
85 rotation = "unspecified", variable
96 rotation = "unspecified", variable
104 rotation = "unspecified", variable
112 rotation = "unspecified", variable
118 rotation = "0", variable
120 filters = [include("gles3-master.txt"), include("gles3-rotation.txt")]),
123 rotation = "90" variable
128 rotation = "180", variable
133 rotation = "270", variable
140 rotation = "unspecified", variable
149 rotation = "unspecified", variable
159 rotation = "unspecified", variable
166 rotation = "0", variable
171 rotation = "90", variable
176 rotation = "180", variable
181 rotation = "270", variable
188 rotation = "unspecified", variable
195 rotation = "unspecified", variable
207 rotation = "unspecified", variable
220 rotation = "unspecified", variable
233 rotation = "unspecified", variable
240 rotation = "0", variable
246 rotation = "90", variable
252 rotation = "180", variable
258 rotation = "270", variable
266 rotation = "unspecified", variable
274 rotation = "unspecified", variable
287 rotation = "unspecified", variable
295 rotation = "0", variable
301 rotation = "90", variable
307 rotation = "180", variable
313 rotation = "270", variable
321 rotation = "unspecified", variable
329 rotation = "unspecified", variable
355 rotation = "unspecified", variable
371 rotation = "unspecified", variable
389 rotation = "unspecified", variable
397 rotation = "0", variable
403 rotation = "90", variable
409 rotation = "180", variable
415 rotation = "270", variable
423 rotation = "unspecified", variable
432 rotation = "unspecified", variable
450 rotation = "unspecified", variable
459 rotation = "0", variable
465 rotation = "90", variable
471 rotation = "180", variable
477 rotation = "270", variable
485 rotation = "unspecified", variable
493 rotation = "unspecified", variable
    [all...]
  /frameworks/base/core/java/android/hardware/camera2/params/
OutputConfiguration.java 51 * Rotation constant: 0 degree rotation (no rotation)
59 * Rotation constant: 90 degree counterclockwise rotation.
67 * Rotation constant: 180 degree counterclockwise rotation.
75 * Rotation constant: 270 degree counterclockwise rotation.
166 * <p>This constructor takes an argument for desired camera rotation</p
418 int rotation = source.readInt(); local
    [all...]
  /frameworks/base/core/java/com/android/internal/view/
RotationPolicy.java 39 * Provides helper functions for configuring the display rotation policy.
50 * Gets whether the device supports rotation. In general such a
55 * @return Whether the device supports rotation.
90 * Returns true if the rotation-lock toggle should be shown in system UI.
100 * Returns true if rotation lock is enabled.
108 * Enables or disables rotation lock from the system UI toggle.
115 final int rotation = areAllRotationsAllowed(context) ? CURRENT_ROTATION : NATURAL_ROTATION; local
116 setRotationLock(enabled, rotation);
120 * Enables or disables natural rotation lock from Accessibility settings.
122 * If rotation is locked for accessibility, the system UI toggle is hidden to avoid confusion
    [all...]

Completed in 919 milliseconds

1 2 3 4 5 6 7 8 91011>>