OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kVideoRotation_180
(Results
1 - 9
of
9
) sorted by null
/external/webrtc/webrtc/common_video/
rotation.h
20
kVideoRotation_180
= 180,
/external/webrtc/webrtc/modules/rtp_rtcp/include/
rtp_cvo.h
27
case
kVideoRotation_180
:
43
return
kVideoRotation_180
;
/external/webrtc/webrtc/modules/video_capture/
video_capture_impl.cc
56
*rotation =
kVideoRotation_180
;
76
case
kVideoRotation_180
:
/external/webrtc/talk/app/webrtc/java/jni/
native_handle_impl.cc
57
case webrtc::
kVideoRotation_180
: {
/external/webrtc/webrtc/modules/video_capture/test/
video_capture_unittest.cc
550
EXPECT_EQ(0, capture_module_->SetCaptureRotation(webrtc::
kVideoRotation_180
));
551
capture_callback_.SetExpectedCaptureRotation(webrtc::
kVideoRotation_180
);
/external/webrtc/webrtc/common_video/libyuv/
webrtc_libyuv.cc
184
case
kVideoRotation_180
:
libyuv_unittest.cc
322
0,
kVideoRotation_180
, &rotated_res_i420_frame));
/external/webrtc/talk/media/base/
videocapturer_unittest.cc
262
capturer_.SetRotation(webrtc::
kVideoRotation_180
);
305
capturer_.SetRotation(webrtc::
kVideoRotation_180
);
[
all
...]
videoframe_unittest.h
824
webrtc::
kVideoRotation_180
, &frame1)); \
[
all
...]
Completed in 161 milliseconds