HomeSort by relevance Sort by last modified time
    Searched full:rotations (Results 101 - 125 of 261) sorted by null

1 2 3 45 6 7 8 91011

  /frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/glrenderer/
GLCanvas.java 205 * matrix state. There is no special handling for non-90-degree rotations.
  /hardware/qcom/display/msm8084/liboverlay/
overlayMdpRot.cpp 36 void MdpRot::setRotations(uint32_t r) { mRotImgInfo.rotations = r; }
mdpWrapper.h 344 rot.rotations, rot.enable, rot.downscale_ratio);
  /hardware/qcom/display/msm8226/liboverlay/
overlayMdpRot.cpp 37 void MdpRot::setRotations(uint32_t r) { mRotImgInfo.rotations = (uint8_t)r; }
mdpWrapper.h 339 rot.rotations, rot.enable, rot.downscale_ratio);
  /packages/apps/Camera2/jni/
jpegutilnative.cpp 43 * rendered in scanline order. Only rotations which are multiples of
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/crop/
CropDrawingUtils.java 178 return false; // fails for rotations that are not multiples of 90
  /packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/
GLCanvas.java 207 * matrix state. There is no special handling for non-90-degree rotations.
  /cts/apps/CameraITS/tests/sensor_fusion/
test_sensor_fusion.py 253 # For the plot, scale the rotations to be in degrees.
316 """Get the rotations of the camera between each pair of frames.
319 rotations between adjacent pairs of frames, in radians.
  /external/eigen/unsupported/Eigen/src/IterativeSolvers/
DGMRES.h 217 mutable DenseMatrix m_Hes; // Initial hessenberg matrix wihout Givens rotations applied
295 std::vector<JacobiRotation<Scalar> >gr(m_restart); // Givens rotations
330 // Update Hessenberg matrix with Givens rotations
  /prebuilts/go/darwin-x86/src/sort/
sort.go 334 // - GCC's __rotate for block rotations: Not faster.
520 rotations uses O(u + v + gcd(u,v)) assignments which is
524 Stable sorting by SymMerge and BlockSwap rotations
  /prebuilts/go/linux-x86/src/sort/
sort.go 334 // - GCC's __rotate for block rotations: Not faster.
520 rotations uses O(u + v + gcd(u,v)) assignments which is
524 Stable sorting by SymMerge and BlockSwap rotations
  /external/eigen/Eigen/src/Eigenvalues/
RealQZ.h 232 // reduce S to upper Hessenberg with Givens rotations
598 // if there's zero on diagonal of T, we can isolate an eigenvalue with Givens rotations
632 // Apply resulting Jacobi rotations
  /development/samples/HoneycombGallery/src/com/example/android/hcgallery/
ContentFragment.java 153 // Current position and UI visibility should survive screen rotations.
TitlesFragment.java 99 //Current position should survive screen rotations.
  /external/kernel-headers/original/uapi/linux/
fd.h 145 unsigned char rps; /* rotations per second */
  /external/swiftshader/third_party/PowerVR_SDK/Tools/
PVRTQuaternionF.cpp 146 spinning caused by the interpolated rotations."
PVRTQuaternionX.cpp 151 spinning caused by the interpolated rotations."
  /frameworks/base/packages/SystemUI/src/com/android/systemui/
HardwareUiLayout.java 163 // Rather than handling this confusing case, just do 2 rotations.
  /frameworks/native/libs/gui/include/gui/
BufferQueueCore.h 270 // mTransformHint is used to optimize for screen rotations.
  /frameworks/native/libs/nativewindow/include/vndk/
window.h 108 * cannot handle arbitrary rotations.
  /hardware/invensense/6515/libsensors_iio/software/simple_apps/playback/linux/
datalogger_outputs.c 245 * TODO: Windows expects a discontinuity at 180 degree rotations. Will our
  /hardware/qcom/display/msm8960/liboverlay/
mdpWrapper.h 248 rot.rotations, rot.enable, rot.downscale_ratio);
overlayMdpRot.cpp 36 void MdpRot::setRotations(uint32_t r) { mRotImgInfo.rotations = r; }
  /hardware/qcom/display/msm8994/liboverlay/
mdpWrapper.h 363 rot.rotations, rot.enable, rot.downscale_ratio);

Completed in 720 milliseconds

1 2 3 45 6 7 8 91011