HomeSort by relevance Sort by last modified time
    Searched refs:rotation_ (Results 1 - 10 of 10) sorted by null

  /frameworks/native/libs/vr/libdvrcommon/include/private/dvr/
pose.h 18 : rotation_(Eigen::Quaternion<T>::Identity()),
26 : rotation_(rotation), position_(position) {}
29 rotation_ = rotation_.inverse();
30 position_ = rotation_ * -position_;
42 position_ = position_ + rotation_ * other.position_;
43 rotation_ = rotation_ * other.rotation_;
54 return rotation_ * v + position_
90 Eigen::Quaternion<T> rotation_; member in class:android::dvr::Pose
    [all...]
  /external/webrtc/webrtc/common_video/
video_frame.cc 56 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/
fakevideocapturer.h 53 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/
webrtcvideoframe.h 112 return rotation_;
127 rotation_ = rotation;
140 webrtc::VideoRotation rotation_; member in class:cricket::WebRtcVideoFrame
webrtcvideoframe.cc 46 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/
video_frame.h 129 VideoRotation rotation() const { return rotation_; }
131 rotation_ = rotation;
169 VideoRotation rotation_; member in class:webrtc::VideoFrame
  /external/webrtc/webrtc/modules/video_coding/
generic_encoder.h 143 VideoRotation rotation_; member in class:webrtc::VCMGenericEncoder
generic_encoder.cc 106 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/
rtp_sender.h 416 VideoRotation rotation_; member in class:webrtc::RTPSender
rtp_sender.cc 151 rotation_(kVideoRotation_0),
261 rotation_ = rotation;
    [all...]

Completed in 246 milliseconds