Home
last modified time | relevance | path

Searched refs:rotation_ (Results 1 – 9 of 9) sorted by relevance

/external/webrtc/webrtc/common_video/
Dvideo_frame.cc56 rotation_(rotation) { in VideoFrame()
75 rotation_ = kVideoRotation_0; in CreateEmptyFrame()
121 rotation_ = rotation; in CreateFrame()
154 rotation_ = videoFrame.rotation_; in CopyFrame()
163 rotation_ = videoFrame.rotation_; in ShallowCopy()
171 rotation_ = kVideoRotation_0; in Reset()
/external/webrtc/talk/media/base/
Dfakevideocapturer.h53 rotation_(webrtc::kVideoRotation_0) { in FakeVideoCapturer()
128 frame.rotation = rotation_; in CaptureCustomFrame()
167 rotation_ = rotation; in SetRotation()
170 webrtc::VideoRotation GetRotation() { return rotation_; } in GetRotation()
177 webrtc::VideoRotation rotation_; variable
/external/webrtc/webrtc/
Dvideo_frame.h129 VideoRotation rotation() const { return rotation_; } in rotation()
131 rotation_ = rotation; in set_rotation()
169 VideoRotation rotation_; variable
/external/webrtc/talk/media/webrtc/
Dwebrtcvideoframe.cc46 rotation_(webrtc::kVideoRotation_0) {} in WebRtcVideoFrame()
56 rotation_(rotation) { in WebRtcVideoFrame()
153 video_frame_buffer_, time_stamp_ns_, rotation_); in Copy()
222 rotation_ = apply_rotation ? webrtc::kVideoRotation_0 : rotation; in Reset()
264 rotation_ = webrtc::kVideoRotation_0; in InitToEmptyBuffer()
Dwebrtcvideoframe.h112 return rotation_; in GetVideoRotation()
127 rotation_ = rotation; in SetRotation()
140 webrtc::VideoRotation rotation_; variable
/external/webrtc/webrtc/modules/video_coding/
Dgeneric_encoder.cc106 rotation_(kVideoRotation_0),
145 rotation_ = inputFrame.rotation(); in Encode()
152 vcm_encoded_frame_callback_->SetRotation(rotation_); in Encode()
Dgeneric_encoder.h143 VideoRotation rotation_; variable
/external/webrtc/webrtc/modules/rtp_rtcp/source/
Drtp_sender.cc151 rotation_(kVideoRotation_0), in RTPSender()
261 rotation_ = rotation; in SetVideoRotation()
1413 data_buffer[pos++] = ConvertVideoRotationToCVOByte(rotation_); in BuildVideoRotationExtension()
Drtp_sender.h416 VideoRotation rotation_; variable