HomeSort by relevance Sort by last modified time
    Searched defs:rotation (Results 26 - 50 of 83) sorted by null

12 3 4

  /device/google/cuttlefish_common/guest/hals/hwcomposer/cutf_cvm/
vsoc_composer.cpp 121 Libyuv's convert functions only allow the combination of any rotation (multiple
124 horizontal flip and/or a single 90 degrees clockwise rotation (see
126 The following code allows to turn a horizontal flip into a 180 degrees rotation
130 uint32_t rotation = local
132 rotation += (transform & HAL_TRANSFORM_FLIP_H) ? 2 : 0; // 2 * VFLIP bit
133 return static_cast<libyuv::RotationMode>(90 * rotation);
220 libyuv::RotationMode rotation, bool v_flip) {
234 width, height, rotation);
298 libyuv::RotationMode rotation = local
307 bool needs_rotation = rotation != libyuv::kRotate0
    [all...]
  /device/google/cuttlefish_common/guest/hals/hwcomposer/vsoc/
vsoc_composer.cpp 123 Libyuv's convert functions only allow the combination of any rotation (multiple
126 horizontal flip and/or a single 90 degrees clockwise rotation (see
128 The following code allows to turn a horizontal flip into a 180 degrees rotation
132 uint32_t rotation = local
134 rotation += (transform & HAL_TRANSFORM_FLIP_H) ? 2 : 0; // 2 * VFLIP bit
135 return static_cast<libyuv::RotationMode>(90 * rotation);
222 libyuv::RotationMode rotation, bool v_flip) {
236 width, height, rotation);
300 libyuv::RotationMode rotation = local
309 bool needs_rotation = rotation != libyuv::kRotate0
    [all...]
  /device/google/marlin/camera/usbcamcore/src/
QCameraMjpegDecode.cpp 86 int32_t rotation; member in struct:__anon3676
155 mjpegd->rotation = 0;
356 if (0 == p_args->rotation || 180 == p_args->rotation)
363 // Swap output width/height for 90/270 rotation cases
364 else if (90 == p_args->rotation || 270 == p_args->rotation)
371 // Unsupported rotation cases
428 config.rotation = p_args->rotation;
    [all...]
  /external/pdfium/core/fxcodec/codec/
ccodec_tiffmodule.cpp 452 uint16_t rotation = ORIENTATION_TOPLEFT; local
453 TIFFGetField(m_tif_ctx, TIFFTAG_ORIENTATION, &rotation);
455 (uint32*)pDIBitmap->GetBuffer(), rotation,
  /external/webrtc/talk/media/base/
videocapturer.h 93 webrtc::VideoRotation rotation; // rotation in degrees of the frame. member in struct:cricket::CapturedFrame
217 // Tells videocapturer whether to apply the pending rotation. By default, the
218 // rotation is applied and the generated frame is up right. When set to false,
219 // generated frames will carry the rotation information from
377 // Whether capturer should apply rotation to the frame before signaling it.
  /frameworks/av/services/camera/libcameraservice/device3/
Camera3Stream.cpp 50 android_dataspace dataSpace, camera3_stream_rotation_t rotation,
82 camera3_stream::rotation = rotation; member in class:android::camera3::camera3_stream
  /device/google/marlin/camera/mm-image-codec/qomx_core/
QOMX_JpegExtensions.h 211 OMX_U32 rotation; member in struct:__anon3662
  /external/deqp/external/openglcts/scripts/
build_mustpass.py 102 rotation = "unspecified", variable
111 rotation = "unspecified", variable
119 rotation = "0", variable
123 filters = [include("gles3-master.txt"), include("gles3-rotation.txt")]),
126 rotation = "90", variable
130 filters = [include("gles3-master.txt"), include("gles3-rotation.txt")]),
133 rotation = "180", variable
137 filters = [include("gles3-master.txt"), include("gles3-rotation.txt")]),
140 rotation = "270", variable
144 filters = [include("gles3-master.txt"), include("gles3-rotation.txt")])
149 rotation = "unspecified", variable
159 rotation = "unspecified", variable
170 rotation = "unspecified", variable
177 rotation = "0", variable
184 rotation = "90", variable
191 rotation = "180", variable
198 rotation = "270", variable
207 rotation = "unspecified", variable
215 rotation = "unspecified", variable
231 rotation = "unspecified", variable
248 rotation = "unspecified", variable
265 rotation = "unspecified", variable
272 rotation = "0", variable
279 rotation = "90", variable
286 rotation = "180", variable
293 rotation = "270", variable
302 rotation = "unspecified", variable
310 rotation = "unspecified", variable
329 rotation = "unspecified", variable
337 rotation = "0", variable
344 rotation = "90", variable
351 rotation = "180", variable
358 rotation = "270", variable
367 rotation = "unspecified", variable
377 rotation = "unspecified", variable
438 rotation = "unspecified", variable
452 rotation = "unspecified", variable
467 rotation = "unspecified", variable
474 rotation = "0", variable
481 rotation = "90", variable
488 rotation = "180", variable
495 rotation = "270", variable
504 rotation = "unspecified", variable
512 rotation = "unspecified", variable
527 rotation = "unspecified", variable
535 rotation = "0", variable
542 rotation = "90", variable
549 rotation = "180", variable
556 rotation = "270", variable
565 rotation = "unspecified", variable
573 rotation = "unspecified", variable
    [all...]
  /external/eigen/unsupported/Eigen/src/MatrixFunctions/
MatrixFunction.h 230 JacobiRotation<typename MatrixType::Scalar> rotation; local
231 rotation.makeGivens(T(k, k+1), T(k+1, k+1) - T(k, k));
232 T.applyOnTheLeft(k, k+1, rotation.adjoint());
233 T.applyOnTheRight(k, k+1, rotation);
234 U.applyOnTheRight(k, k+1, rotation);
  /frameworks/av/media/libstagefright/include/media/stagefright/
MPEG4Writer.h 198 int32_t rotation; member in struct:android::MPEG4Writer::_ItemProperty
  /bionic/libc/kernel/uapi/drm/
exynos_drm.h 167 __u32 rotation; member in struct:drm_exynos_ipp_task_transform
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/fov/
PhotoCaptureActivity.java 559 int rotation = activity.getWindowManager().getDefaultDisplay() local
562 switch (rotation) {
  /device/google/marlin/camera/QCamera2/stack/common/
mm_jpeg_interface.h 200 /* rotation informaiton */
201 uint32_t rotation; member in struct:__anon3407
203 /* thumb rotation informaiton */
269 /* rotation informaiton */
270 uint32_t rotation; member in struct:__anon3410
323 /* rotation informaiton */
324 uint32_t rotation; member in struct:__anon3411
  /external/eigen/Eigen/src/Geometry/
Transform.h 139 * \b Rotation R (Dim)x(Dim):
236 /** type of a read/write reference to the translation part of the rotation */
238 /** type of a read reference to the translation part of the rotation */
565 inline Transform& rotate(const RotationType& rotation);
569 inline Transform& prerotate(const RotationType& rotation);
605 EIGEN_DEVICE_FUNC const LinearMatrixType rotation() const;
608 void computeRotationScaling(RotationMatrixType *rotation, ScalingMatrixType *scaling) const;
611 void computeScalingRotation(ScalingMatrixType *scaling, RotationMatrixType *rotation) const;
1058 Transform<Scalar,Dim,Mode,Options>::rotation() const function in class:Eigen::Transform
    [all...]
  /external/kernel-headers/original/uapi/drm/
exynos_drm.h 199 /* src/dst rectangle area when rotation enabled */
301 * @rotation: DRM_MODE_ROTATE_* and DRM_MODE_REFLECT_* values
305 __u32 rotation; member in struct:drm_exynos_ipp_task_transform
  /external/mesa3d/src/mesa/main/
texcompress_bptc.c 522 apply_rotation(int rotation,
527 if (rotation == 0)
530 rotation--;
532 t = result[rotation];
533 result[rotation] = result[3];
547 int rotation; local
587 rotation = extract_bits(block, bit_offset, 2);
590 rotation = 0;
656 apply_rotation(rotation, result);
    [all...]
  /external/skia/tests/
Matrix44Test.cpp 258 // Test precision of rotation in common cases
375 SkMatrix44 rotation; local
376 rotation.setRotateDegreesAbout(0, 0, 1, 90);
377 rotation.invert(&inverse);
  /external/skqp/tests/
Matrix44Test.cpp 258 // Test precision of rotation in common cases
375 SkMatrix44 rotation; local
376 rotation.setRotateDegreesAbout(0, 0, 1, 90);
377 rotation.invert(&inverse);
  /external/tensorflow/tensorflow/examples/android/src/org/tensorflow/demo/
CameraConnectionFragment.java 74 * Conversion from screen rotation to JPEG orientation.
142 * The rotation in degrees of the camera sensor from the display.
577 final int rotation = activity.getWindowManager().getDefaultDisplay().getRotation(); local
583 if (Surface.ROTATION_90 == rotation || Surface.ROTATION_270 == rotation) {
591 matrix.postRotate(90 * (rotation - 2), centerX, centerY);
592 } else if (Surface.ROTATION_180 == rotation) {
  /external/tensorflow/tensorflow/lite/examples/android/app/src/main/java/org/tensorflow/demo/
CameraConnectionFragment.java 74 * Conversion from screen rotation to JPEG orientation.
142 * The rotation in degrees of the camera sensor from the display.
571 final int rotation = activity.getWindowManager().getDefaultDisplay().getRotation(); local
577 if (Surface.ROTATION_90 == rotation || Surface.ROTATION_270 == rotation) {
585 matrix.postRotate(90 * (rotation - 2), centerX, centerY);
586 } else if (Surface.ROTATION_180 == rotation) {
  /external/webrtc/talk/app/webrtc/java/android/org/webrtc/
VideoCapturerAndroid.java 663 int rotation = getDeviceOrientation(); local
665 rotation = 360 - rotation;
667 return (info.orientation + rotation) % 360;
711 int rotation = getFrameOrientation(); local
720 transformMatrix, rotation, timestampNs);
731 abstract void onByteBufferFrameCaptured(byte[] data, int width, int height, int rotation,
737 int width, int height, int oesTextureId, float[] transformMatrix, int rotation,
762 int rotation, long timeStamp) {
763 nativeOnByteBufferFrameCaptured(nativeCapturer, data, data.length, width, height, rotation,
    [all...]
  /frameworks/av/media/codec2/sfplugin/
CCodecBufferChannel.cpp 596 std::shared_ptr<const C2StreamRotationInfo::output> rotation = local
599 bool flip = rotation && (rotation->flip & 1);
600 uint32_t quarters = ((rotation ? rotation->value : 0) / 90) & 3;
603 case 0: // no rotation
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/formats/
CameraFormatsActivity.java 456 int rotation = getWindowManager().getDefaultDisplay().getRotation(); local
458 switch (rotation) {
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/video/
CameraVideoActivity.java 846 int rotation = getWindowManager().getDefaultDisplay().getRotation(); local
848 switch (rotation) {
    [all...]
  /developers/build/prebuilts/gradle/Camera2Basic/Application/src/main/java/com/example/android/camera2basic/
Camera2BasicFragment.java 78 * Conversion from screen rotation to JPEG orientation.
540 Log.e(TAG, "Display rotation is invalid: " + displayRotation);
745 int rotation = activity.getWindowManager().getDefaultDisplay().getRotation(); local
751 if (Surface.ROTATION_90 == rotation || Surface.ROTATION_270 == rotation) {
758 matrix.postRotate(90 * (rotation - 2), centerX, centerY);
759 } else if (Surface.ROTATION_180 == rotation) {
828 int rotation = activity.getWindowManager().getDefaultDisplay().getRotation(); local
829 captureBuilder.set(CaptureRequest.JPEG_ORIENTATION, getOrientation(rotation));
    [all...]

Completed in 943 milliseconds

12 3 4