OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rotation_
(Results
1 - 9
of
9
) sorted by null
/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 524 milliseconds