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

<<11121314151617

  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
MasterImage.java 385 public void setAnimRotation(float rotation) {
386 mAnimRotationValue = mCurrentAnimRotationStartValue + rotation;
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
AlbumSetSlidingWindow.java 86 public int rotation; field in class:AlbumSetSlidingWindow.AlbumSetEntry
277 entry.rotation = (cover == null) ? 0 : cover.getRotation();
  /device/asus/flo/camera/QCamera2/stack/mm-jpeg-interface/test/
mm_jpeg_test.c 231 p_job_params->rotation = 0;
  /external/chromium_org/chrome/browser/resources/file_manager/js/media/
media_util.js 229 * @return {number} Image width (corrected for rotation).
236 * @return {number} Image height (corrected for rotation).
  /external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
webrtcvideoframe_unittest.cc 51 captured_frame.rotation = 0;
  /hardware/qcom/camera/QCamera2/stack/mm-jpeg-interface/test/
mm_jpeg_test.c 231 p_job_params->rotation = 0;
  /hardware/qcom/msm8960/kernel-headers/linux/
msm_vidc_enc.h 399 unsigned long rotation; member in struct:venc_rotation
  /hardware/qcom/msm8960/original-kernel-headers/linux/
msm_vidc_enc.h 150 /*Different allowed rotation modes.*/
595 unsigned long rotation; member in struct:venc_rotation
  /hardware/qcom/msm8x74/kernel-headers/linux/
msm_vidc_enc.h 425 unsigned long rotation; member in struct:venc_rotation
  /hardware/qcom/msm8x74/original-kernel-headers/linux/
msm_vidc_enc.h 151 /*Different allowed rotation modes.*/
648 unsigned long rotation; member in struct:venc_rotation
  /packages/screensavers/PhotoTable/src/com/android/dreams/phototable/
PhotoTable.java 727 .rotation(0f)
808 animator.rotation(mThrowRotation);
870 .rotation(angle)
    [all...]
  /prebuilts/devtools/tools/lib/
uiautomatorviewer.jar 
  /cts/tests/tests/media/src/android/media/cts/
MediaPlayerTest.java 584 String rotation = retriever.extractMetadata(
588 assertNotNull(rotation);
589 assertEquals(Integer.parseInt(rotation), angle);
    [all...]
  /device/asus/flo/camera/QCamera2/HAL/
QCameraParameters.cpp 1926 int rotation = params.getInt(KEY_ROTATION); local
5181 int rotation = getInt(KEY_ROTATION); local
    [all...]
  /external/chromium_org/ui/gfx/
transform_unittest.cc 52 // EXPECT_FLOAT_EQ (see gtest documentation). So, to verify rotation matrices,
265 Transform rotation; local
266 rotation.Rotate(value.degrees);
267 xform = rotation * xform;
494 Transform rotation; local
495 rotation.Rotate(value.degrees);
496 xform = rotation * xform;
929 // NOTE CAREFULLY: Decomposition of skew and rotation terms of the matrix
932 // decomposition, which decomposes the shear into a rotation + non-uniform
1003 // rotation.Blending by comparing against manually specified matrices fro
1262 double rotation = std::acos(decomp.quaternion[3]) * 360.0 \/ M_PI; local
    [all...]
  /hardware/qcom/camera/QCamera2/HAL/
QCameraParameters.cpp 1926 int rotation = params.getInt(KEY_ROTATION); local
5181 int rotation = getInt(KEY_ROTATION); local
    [all...]
  /hardware/samsung_slsi/exynos5/libcamera/
ExynosCamera.cpp 157 rotation = 0;
289 rotation = 0;
406 rotation = 0;
521 rotation = 0;
    [all...]
  /packages/apps/LegacyCamera/src/com/android/camera/
VideoCamera.java 230 // The display rotation in degrees. This is only valid when mPreviewing is
293 // Restart the preview if display rotation has changed.
295 // down and camera app is opened. Rotation animation will
296 // take some time and the rotation value we have got may be
553 // When the screen is unlocked, display rotation may change. Always
1248 int rotation = 0; local
1298 int rotation = 0; local
    [all...]
  /frameworks/base/services/java/com/android/server/wm/
WindowManagerService.java 237 * Layer at which to put the rotation freeze snapshot.
264 * management of the screen during rotation.
468 // perform a rotation animation when turning off shows the lock screen which
5901 int rotation = mPolicy.rotationForOrientationLw(mForcedAppOrientation, mRotation); local
6004 mDisplayMagnifier.onRotationChangedLocked(getDefaultDisplayContentLocked(), rotation); local
6085 final int rotation = getRotation(); local
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/media/base/
videoframe_unittest.h 90 int32 width, int32 height, int dw, int dh, int rotation,
93 return LoadFrame(ms.get(), format, width, height, dw, dh, rotation, frame);
102 int32 width, int32 height, int dw, int dh, int rotation,
112 format, width, height, dw, dh, rotation, frame);
123 int32 width, int32 height, int dw, int dh, int rotation,
128 sample, sample_size, 1, 1, 0, 0, rotation);
    [all...]
  /external/libyuv/files/source/
convert.cc     [all...]
convert_argb.cc 995 // Convert camera sample to I420 with cropping, rotation and vertical flip.
1006 RotationMode rotation,
1023 // One pass rotation is available for some formats. For the rest, convert
    [all...]
  /packages/apps/Camera/src/com/android/camera/
VideoModule.java 203 // The display rotation in degrees. This is only valid when mPreviewing is
281 // Restart the preview if display rotation has changed.
283 // down and camera app is opened. Rotation animation will
284 // take some time and the rotation value we have got may be
864 // The display rotation is handled by gallery.
867 // We need to consider display rotation ourselves.
1238 int rotation = 0; local
2481 int rotation = Util.getJpegRotation(mCameraId, mOrientation); local
    [all...]
  /packages/apps/DeskClock/src/com/android/deskclock/widget/sgv/
StaggeredGridView.java     [all...]
  /external/chromium_org/cc/layers/
delegated_renderer_layer_impl_unittest.cc 303 gfx::Transform rotation; local
304 rotation.RotateAboutZAxis(30.0);
305 delegated_renderer_layer_->SetTransform(rotation);
    [all...]

Completed in 882 milliseconds

<<11121314151617