Home
last modified time | relevance | path

Searched refs:VideoRotation (Results 1 – 25 of 38) sorted by relevance

12

/external/webrtc/webrtc/
Dvideo_frame.h28 VideoRotation rotation);
65 VideoRotation rotation);
74 VideoRotation rotation);
129 VideoRotation rotation() const { return rotation_; } in rotation()
130 void set_rotation(VideoRotation rotation) { in set_rotation()
169 VideoRotation rotation_;
/external/webrtc/talk/media/webrtc/
Dwebrtcvideoframe.h47 webrtc::VideoRotation rotation);
65 webrtc::VideoRotation rotation);
86 webrtc::VideoRotation rotation,
111 webrtc::VideoRotation GetVideoRotation() const override { in GetVideoRotation()
126 void SetRotation(webrtc::VideoRotation rotation) override { in SetRotation()
140 webrtc::VideoRotation rotation_;
Dwebrtcvideoframefactory_unittest.cc39 void InitFrame(webrtc::VideoRotation frame_rotation) { in InitFrame()
61 webrtc::VideoRotation src_rotation, in VerifyFrame()
Dwebrtcvideoframe.cc51 webrtc::VideoRotation rotation) in WebRtcVideoFrame()
71 webrtc::VideoRotation rotation) { in Init()
202 webrtc::VideoRotation rotation, in Reset()
/external/webrtc/webrtc/modules/video_capture/
Dvideo_capture_impl.h57 static int32_t RotationFromDegrees(int degrees, VideoRotation* rotation);
58 static int32_t RotationInDegrees(VideoRotation rotation, int* degrees);
69 virtual int32_t SetCaptureRotation(VideoRotation rotation);
132 VideoRotation _rotateFrame; // Set if the frame should be rotated by the
Dvideo_capture.h57 VideoRotation& orientation) = 0;
136 virtual int32_t SetCaptureRotation(VideoRotation rotation) = 0;
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()
Ddevice_info_impl.h40 VideoRotation& orientation);
/external/webrtc/webrtc/modules/video_coding/
Dgeneric_encoder.h70 void SetRotation(VideoRotation rotation) { _rotation = rotation; } in SetRotation()
79 VideoRotation _rotation;
143 VideoRotation rotation_;
Dencoded_frame.h78 VideoRotation rotation() const { return _rotation; } in rotation()
122 VideoRotation _rotation;
Dgeneric_decoder.h30 VideoRotation rotation;
/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/media/base/
Dvideoframe.h62 webrtc::VideoRotation rotation,
107 virtual webrtc::VideoRotation GetVideoRotation() const { in GetVideoRotation()
215 virtual void SetRotation(webrtc::VideoRotation rotation) = 0;
Dfakevideocapturer.h166 void SetRotation(webrtc::VideoRotation rotation) { in SetRotation()
170 webrtc::VideoRotation GetRotation() { return rotation_; } in GetRotation()
177 webrtc::VideoRotation rotation_;
/external/webrtc/webrtc/common_video/
Dvideo_frame.cc51 VideoRotation rotation) in VideoFrame()
112 VideoRotation rotation) { in CreateFrame()
128 VideoRotation rotation) { in CreateFrame()
Drotation.h17 enum VideoRotation { enum
/external/webrtc/webrtc/modules/rtp_rtcp/source/
Drtp_sender.h83 VideoRotation rotation) const = 0;
162 void SetVideoRotation(VideoRotation rotation);
208 VideoRotation rotation) const override;
416 VideoRotation 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()
Dnative_handle_impl.h62 webrtc::VideoRotation rotation);
/external/webrtc/webrtc/test/
Dfake_texture_frame.cc21 VideoRotation rotation) { in CreateFrame()
Dfake_texture_frame.h27 VideoRotation rotation);
/external/webrtc/webrtc/modules/video_capture/ios/
Drtc_video_capture_ios_objc.h26 @property webrtc::VideoRotation frameRotation;
Ddevice_info_ios.h49 VideoRotation& orientation) override;
/external/webrtc/webrtc/common_video/libyuv/include/
Dwebrtc_libyuv.h116 VideoRotation rotation,
/external/webrtc/webrtc/common_video/libyuv/
Dwebrtc_libyuv.cc178 libyuv::RotationMode ConvertRotationMode(VideoRotation rotation) { in ConvertRotationMode()
238 VideoRotation rotation, in ConvertToI420()

12