Home
last modified time | relevance | path

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

123

/external/webrtc/media/base/
Dfake_frame_source.h27 webrtc::VideoRotation GetRotation() const;
28 void SetRotation(webrtc::VideoRotation rotation);
36 webrtc::VideoRotation rotation,
44 webrtc::VideoRotation rotation_ = webrtc::kVideoRotation_0;
Dfake_frame_source.cc38 webrtc::VideoRotation FakeFrameSource::GetRotation() const { in GetRotation()
42 void FakeFrameSource::SetRotation(webrtc::VideoRotation rotation) { in SetRotation()
67 webrtc::VideoRotation rotation, in GetFrame()
Dfake_video_renderer.h44 webrtc::VideoRotation rotation() const { in rotation()
138 webrtc::VideoRotation rotation_ = webrtc::kVideoRotation_0;
/external/webrtc/api/video/
Dvideo_frame.h94 Builder& set_rotation(VideoRotation rotation);
107 VideoRotation rotation_ = kVideoRotation_0;
115 webrtc::VideoRotation rotation,
120 VideoRotation rotation);
180 VideoRotation rotation() const { return rotation_; } in rotation()
181 void set_rotation(VideoRotation rotation) { rotation_ = rotation; } in set_rotation()
245 VideoRotation rotation,
256 VideoRotation rotation_;
Di420_buffer.h54 VideoRotation rotation);
57 VideoRotation rotation) { in Rotate()
Dvideo_frame.cc200 VideoFrame::Builder& VideoFrame::Builder::set_rotation(VideoRotation rotation) { in set_rotation()
236 webrtc::VideoRotation rotation, in VideoFrame()
247 VideoRotation rotation) in VideoFrame()
261 VideoRotation rotation, in VideoFrame()
Dvideo_rotation.h17 enum VideoRotation { enum
Di010_buffer.h39 VideoRotation rotation);
/external/webrtc/modules/video_capture/
Dvideo_capture_impl.h50 static int32_t RotationFromDegrees(int degrees, VideoRotation* rotation);
51 static int32_t RotationInDegrees(VideoRotation rotation, int* degrees);
58 int32_t SetCaptureRotation(VideoRotation rotation) override;
100 VideoRotation _rotateFrame; // Set if the frame should be rotated by the
Dvideo_capture.h54 VideoRotation& orientation) = 0;
100 virtual int32_t SetCaptureRotation(VideoRotation rotation) = 0;
Dvideo_capture_impl.cc35 VideoRotation* rotation) { in RotationFromDegrees()
56 int32_t VideoCaptureImpl::RotationInDegrees(VideoRotation rotation, in RotationInDegrees()
225 int32_t VideoCaptureImpl::SetCaptureRotation(VideoRotation rotation) { in SetCaptureRotation()
Ddevice_info_impl.h38 VideoRotation& orientation) override;
/external/webrtc/sdk/android/src/jni/
Dandroid_video_track_source.cc27 VideoRotation jintToVideoRotation(jint rotation) { in jintToVideoRotation()
30 return static_cast<VideoRotation>(rotation); in jintToVideoRotation()
100 const VideoRotation rotation = jintToVideoRotation(j_rotation); in AdaptFrame()
142 const VideoRotation rotation = jintToVideoRotation(j_rotation); in OnFrameCaptured()
/external/webrtc/modules/rtp_rtcp/include/
Drtp_cvo.h22 inline uint8_t ConvertVideoRotationToCVOByte(VideoRotation rotation) { in ConvertVideoRotationToCVOByte()
37 inline VideoRotation ConvertCVOByteToVideoRotation(uint8_t cvo_byte) { in ConvertCVOByteToVideoRotation()
/external/webrtc/modules/rtp_rtcp/source/
Drtp_video_header.h70 VideoRotation rotation = VideoRotation::kVideoRotation_0;
Drtp_header_extensions.h136 using value_type = VideoRotation;
141 static bool Parse(rtc::ArrayView<const uint8_t> data, VideoRotation* value);
142 static size_t ValueSize(VideoRotation) { return kValueSizeBytes; } in ValueSize() argument
143 static bool Write(rtc::ArrayView<uint8_t> data, VideoRotation value);
/external/webrtc/test/
Dframe_generator_capturer.h142 void SetFakeRotation(VideoRotation rotation);
166 VideoRotation fake_rotation_ = kVideoRotation_0;
Dfake_texture_frame.h27 VideoRotation rotation);
Dfake_texture_frame.cc23 VideoRotation rotation) { in CreateFrame()
/external/webrtc/sdk/objc/native/src/
Dobjc_video_track_source.mm115 VideoRotation rotation = static_cast<VideoRotation>(frame.rotation);
/external/webrtc/modules/video_coding/
Dframe_object.h33 VideoRotation rotation,
Dencoded_frame.h83 VideoRotation rotation() const { return rotation_; } in rotation()
/external/webrtc/common_video/
Dvideo_frame_unittest.cc58 VideoRotation rotation) { in Rotate()
194 webrtc::VideoRotation rotation, in CheckRotate()
303 const VideoRotation kRotation = kVideoRotation_270; in TEST()
500 std::tuple<webrtc::VideoRotation, VideoFrameBuffer::Type>> {};
503 const webrtc::VideoRotation rotation = std::get<0>(GetParam()); in TEST_P()
/external/webrtc/call/
Drtx_receive_stream_unittest.cc174 VideoRotation rotation = kVideoRotation_0; in TEST()
184 VideoRotation rotation = kVideoRotation_0; in TEST()
/external/webrtc/video/
Dframe_encode_metadata_writer.h61 VideoRotation rotation = kVideoRotation_0;

123