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

1 2 3 4 56 7 8 91011>>

  /device/lge/mako/camera/QCamera/stack/mm-jpeg-interface/inc/
mm_jpeg_interface.h 146 /* rotation informaiton */
147 int rotation; member in struct:__anon2175
  /external/chromium_org/chrome/browser/chromeos/display/
display_preferences.cc 128 gfx::Display::Rotation rotation = gfx::Display::ROTATE_0; local
133 if (dict_value->GetInteger("rotation", &rotation_value)) {
134 rotation = static_cast<gfx::Display::Rotation>(rotation_value);
149 rotation,
199 property_value->SetInteger("rotation", static_cast<int>(info.rotation()));
  /external/chromium_org/content/browser/renderer_host/media/
video_capture_controller.h 75 int rotation,
  /external/chromium_org/media/video/capture/
video_capture_device.h 156 int rotation, // Clockwise.
  /external/chromium_org/third_party/libjingle/source/talk/media/base/
nullvideoframe.h 41 int rotation) {
  /external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
fakewebrtcvideocapturemodule.h 109 webrtc::VideoCaptureRotation rotation) {
  /external/chromium_org/ui/base/cursor/
cursor_loader_x11.cc 166 scale(), display().rotation(), &bitmap, &hotpoint);
236 display().rotation() == gfx::Display::ROTATE_0) {
263 gfx::Display::Rotation rotation,
266 switch (rotation) {
  /external/chromium_org/ui/snapshot/
snapshot_aura.cc 63 switch (display.rotation()) {
  /frameworks/base/core/java/android/hardware/
LegacySensorManager.java 57 public void onRotationChanged(int rotation) {
58 LegacySensorManager.onRotationChanged(rotation);
193 static void onRotationChanged(int rotation) {
195 sRotation = rotation;
315 // handles 90 and 270 rotation
335 // handles 180 (flip) and 270 (flip + 90) rotation
  /frameworks/base/core/jni/
android_view_GLES20DisplayList.cpp 113 jobject clazz, DisplayList* displayList, float rotation) {
114 displayList->setRotation(rotation);
139 float translationX, float translationY, float rotation, float rotationX, float rotationY,
144 displayList->setRotation(rotation);
  /hardware/qcom/camera/QCamera2/stack/common/
mm_jpeg_interface.h 144 /* rotation informaiton */
145 int rotation; member in struct:__anon33199
  /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,
  /hardware/samsung_slsi/exynos5/libgscaler/
exynos_gsc_utils.h 100 int rotation; member in struct:gsc_info
  /external/chromium_org/ash/display/
root_window_transformers.cc 26 DECLARE_WINDOW_PROPERTY_TYPE(gfx::Display::Rotation);
32 DEFINE_WINDOW_PROPERTY_KEY(gfx::Display::Rotation, kRotationPropertyKey,
56 // TODO(oshima): Add animation. (crossfade+rotation, or just cross-fade)
62 if (info.rotation() == root_window->GetProperty(kRotationPropertyKey))
64 root_window->SetProperty(kRotationPropertyKey, info.rotation());
71 switch (info.rotation()) {
  /external/chromium_org/cc/test/
render_pass_test_common.cc 185 gfx::Transform rotation; local
186 rotation.Rotate(45);
188 transformed_state->content_to_target_transform * rotation;
  /external/jmonkeyengine/engine/src/bullet-common/com/jme3/bullet/util/
CollisionShapeFactory.java 259 Matrix3f rotation = childCollisionShape.rotation; local
261 compoundShape.addChildShape(child, location.add(vector), rotation);
  /external/qemu/android/
opengles.c 247 android_showOpenglesWindow(void* window, int x, int y, int width, int height, float rotation)
250 int success = createOpenGLSubwindow((FBNativeWindowType)window, x, y, width, height, rotation);
311 int android_showOpenglesWindow(void* window, int x, int y, int width, int height, float rotation)
  /frameworks/base/core/java/android/view/
Surface.java 84 * Rotation constant: 0 degree rotation (natural orientation)
89 * Rotation constant: 90 degree rotation.
94 * Rotation constant: 180 degree rotation.
99 * Rotation constant: 270 degree rotation.
426 * Returns a human readable representation of a rotation.
428 * @param rotation The rotation
    [all...]
  /frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/common/
BitmapUtils.java 179 public static Bitmap rotateBitmap(Bitmap source, int rotation, boolean recycle) {
180 if (rotation == 0) return source;
184 m.postRotate(rotation);
  /frameworks/base/services/java/com/android/server/display/
LogicalDisplay.java 126 * This method can be used to adjust application insets, rotation, and other
210 mBaseDisplayInfo.rotation = Surface.ROTATION_0;
263 orientation = displayInfo.rotation;
266 // Apply the physical rotation of the display device itself.
267 orientation = (orientation + displayDeviceInfo.rotation) % 4;
  /hardware/samsung_slsi/exynos5/librotator/
exynos_rotator.c 71 int rotation; member in struct:rotator_info
263 int rotation)
270 if (rotation == 90 || rotation == 270) {
478 // rotation value;
487 if (info->rotation != value) {
488 ALOGV("%s::rotation is different..", __func__);
507 if (exynos_v4l2_s_ctrl(fd, V4L2_CID_ROTATE, info->rotation) < 0) {
758 int rotation)
771 int new_rotation = rotation % 360
    [all...]
  /packages/apps/Camera2/src/com/android/camera/ui/
ZoomView.java 58 // Calculate the rotation matrix to apply orientation on the original image
64 // Set the translation of the matrix so that after rotation, the top left
83 // rotation to find out the region in the original image
133 Matrix rotation = new Matrix(); local
134 rotation.setRotate(mOrientation);
135 return Bitmap.createBitmap(b, 0, 0, b.getWidth(), b.getHeight(), rotation, false);
  /packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/
BitmapUtils.java 179 public static Bitmap rotateBitmap(Bitmap source, int rotation, boolean recycle) {
180 if (rotation == 0) return source;
184 m.postRotate(rotation);
  /packages/apps/Launcher3/src/com/android/gallery3d/common/
BitmapUtils.java 179 public static Bitmap rotateBitmap(Bitmap source, int rotation, boolean recycle) {
180 if (rotation == 0) return source;
184 m.postRotate(rotation);
  /packages/screensavers/PhotoTable/src/com/android/dreams/phototable/
PhotoTouchListener.java 185 float rotation = target.getRotation(); local
188 rotation = mInitialTargetA + a - mInitialTouchA;
193 rotation);

Completed in 1162 milliseconds

1 2 3 4 56 7 8 91011>>