Home
last modified time | relevance | path

Searched defs:rotation (Results 1 – 25 of 60) sorted by relevance

123

/external/webrtc/webrtc/modules/rtp_rtcp/include/
Drtp_cvo.h21 inline uint8_t ConvertVideoRotationToCVOByte(VideoRotation rotation) { in ConvertVideoRotationToCVOByte()
36 inline VideoRotation ConvertCVOByteToVideoRotation(uint8_t rotation) { in ConvertCVOByteToVideoRotation()
/external/webrtc/talk/app/webrtc/java/android/org/webrtc/
DVideoCapturerAndroid.java663 int rotation = getDeviceOrientation(); in getFrameOrientation() local
711 int rotation = getFrameOrientation(); in onTextureFrameAvailable() local
731 abstract void onByteBufferFrameCaptured(byte[] data, int width, int height, int rotation, in onByteBufferFrameCaptured()
737 int width, int height, int oesTextureId, float[] transformMatrix, int rotation, in onTextureFrameCaptured()
762 int rotation, long timeStamp) { in onByteBufferFrameCaptured()
769 int width, int height, int oesTextureId, float[] transformMatrix, int rotation, in onTextureFrameCaptured()
783 byte[] data, int length, int width, int height, int rotation, long timeStamp); in nativeOnByteBufferFrameCaptured()
785 int oesTextureId, float[] transformMatrix, int rotation, long timestamp); in nativeOnTextureFrameCaptured()
/external/webrtc/webrtc/
Dvideo_frame.h129 VideoRotation rotation() const { return rotation_; } in rotation() function
130 void set_rotation(VideoRotation rotation) { in set_rotation()
/external/webrtc/talk/app/webrtc/java/jni/
Dnative_handle_impl.cc42 void RotateMatrix(float a[16], webrtc::VideoRotation rotation) { in RotateMatrix()
167 webrtc::VideoRotation rotation) { in ScaleAndRotate()
Dandroidvideocapturer_jni.cc156 int rotation, in OnMemoryBufferFrame()
177 int rotation, in OnTextureFrame()
/external/webrtc/webrtc/modules/video_capture/
Dvideo_capture_impl.cc47 VideoRotation* rotation) { in RotationFromDegrees()
67 int32_t VideoCaptureImpl::RotationInDegrees(VideoRotation rotation, in RotationInDegrees()
323 int32_t VideoCaptureImpl::SetCaptureRotation(VideoRotation rotation) { in SetCaptureRotation()
/external/eigen/Eigen/src/Geometry/
DTransform.h879 Transform<Scalar,Dim,Mode,Options>::rotate(const RotationType& rotation) in rotate()
895 Transform<Scalar,Dim,Mode,Options>::prerotate(const RotationType& rotation) in prerotate()
995 Transform<Scalar,Dim,Mode,Options>::rotation() const in rotation() function
1016 void Transform<Scalar,Dim,Mode,Options>::computeRotationScaling(RotationMatrixType *rotation, Scali… in computeRotationScaling()
1045 …de,Options>::computeScalingRotation(ScalingMatrixType *scaling, RotationMatrixType *rotation) const in computeScalingRotation()
/external/webrtc/webrtc/test/
Dfake_texture_frame.cc21 VideoRotation rotation) { in CreateFrame()
/external/webrtc/webrtc/common_video/
Dvideo_frame.cc51 VideoRotation rotation) in VideoFrame()
112 VideoRotation rotation) { in CreateFrame()
128 VideoRotation rotation) { in CreateFrame()
/external/valgrind/memcheck/tests/
Dbug287260.c5 signed int rotation : 10; member
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
DShadowDisplay.java25 private int rotation = Surface.ROTATION_0; field in ShadowDisplay
125 public void setRotation(int rotation) { in setRotation()
/external/webrtc/talk/media/webrtc/
Dwebrtcvideoframe.cc51 webrtc::VideoRotation rotation) in WebRtcVideoFrame()
71 webrtc::VideoRotation rotation) { in Init()
202 webrtc::VideoRotation rotation, in Reset()
Dwebrtcvideoframe.h126 void SetRotation(webrtc::VideoRotation rotation) override { in SetRotation()
Dfakewebrtcvideocapturemodule.h91 int32_t SetCaptureRotation(webrtc::VideoRotation rotation) override { in SetCaptureRotation()
/external/opencv3/modules/core/include/opencv2/core/
Daffine.hpp236 void cv::Affine3<T>::rotation(const Mat3& R) in rotation() function in cv::Affine3
242 void cv::Affine3<T>::rotation(const Vec3& _rvec) in rotation() function in cv::Affine3
275 void cv::Affine3<T>::rotation(const cv::Mat& data) in rotation() function in cv::Affine3
310 typename cv::Affine3<T>::Mat3 cv::Affine3<T>::rotation() const in rotation() function in cv::Affine3
/external/webrtc/talk/app/webrtc/
Dandroidvideocapturer.cc59 int rotation, in UpdateCapturedFrame()
225 int rotation, in OnIncomingFrame()
/external/webrtc/webrtc/modules/video_coding/
Dgeneric_decoder.h30 VideoRotation rotation; member
Dencoded_frame.h78 VideoRotation rotation() const { return _rotation; } in rotation() function
Dgeneric_encoder.h70 void SetRotation(VideoRotation rotation) { _rotation = rotation; } in SetRotation()
/external/opencv/cv/src/
Dcvposit.cpp114 CvMatr32f rotation, CvVect32f translation ) in icvPOSIT()
354 CvMatr32f rotation, CvVect32f translation ) in cvPOSIT()
/external/opencv3/modules/calib3d/src/
Dposit.cpp115 float* rotation, float* translation ) in icvPOSIT()
347 float* rotation, float* translation ) in cvPOSIT()
/external/webrtc/webrtc/common_video/libyuv/
Dwebrtc_libyuv.cc178 libyuv::RotationMode ConvertRotationMode(VideoRotation rotation) { in ConvertRotationMode()
238 VideoRotation rotation, in ConvertToI420()
/external/eigen/Eigen/src/Eigen2Support/
DSVD.h583 void SVD<MatrixType>::computeRotationScaling(RotationType *rotation, ScalingType *scaling) const in computeRotationScaling()
609 void SVD<MatrixType>::computeScalingRotation(ScalingType *scaling, RotationType *rotation) const in computeScalingRotation()
/external/opencv3/modules/calib3d/test/
Dtest_posit.cpp91 CvMat* rotation = cvCreateMat( 3, 3, CV_32F ); in run() local
/external/webrtc/talk/media/base/
Dfakevideocapturer.h166 void SetRotation(webrtc::VideoRotation rotation) { in SetRotation()

123