Searched refs:VideoRotation (Results 1 – 25 of 38) sorted by relevance
12
/external/webrtc/webrtc/ |
D | video_frame.h | 28 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/ |
D | webrtcvideoframe.h | 47 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_;
|
D | webrtcvideoframefactory_unittest.cc | 39 void InitFrame(webrtc::VideoRotation frame_rotation) { in InitFrame() 61 webrtc::VideoRotation src_rotation, in VerifyFrame()
|
D | webrtcvideoframe.cc | 51 webrtc::VideoRotation rotation) in WebRtcVideoFrame() 71 webrtc::VideoRotation rotation) { in Init() 202 webrtc::VideoRotation rotation, in Reset()
|
/external/webrtc/webrtc/modules/video_capture/ |
D | video_capture_impl.h | 57 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
|
D | video_capture.h | 57 VideoRotation& orientation) = 0; 136 virtual int32_t SetCaptureRotation(VideoRotation rotation) = 0;
|
D | video_capture_impl.cc | 47 VideoRotation* rotation) { in RotationFromDegrees() 67 int32_t VideoCaptureImpl::RotationInDegrees(VideoRotation rotation, in RotationInDegrees() 323 int32_t VideoCaptureImpl::SetCaptureRotation(VideoRotation rotation) { in SetCaptureRotation()
|
D | device_info_impl.h | 40 VideoRotation& orientation);
|
/external/webrtc/webrtc/modules/video_coding/ |
D | generic_encoder.h | 70 void SetRotation(VideoRotation rotation) { _rotation = rotation; } in SetRotation() 79 VideoRotation _rotation; 143 VideoRotation rotation_;
|
D | encoded_frame.h | 78 VideoRotation rotation() const { return _rotation; } in rotation() 122 VideoRotation _rotation;
|
D | generic_decoder.h | 30 VideoRotation rotation;
|
/external/webrtc/webrtc/modules/rtp_rtcp/include/ |
D | rtp_cvo.h | 21 inline uint8_t ConvertVideoRotationToCVOByte(VideoRotation rotation) { in ConvertVideoRotationToCVOByte() 36 inline VideoRotation ConvertCVOByteToVideoRotation(uint8_t rotation) { in ConvertCVOByteToVideoRotation()
|
/external/webrtc/talk/media/base/ |
D | videoframe.h | 62 webrtc::VideoRotation rotation, 107 virtual webrtc::VideoRotation GetVideoRotation() const { in GetVideoRotation() 215 virtual void SetRotation(webrtc::VideoRotation rotation) = 0;
|
D | fakevideocapturer.h | 166 void SetRotation(webrtc::VideoRotation rotation) { in SetRotation() 170 webrtc::VideoRotation GetRotation() { return rotation_; } in GetRotation() 177 webrtc::VideoRotation rotation_;
|
/external/webrtc/webrtc/common_video/ |
D | video_frame.cc | 51 VideoRotation rotation) in VideoFrame() 112 VideoRotation rotation) { in CreateFrame() 128 VideoRotation rotation) { in CreateFrame()
|
D | rotation.h | 17 enum VideoRotation { enum
|
/external/webrtc/webrtc/modules/rtp_rtcp/source/ |
D | rtp_sender.h | 83 VideoRotation rotation) const = 0; 162 void SetVideoRotation(VideoRotation rotation); 208 VideoRotation rotation) const override; 416 VideoRotation rotation_;
|
/external/webrtc/talk/app/webrtc/java/jni/ |
D | native_handle_impl.cc | 42 void RotateMatrix(float a[16], webrtc::VideoRotation rotation) { in RotateMatrix() 167 webrtc::VideoRotation rotation) { in ScaleAndRotate()
|
D | native_handle_impl.h | 62 webrtc::VideoRotation rotation);
|
/external/webrtc/webrtc/test/ |
D | fake_texture_frame.cc | 21 VideoRotation rotation) { in CreateFrame()
|
D | fake_texture_frame.h | 27 VideoRotation rotation);
|
/external/webrtc/webrtc/modules/video_capture/ios/ |
D | rtc_video_capture_ios_objc.h | 26 @property webrtc::VideoRotation frameRotation;
|
D | device_info_ios.h | 49 VideoRotation& orientation) override;
|
/external/webrtc/webrtc/common_video/libyuv/include/ |
D | webrtc_libyuv.h | 116 VideoRotation rotation,
|
/external/webrtc/webrtc/common_video/libyuv/ |
D | webrtc_libyuv.cc | 178 libyuv::RotationMode ConvertRotationMode(VideoRotation rotation) { in ConvertRotationMode() 238 VideoRotation rotation, in ConvertToI420()
|
12