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

/external/webrtc/webrtc/common_video/
H A Dvideo_frame.cc56 rotation_(rotation) {
75 rotation_ = kVideoRotation_0;
121 rotation_ = rotation;
154 rotation_ = videoFrame.rotation_;
163 rotation_ = videoFrame.rotation_;
171 rotation_ = kVideoRotation_0;
/external/webrtc/talk/media/base/
H A Dfakevideocapturer.h53 rotation_(webrtc::kVideoRotation_0) {
128 frame.rotation = rotation_;
167 rotation_ = rotation;
170 webrtc::VideoRotation GetRotation() { return rotation_; }
177 webrtc::VideoRotation rotation_; member in class:cricket::FakeVideoCapturer
/external/webrtc/talk/media/webrtc/
H A Dwebrtcvideoframe.h112 return rotation_;
127 rotation_ = rotation;
140 webrtc::VideoRotation rotation_; member in class:cricket::WebRtcVideoFrame
H A Dwebrtcvideoframe.cc46 rotation_(webrtc::kVideoRotation_0) {}
56 rotation_(rotation) {
153 video_frame_buffer_, time_stamp_ns_, rotation_);
222 rotation_ = apply_rotation ? webrtc::kVideoRotation_0 : rotation;
264 rotation_ = webrtc::kVideoRotation_0;
/external/webrtc/webrtc/
H A Dvideo_frame.h129 VideoRotation rotation() const { return rotation_; }
131 rotation_ = rotation;
169 VideoRotation rotation_; member in class:webrtc::VideoFrame
/external/webrtc/webrtc/modules/video_coding/
H A Dgeneric_encoder.h143 VideoRotation rotation_; member in class:webrtc::VCMGenericEncoder
H A Dgeneric_encoder.cc106 rotation_(kVideoRotation_0),
145 rotation_ = inputFrame.rotation();
150 // TODO(pbos): Map from timestamp, this is racy (even if rotation_ is locked
152 vcm_encoded_frame_callback_->SetRotation(rotation_);
/external/webrtc/webrtc/modules/rtp_rtcp/source/
H A Drtp_sender.h416 VideoRotation rotation_; member in class:webrtc::RTPSender
H A Drtp_sender.cc151 rotation_(kVideoRotation_0),
261 rotation_ = rotation;
1413 data_buffer[pos++] = ConvertVideoRotationToCVOByte(rotation_);

Completed in 595 milliseconds