OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:rotation_
(Results
1 - 6
of
6
) sorted by null
/external/webrtc/talk/media/webrtc/
webrtcvideoframe.h
112
return
rotation_
;
127
rotation_
= rotation;
140
webrtc::VideoRotation
rotation_
;
member in class:cricket::WebRtcVideoFrame
/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/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/webrtc/modules/video_coding/
generic_encoder.h
143
VideoRotation
rotation_
;
member in class:webrtc::VCMGenericEncoder
/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/rtp_rtcp/source/
rtp_sender.h
416
VideoRotation
rotation_
;
member in class:webrtc::RTPSender
Completed in 342 milliseconds