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

1 2 3 4 56 7 8 91011

  /hardware/qcom/display/msm8994/liboverlay/
overlayMdpRot.cpp 38 void MdpRot::setRotations(uint32_t r) { mRotImgInfo.rotations = (uint8_t)r; }
  /packages/apps/Camera2/jni/
jpegutil.cpp 329 // for 90 and 270-degree rotations, flip the final width and height
  /packages/apps/Camera2/src/com/android/camera/util/
JpegUtilNative.java 61 * rendered in scanline order. Only rotations which are multiples of
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
fd.h 144 unsigned char rps; /* rotations per second */
  /prebuilts/go/darwin-x86/src/crypto/des/
block.go 241 // extra shifts/rotations for alignments.
  /prebuilts/go/linux-x86/src/crypto/des/
block.go 241 // extra shifts/rotations for alignments.
  /external/eigen/demos/opengl/
quaternion_demo.cpp 428 // standard approach mapping the x and y displacements as rotations
594 but->setToolTip("standard approach mapping the x and y displacements\nas rotations around the camera's X and Y axes");
  /external/eigen/unsupported/Eigen/
MatrixFunctions 260 rotations, i.e.
314 This corresponds to \f$ \frac14\pi \f$ rotations of 1 radian around
  /frameworks/base/services/core/java/com/android/server/wm/
DragState.java 254 // Pause rotations before a drag.
273 // Resume rotations after a drag.
TaskPositioner.java 290 // Pause rotations before a drag.
328 // Resume rotations after a drag.
  /hardware/qcom/display/msm8084/libcopybit/
c2d2.h 409 C2D_DRIVER_SUPPORTS_ROTATE_OP = (1 << 16), /* all rotations */
410 C2D_DRIVER_SUPPORTS_FLUSH_WITH_FENCE_FD_OP = (1 << 17), /* all rotations */
    [all...]
  /hardware/qcom/display/msm8226/libcopybit/
c2d2.h 409 C2D_DRIVER_SUPPORTS_ROTATE_OP = (1 << 16), /* all rotations */
410 C2D_DRIVER_SUPPORTS_FLUSH_WITH_FENCE_FD_OP = (1 << 17), /* all rotations */
    [all...]
  /hardware/qcom/display/msm8909/libcopybit/
c2d2.h 410 C2D_DRIVER_SUPPORTS_ROTATE_OP = (1 << 16), /* all rotations */
411 C2D_DRIVER_SUPPORTS_FLUSH_WITH_FENCE_FD_OP = (1 << 17), /* all rotations */
    [all...]
  /hardware/qcom/display/msm8909w_3100/libcopybit/
c2d2.h 410 C2D_DRIVER_SUPPORTS_ROTATE_OP = (1 << 16), /* all rotations */
411 C2D_DRIVER_SUPPORTS_FLUSH_WITH_FENCE_FD_OP = (1 << 17), /* all rotations */
    [all...]
  /hardware/qcom/display/msm8960/libcopybit/
c2d2.h 409 C2D_DRIVER_SUPPORTS_ROTATE_OP = (1 << 16), /* all rotations */
410 C2D_DRIVER_SUPPORTS_FLUSH_WITH_FENCE_FD_OP = (1 << 17), /* all rotations */
    [all...]
  /hardware/qcom/display/msm8994/libcopybit/
c2d2.h 409 C2D_DRIVER_SUPPORTS_ROTATE_OP = (1 << 16), /* all rotations */
410 C2D_DRIVER_SUPPORTS_FLUSH_WITH_FENCE_FD_OP = (1 << 17), /* all rotations */
    [all...]
  /hardware/qcom/display/msm8996/libcopybit/
c2d2.h 410 C2D_DRIVER_SUPPORTS_ROTATE_OP = (1 << 16), /* all rotations */
411 C2D_DRIVER_SUPPORTS_FLUSH_WITH_FENCE_FD_OP = (1 << 17), /* all rotations */
    [all...]
  /hardware/qcom/display/msm8998/libcopybit/
c2d2.h 410 C2D_DRIVER_SUPPORTS_ROTATE_OP = (1 << 16), /* all rotations */
411 C2D_DRIVER_SUPPORTS_FLUSH_WITH_FENCE_FD_OP = (1 << 17), /* all rotations */
    [all...]
  /external/ImageMagick/ImageMagick/api/
morphology.html 83 <p>The special flags will expand a single kernel, into a list of rotated kernels. A '@' flag will expand a 3x3 kernel into a list of 45-degree cyclic rotations, while a '&gt;' will generate a list of 90-degree rotations. The '&lt;' also exands using 90-degree rotates, but giving a 180-degree reflected kernel before the +/- 90-degree rotations, which can be important for Thinning operations.</p>
    [all...]
  /external/ImageMagick/MagickCore/
morphology.c 194 % cyclic rotations, while a '>' will generate a list of 90-degree rotations.
196 % reflected kernel before the +/- 90-degree rotations, which can be important
258 /* clear flags - for Expanding kernel lists thorugh rotations */
    [all...]
  /external/ImageMagick/www/api/
morphology.html 87 <p>The special flags will expand a single kernel, into a list of rotated kernels. A '@' flag will expand a 3x3 kernel into a list of 45-degree cyclic rotations, while a '&gt;' will generate a list of 90-degree rotations. The '&lt;' also exands using 90-degree rotates, but giving a 180-degree reflected kernel before the +/- 90-degree rotations, which can be important for Thinning operations.</p>
    [all...]
morphology.php 83 <p>The special flags will expand a single kernel, into a list of rotated kernels. A '@' flag will expand a 3x3 kernel into a list of 45-degree cyclic rotations, while a '&gt;' will generate a list of 90-degree rotations. The '&lt;' also exands using 90-degree rotates, but giving a 180-degree reflected kernel before the +/- 90-degree rotations, which can be important for Thinning operations.</p>
    [all...]
  /external/boringssl/src/crypto/fipsmodule/sha/
sha1-altivec.c 83 // Shift amounts for byte and bit shifts and rotations
sha256.c 199 // FIPS specification refers to right rotations, while our ROTATE macro
  /external/eigen/Eigen/src/Eigenvalues/
ComplexSchur.h 427 /* perform the QR step using Givens rotations. The first rotation

Completed in 776 milliseconds

1 2 3 4 56 7 8 91011