/external/webrtc/media/base/ |
D | fake_frame_source.h | 27 webrtc::VideoRotation GetRotation() const; 28 void SetRotation(webrtc::VideoRotation rotation); 36 webrtc::VideoRotation rotation, 44 webrtc::VideoRotation rotation_ = webrtc::kVideoRotation_0;
|
D | fake_frame_source.cc | 38 webrtc::VideoRotation FakeFrameSource::GetRotation() const { in GetRotation() 42 void FakeFrameSource::SetRotation(webrtc::VideoRotation rotation) { in SetRotation() 67 webrtc::VideoRotation rotation, in GetFrame()
|
D | fake_video_renderer.h | 44 webrtc::VideoRotation rotation() const { in rotation() 138 webrtc::VideoRotation rotation_ = webrtc::kVideoRotation_0;
|
/external/webrtc/api/video/ |
D | video_frame.h | 94 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_;
|
D | i420_buffer.h | 54 VideoRotation rotation); 57 VideoRotation rotation) { in Rotate()
|
D | video_frame.cc | 200 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()
|
D | video_rotation.h | 17 enum VideoRotation { enum
|
D | i010_buffer.h | 39 VideoRotation rotation);
|
/external/webrtc/modules/video_capture/ |
D | video_capture_impl.h | 50 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
|
D | video_capture.h | 54 VideoRotation& orientation) = 0; 100 virtual int32_t SetCaptureRotation(VideoRotation rotation) = 0;
|
D | video_capture_impl.cc | 35 VideoRotation* rotation) { in RotationFromDegrees() 56 int32_t VideoCaptureImpl::RotationInDegrees(VideoRotation rotation, in RotationInDegrees() 225 int32_t VideoCaptureImpl::SetCaptureRotation(VideoRotation rotation) { in SetCaptureRotation()
|
D | device_info_impl.h | 38 VideoRotation& orientation) override;
|
/external/webrtc/sdk/android/src/jni/ |
D | android_video_track_source.cc | 27 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/ |
D | rtp_cvo.h | 22 inline uint8_t ConvertVideoRotationToCVOByte(VideoRotation rotation) { in ConvertVideoRotationToCVOByte() 37 inline VideoRotation ConvertCVOByteToVideoRotation(uint8_t cvo_byte) { in ConvertCVOByteToVideoRotation()
|
/external/webrtc/modules/rtp_rtcp/source/ |
D | rtp_video_header.h | 70 VideoRotation rotation = VideoRotation::kVideoRotation_0;
|
D | rtp_header_extensions.h | 136 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/ |
D | frame_generator_capturer.h | 142 void SetFakeRotation(VideoRotation rotation); 166 VideoRotation fake_rotation_ = kVideoRotation_0;
|
D | fake_texture_frame.h | 27 VideoRotation rotation);
|
D | fake_texture_frame.cc | 23 VideoRotation rotation) { in CreateFrame()
|
/external/webrtc/sdk/objc/native/src/ |
D | objc_video_track_source.mm | 115 VideoRotation rotation = static_cast<VideoRotation>(frame.rotation);
|
/external/webrtc/modules/video_coding/ |
D | frame_object.h | 33 VideoRotation rotation,
|
D | encoded_frame.h | 83 VideoRotation rotation() const { return rotation_; } in rotation()
|
/external/webrtc/common_video/ |
D | video_frame_unittest.cc | 58 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/ |
D | rtx_receive_stream_unittest.cc | 174 VideoRotation rotation = kVideoRotation_0; in TEST() 184 VideoRotation rotation = kVideoRotation_0; in TEST()
|
/external/webrtc/video/ |
D | frame_encode_metadata_writer.h | 61 VideoRotation rotation = kVideoRotation_0;
|