OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VideoRotation
(Results
26 - 38
of
38
) sorted by null
1
2
/external/webrtc/webrtc/modules/rtp_rtcp/source/
rtp_sender.h
83
VideoRotation
rotation) const = 0;
162
void SetVideoRotation(
VideoRotation
rotation);
208
VideoRotation
rotation) const override;
416
VideoRotation
rotation_;
rtp_sender.cc
259
void RTPSender::SetVideoRotation(
VideoRotation
rotation) {
[
all
...]
rtp_sender_unittest.cc
54
const
VideoRotation
kRotation = kVideoRotation_270;
199
VideoRotation
rotation) {
220
rtp_header.extension.
videoRotation
);
351
EXPECT_EQ(0u, rtp_header.extension.
videoRotation
);
485
rtp_header.extension.
videoRotation
);
[
all
...]
/external/webrtc/talk/media/base/
videocapturer.h
93
webrtc::
VideoRotation
rotation; // rotation in degrees of the frame.
videoframe_unittest.h
99
webrtc::
VideoRotation
rotation,
119
webrtc::
VideoRotation
rotation,
150
webrtc::
VideoRotation
rotation,
[
all
...]
/external/webrtc/webrtc/common_video/
i420_video_frame_unittest.cc
90
const
VideoRotation
kRotation = kVideoRotation_270;
130
const
VideoRotation
kRotation = kVideoRotation_270;
/external/webrtc/webrtc/common_video/libyuv/
webrtc_libyuv.cc
178
libyuv::RotationMode ConvertRotationMode(
VideoRotation
rotation) {
238
VideoRotation
rotation,
/external/webrtc/webrtc/modules/video_capture/ios/
device_info_ios.mm
158
VideoRotation
& orientation) {
/external/webrtc/talk/app/webrtc/
androidvideocapturer.cc
67
captured_frame_.rotation = static_cast<webrtc::
VideoRotation
>(rotation);
/external/webrtc/webrtc/modules/video_capture/
device_info_impl.cc
354
VideoRotation
& orientation) {
/external/webrtc/webrtc/modules/video_capture/test/
video_capture_unittest.cc
180
void SetExpectedCaptureRotation(webrtc::
VideoRotation
rotation) {
193
webrtc::
VideoRotation
rotate_frame_;
/external/webrtc/talk/media/webrtc/
webrtcvideoframe_unittest.cc
59
webrtc::
VideoRotation
frame_rotation,
/external/webrtc/webrtc/modules/include/
module_common_types.h
242
VideoRotation
rotation;
Completed in 496 milliseconds
1
2