HomeSort by relevance Sort by last modified time
    Searched refs:rotation (Results 201 - 225 of 401) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/mesa3d/src/gallium/state_trackers/xorg/
xorg_crtc.c 89 Rotation rotation, int x, int y)
148 crtc->rotation = rotation;
163 #if 0 /* Implement and enable to enable rotation and reflection. */
  /hardware/ti/omap4xxx/test/CameraHal/
camera_test_script.cpp 32 extern int rotation;
263 rotation = atoi(cmd + 1);
264 params.set(CameraParameters::KEY_ROTATION, rotation);
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/system_display/
system_display_apitest.cc 34 unit->rotation = (90 * i) % 360;
187 " \"rotation\": 90,\n"
200 EXPECT_EQ(90, utils::GetInteger(set_info.get(), "rotation"));
  /external/chromium_org/third_party/libjingle/source/talk/media/base/
videocapturer.h 88 int rotation; // rotation in degrees of the frame (0, 90, 180, 270) member in struct:cricket::CapturedFrame
videocommon.h 158 int rotation,
  /external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
webrtctexturevideoframe.cc 58 int64 elapsed_time, int64 time_stamp, int rotation) {
  /external/chromium_org/ui/views/corewm/
window_animations.cc 407 scoped_ptr<ui::InterpolatedTransform> rotation(
413 rotation->SetChild(translation.release());
414 rotation->SetReversed(show);
418 rotation.release(), duration));
  /external/libyuv/files/include/libyuv/
convert_argb.h 192 // Convert camera sample to ARGB with cropping, rotation and vertical flip.
197 // If rotation of 90 or 270 is used, stride is affected. The caller should
198 // allocate the I420 buffer according to rotation.
202 // If rotation of 90 or 270 is used, stride is affected.
210 // Cropping parameters are pre-rotation.
211 // "rotation" can be 0, 90, 180 or 270.
220 RotationMode rotation,
  /frameworks/av/libvideoeditor/lvpp/
VideoEditorTools.h 152 M4OSA_UInt32 width, M4OSA_UInt32 height, M4OSA_UInt32 rotation);
  /hardware/qcom/media/mm-video-legacy/vidc/venc/inc/
video_encoder_device_copper.h 151 unsigned long rotation; member in struct:msm_venc_rotation
  /external/chromium_org/ash/display/
mirror_window_controller.cc 259 current_cursor_rotation_ == display.rotation())
262 current_cursor_rotation_ = display.rotation();
  /external/qemu/android/skin/
rect.c 18 skin_pos_rotate( SkinPos* dst, SkinPos* src, SkinRotation rotation )
23 switch ( rotation & 3 ) {
  /external/qemu/distrib/sdl-1.2.15/src/video/windib/
SDL_dibvideo.c 716 DWORD rotation; local
721 rotation = settings.dmDisplayOrientation;
726 switch( rotation )
735 if( settings.dmDisplayOrientation != rotation )
738 this->hidden->origRotation = rotation;
745 switch( rotation )
754 if( settings.dmDisplayOrientation != rotation )
757 this->hidden->origRotation = rotation;
    [all...]
  /frameworks/base/core/java/android/view/
IWindowManager.aidl 150 * Update the current screen rotation based on the current state of
156 * of its windows even if the rotation hasn't changed.
167 * Watch the rotation of the screen. Returns the current rotation,
173 * Remove a rotation watcher set using watchRotation.
186 * Lock the device orientation to the specified rotation, or to the
187 * current rotation if -1. Sensor input will be ignored until
191 void freezeRotation(int rotation);
200 * Gets whether the rotation is frozen.
202 * @return Whether the rotation is frozen
    [all...]
  /packages/apps/DeskClock/src/com/android/deskclock/widget/sgv/
SgvAnimationHelper.java 164 * rotation value.
167 int xTranslation, int yTranslation, float rotation, int animationDelay) {
171 view.setRotation(rotation);
174 View.ROTATION, view.getRotation(), 0.0f);
  /packages/apps/Gallery/src/com/android/camera/
ImageViewTouchBase.java 124 private void setImageBitmap(Bitmap bitmap, int rotation) {
133 mBitmapDisplayed.setRotation(rotation);
  /external/eigen/Eigen/src/Eigen2Support/
SVD.h 573 /** decomposes the matrix as a product rotation x scaling, the scaling being
584 void SVD<MatrixType>::computeRotationScaling(RotationType *rotation, ScalingType *scaling) const
591 if(rotation)
595 rotation->lazyAssign(m * m_matV.adjoint());
599 /** decomposes the matrix as a product scaling x rotation, the scaling being
610 void SVD<MatrixType>::computeScalingRotation(ScalingType *scaling, RotationType *rotation) const
617 if(rotation)
621 rotation->lazyAssign(m * m_matV.adjoint());
  /packages/apps/Camera/src/com/android/camera/
Util.java 165 // horizontal flip + rotation = -rotation + horizontal flip
378 int rotation = activity.getWindowManager().getDefaultDisplay() local
380 switch (rotation) {
696 int rotation = 0; local
700 rotation = (info.orientation - orientation + 360) % 360;
702 rotation = (info.orientation + orientation) % 360;
705 return rotation;
  /packages/apps/Camera2/src/com/android/camera/crop/
CropActivity.java 320 int rotation) {
337 photoBounds, currentBitmapBounds, rotation, mOutputX, mOutputY);
382 RectF cropBounds, RectF photoBounds, RectF originalBitmapBounds, int rotation,
394 mRotation = (rotation < 0) ? -rotation : rotation;
  /packages/apps/Camera2/src/com/android/camera/util/
CameraUtil.java 188 // horizontal flip + rotation = -rotation + horizontal flip
404 int rotation = activity.getWindowManager().getDefaultDisplay() local
406 switch (rotation) {
417 * height of the display when rotation = 0 (i.e. natural width and height)
761 int rotation = 0; local
765 rotation = (info.orientation - orientation + 360) % 360;
767 rotation = (info.orientation + orientation) % 360;
770 return rotation;
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/crop/
CropActivity.java 323 int rotation) {
340 photoBounds, currentBitmapBounds, rotation, mOutputX, mOutputY);
385 RectF cropBounds, RectF photoBounds, RectF originalBitmapBounds, int rotation,
397 mRotation = (rotation < 0) ? -rotation : rotation;
  /frameworks/base/core/java/android/hardware/
Camera.java     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
InlineTextBox.cpp 469 static inline AffineTransform rotation(const FloatRect& boxRect, RotationDirection clockwise) function in namespace:WebCore
537 context->concatCTM(rotation(boxRect, Clockwise));
725 context->concatCTM(rotation(boxRect, Clockwise));
735 context->concatCTM(rotation(boxRect, Counterclockwise));
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/fbcon/
SDL_fbvideo.c 506 const char *rotation; local
636 rotation = SDL_getenv("SDL_VIDEO_FBCON_ROTATION");
637 if (rotation != NULL) {
638 if (SDL_strlen(rotation) == 0) {
644 } else if (!SDL_strcmp(rotation, "NONE")) {
650 } else if (!SDL_strcmp(rotation, "CW")) {
656 } else if (!SDL_strcmp(rotation, "CCW")) {
662 } else if (!SDL_strcmp(rotation, "UD")) {
670 "SDL_VIDEO_FBCON_ROTATION", rotation);
    [all...]
  /frameworks/base/services/java/com/android/server/accessibility/
ScreenMagnifier.java 185 final int rotation = message.arg1;
186 handleOnRotationChanged(rotation);
230 // If there was a rotation we have to update the center of the magnified
296 public void onRotationChanged(int rotation) {
297 mHandler.obtainMessage(MESSAGE_ON_ROTATION_CHANGED, rotation, 0).sendToTarget();
300 private void handleOnRotationChanged(int rotation) {
    [all...]

Completed in 1074 milliseconds

1 2 3 4 5 6 7 891011>>