/hardware/samsung_slsi/exynos5/include/ |
exynos_gscaler.h | 236 * Set rotation. 243 * \param rotation 244 * image rotation. It should be multiple of 90[in] 257 int rotation,
|
/packages/apps/Launcher2/tests/stress/ |
AndroidManifest.xml | 27 android:label="Rotation stress test using Launcher2">
|
/packages/apps/Launcher2/tests/stress/src/com/android/launcher2/stress/ |
LauncherRotationStressTest.java | 29 * Run rotation stress test using Launcher2 for 50 iterations.
|
/packages/apps/Launcher3/tests/stress/ |
AndroidManifest.xml | 27 android:label="Rotation stress test using Launcher2">
|
/packages/apps/Launcher3/tests/stress/src/com/android/launcher3/stress/ |
LauncherRotationStressTest.java | 29 * Run rotation stress test using Launcher2 for 50 iterations.
|
/external/chromium_org/ash/display/ |
display_info.cc | 123 gfx::Display::Rotation rotation(gfx::Display::ROTATE_0); 136 rotation = gfx::Display::ROTATE_90; 139 rotation = gfx::Display::ROTATE_180; 142 rotation = gfx::Display::ROTATE_270; 194 display_info.set_rotation(rotation); 342 "overscan=%s, rotation=%d, ui-scale=%f, touchscreen=%s, "
|
/external/chromium_org/media/base/ |
video_util_unittest.cc | 247 int rotation; member in struct:media::__anon13209::VideoRotationTestData 314 int rotation = GetParam().rotation; local 315 EXPECT_TRUE((rotation >= 0) && (rotation < 360) && (rotation % 90 == 0)); 322 GetParam().height, rotation,
|
/external/chromium_org/third_party/webrtc/common_video/libyuv/ |
webrtc_libyuv.cc | 176 libyuv::RotationMode ConvertRotationMode(VideoRotationMode rotation) { 177 switch(rotation) { 234 VideoRotationMode rotation, 238 // LibYuv expects pre-rotation values for dst. 240 if (rotation == kRotate90 || rotation == kRotate270) { 254 ConvertRotationMode(rotation),
|
/frameworks/base/cmds/uiautomator/library/core-src/com/android/uiautomator/core/ |
AccessibilityNodeInfoDumper.java | 48 * @param rotation The rotaion of current display 52 public static void dumpWindowToFile(AccessibilityNodeInfo root, int rotation, 63 rotation, width, height); 71 * @param rotation The rotaion of current display 75 public static void dumpWindowToFile(AccessibilityNodeInfo root, File dumpFile, int rotation, 88 serializer.attribute("", "rotation", Integer.toString(rotation));
|
/hardware/invensense/6515/libsensors_iio/software/simple_apps/playback/linux/ |
datalogger_outputs.c | 289 * The rotation vector represents the orientation of the device as a combination 292 * The three elements of the rotation vector are 293 * {x*sin(@f$\theta@f$/2), y*sin(@f$\theta@f$/2), z*sin(@f$\theta@f$/2)}, such that the magnitude of the rotation 294 * vector is equal to sin(@f$\theta@f$/2), and the direction of the rotation vector is 295 * equal to the direction of the axis of rotation. 297 * The three elements of the rotation vector are equal to the last three components of a unit quaternion 300 * Elements of the rotation vector are unitless. The x,y and z axis are defined in the same way as the acceleration sensor.
|
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/crop/ |
CropMath.java | 137 * @param rot angle of rotation about rectangle center 238 * Constrains rotation to be in [0, 90, 180, 270] rounding down. 239 * @param rotation any rotation value, in degrees 240 * @return integer rotation in [0, 90, 180, 270] 242 public static int constrainedRotation(float rotation) { 243 int r = (int) ((rotation % 360) / 90);
|
/cts/apps/CameraITS/tests/sensor_fusion/ |
test_sensor_fusion.py | 99 # Compute the camera rotation displacements (rad) between each pair of 131 cam_rots: Array of N-1 camera rotation displacements (rad). 180 cam_rots: Array of N-1 camera rotation measurements (rad). 181 gyro_rots: Array of N-1 gyro rotation measurements (rad). 196 """Get the rotation values of the gyro. 207 Array of N-1 gyro rotation measurements (rad). 257 Array of N-1 camera rotation measurements (rad). 271 # TODO: Choose the sign for the rotation so the cam matches the gyro 374 reflection, orthogonal rotation and scaling) of the points in Y to best 382 The rotation component of the transformation that maps X to Y [all...] |
/external/chromium_org/ui/file_manager/gallery/js/image_editor/ |
viewport.js | 77 * Integer Rotation value. 78 * The rotation angle is this.rotation_ * 90. 177 * Sets the rotation value. 178 * @param {number} rotation New rotation value. 180 Viewport.prototype.setRotation = function(rotation) { 181 this.rotation_ = rotation; 187 * Obtains the rotation value. 188 * @return {number} Current rotation value. 491 * @param {boolean} orientation Orientation of the rotation from the origina [all...] |
/external/qemu/distrib/sdl-1.2.15/src/video/wscons/ |
SDL_wsconsvideo.c | 150 char *rotation; local 211 rotation = SDL_getenv("SDL_VIDEO_WSCONS_ROTATION"); 212 if (rotation != NULL) { 213 if (SDL_strlen(rotation) == 0) { 217 } else if (!SDL_strcmp(rotation, "NONE")) { 221 } else if (!SDL_strcmp(rotation, "CW")) { 225 } else if (!SDL_strcmp(rotation, "CCW")) { 229 } else if (!SDL_strcmp(rotation, "UD")) { 235 "SDL_VIDEO_WSCONS_ROTATION", rotation); 554 WSCONS_ReportError("Unknown rotation"); [all...] |
/frameworks/base/rs/java/android/renderscript/ |
Matrix4f.java | 143 * Sets current values to be a rotation matrix of certain angle 146 * @param rot angle of rotation 147 * @param x rotation axis x 148 * @param y rotation axis y 149 * @param z rotation axis z 363 * rotation matrix of certain angle about a given axis 365 * @param rot angle of rotation 366 * @param x rotation axis x 367 * @param y rotation axis y 368 * @param z rotation axis [all...] |
/frameworks/base/services/core/java/com/android/server/input/ |
PersistentDataStore.java | 446 String rotation = parser.getAttributeValue(null, "rotation"); local 457 if (rotation != null) { 459 r = stringToSurfaceRotation(rotation); 462 "Unsupported rotation for calibration."); 515 String rotation = surfaceRotationToString(i); local 520 serializer.attribute(null, "rotation", rotation); 538 throw new IllegalArgumentException("Unsupported surface rotation value" + surfaceRotation); 554 throw new IllegalArgumentException("Unsupported surface rotation string '" + s + "'") [all...] |
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/ |
Matrix4f.java | 144 * Sets current values to be a rotation matrix of certain angle 147 * @param rot angle of rotation 148 * @param x rotation axis x 149 * @param y rotation axis y 150 * @param z rotation axis z 364 * rotation matrix of certain angle about a given axis 366 * @param rot angle of rotation 367 * @param x rotation axis x 368 * @param y rotation axis y 369 * @param z rotation axis [all...] |
/external/chromium_org/third_party/WebKit/Source/core/css/ |
CSSMatrix.h | 124 // Otherwise use a rotation value of 0 for any passed NaN. 126 // the rotation values on the left (result = rotation(x,y,z) * this) 132 // the rotation values on the left (result = rotation(x,y,z,angle) * this)
|
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/libyuv/source/ |
convert_to_argb.cc | 27 // Convert camera sample to I420 with cropping, rotation and vertical flip. 38 enum RotationMode rotation, 48 // One pass rotation is available for some formats. For the rest, convert 53 LIBYUV_BOOL need_buf = (rotation && format != FOURCC_ARGB) || 316 crop_width, abs_crop_height, rotation);
|
/external/chromium_org/third_party/libyuv/source/ |
convert_to_argb.cc | 27 // Convert camera sample to I420 with cropping, rotation and vertical flip. 38 enum RotationMode rotation, 48 // One pass rotation is available for some formats. For the rest, convert 53 LIBYUV_BOOL need_buf = (rotation && format != FOURCC_ARGB) || 316 crop_width, abs_crop_height, rotation);
|
/external/qemu/android/skin/ |
window.c | 52 back->image = skin_image_rotate( sback->image, loc->rotation ); 53 skin_rect_rotate( &r, &sback->rect, loc->rotation ); 89 SkinRotation rotation; member in struct:ADisplay 109 skin_rect_rotate( &disp->rect, &sdisp->rect, loc->rotation ); 113 disp->rotation = (loc->rotation + sdisp->rotation) & 3; 114 switch (disp->rotation) { 134 skin_size_rotate( &disp->datasize, &sdisp->rect.size, sdisp->rotation ); 173 display_set_onion( ADisplay* disp, SkinImage* onion, SkinRotation rotation, int blend [all...] |
/hardware/qcom/display/msm8084/libcopybit/ |
c2d2.h | 220 C2D_ROTATE_BIT = (1 << 5), /* enables all rotation fields */ 236 /* Target configuration bits, defines rotation + mirroring. 237 * Mirror is applied prior to rotation if enabled. */ 241 C2D_TARGET_ROTATE_0 = (0 << 2), /* no rotation */ 242 C2D_TARGET_ROTATE_90 = (1 << 2), /* 90 degree rotation */ 243 C2D_TARGET_ROTATE_180 = (2 << 2), /* 180 degree rotation */ 244 C2D_TARGET_ROTATE_270 = (3 << 2), /* 270 degree rotation, 90 + 180 */ 280 C2D_OVERRIDE_TARGET_ROTATE_0 = (0 << 28), /* no rotation */ 281 C2D_OVERRIDE_TARGET_ROTATE_90 = (1 << 28), /* 90 degree rotation */ 282 C2D_OVERRIDE_TARGET_ROTATE_180 = (2 << 28), /* 180 degree rotation */ 380 int32 rotation; \/* clock-wise rotation in degrees, 16.16 fp *\/ member in struct:C2D_OBJECT_STR [all...] |
/hardware/qcom/display/msm8226/libcopybit/ |
c2d2.h | 220 C2D_ROTATE_BIT = (1 << 5), /* enables all rotation fields */ 236 /* Target configuration bits, defines rotation + mirroring. 237 * Mirror is applied prior to rotation if enabled. */ 241 C2D_TARGET_ROTATE_0 = (0 << 2), /* no rotation */ 242 C2D_TARGET_ROTATE_90 = (1 << 2), /* 90 degree rotation */ 243 C2D_TARGET_ROTATE_180 = (2 << 2), /* 180 degree rotation */ 244 C2D_TARGET_ROTATE_270 = (3 << 2), /* 270 degree rotation, 90 + 180 */ 280 C2D_OVERRIDE_TARGET_ROTATE_0 = (0 << 28), /* no rotation */ 281 C2D_OVERRIDE_TARGET_ROTATE_90 = (1 << 28), /* 90 degree rotation */ 282 C2D_OVERRIDE_TARGET_ROTATE_180 = (2 << 28), /* 180 degree rotation */ 380 int32 rotation; \/* clock-wise rotation in degrees, 16.16 fp *\/ member in struct:C2D_OBJECT_STR [all...] |
/hardware/qcom/display/msm8960/libcopybit/ |
c2d2.h | 220 C2D_ROTATE_BIT = (1 << 5), /* enables all rotation fields */ 236 /* Target configuration bits, defines rotation + mirroring. 237 * Mirror is applied prior to rotation if enabled. */ 241 C2D_TARGET_ROTATE_0 = (0 << 2), /* no rotation */ 242 C2D_TARGET_ROTATE_90 = (1 << 2), /* 90 degree rotation */ 243 C2D_TARGET_ROTATE_180 = (2 << 2), /* 180 degree rotation */ 244 C2D_TARGET_ROTATE_270 = (3 << 2), /* 270 degree rotation, 90 + 180 */ 280 C2D_OVERRIDE_TARGET_ROTATE_0 = (0 << 28), /* no rotation */ 281 C2D_OVERRIDE_TARGET_ROTATE_90 = (1 << 28), /* 90 degree rotation */ 282 C2D_OVERRIDE_TARGET_ROTATE_180 = (2 << 28), /* 180 degree rotation */ 380 int32 rotation; \/* clock-wise rotation in degrees, 16.16 fp *\/ member in struct:C2D_OBJECT_STR [all...] |
/hardware/qcom/display/msm8974/libcopybit/ |
c2d2.h | 220 C2D_ROTATE_BIT = (1 << 5), /* enables all rotation fields */ 236 /* Target configuration bits, defines rotation + mirroring. 237 * Mirror is applied prior to rotation if enabled. */ 241 C2D_TARGET_ROTATE_0 = (0 << 2), /* no rotation */ 242 C2D_TARGET_ROTATE_90 = (1 << 2), /* 90 degree rotation */ 243 C2D_TARGET_ROTATE_180 = (2 << 2), /* 180 degree rotation */ 244 C2D_TARGET_ROTATE_270 = (3 << 2), /* 270 degree rotation, 90 + 180 */ 280 C2D_OVERRIDE_TARGET_ROTATE_0 = (0 << 28), /* no rotation */ 281 C2D_OVERRIDE_TARGET_ROTATE_90 = (1 << 28), /* 90 degree rotation */ 282 C2D_OVERRIDE_TARGET_ROTATE_180 = (2 << 28), /* 180 degree rotation */ 380 int32 rotation; \/* clock-wise rotation in degrees, 16.16 fp *\/ member in struct:C2D_OBJECT_STR [all...] |