Home
last modified time | relevance | path

Searched refs:kVideoRotation_180 (Results 1 – 9 of 9) sorted by relevance

/external/webrtc/webrtc/modules/rtp_rtcp/include/
Drtp_cvo.h27 case kVideoRotation_180: in ConvertVideoRotationToCVOByte()
43 return kVideoRotation_180; in ConvertCVOByteToVideoRotation()
/external/webrtc/webrtc/common_video/
Drotation.h20 kVideoRotation_180 = 180, enumerator
/external/webrtc/webrtc/modules/video_capture/
Dvideo_capture_impl.cc56 *rotation = kVideoRotation_180; in RotationFromDegrees()
76 case kVideoRotation_180: in RotationInDegrees()
/external/webrtc/talk/app/webrtc/java/jni/
Dnative_handle_impl.cc57 case webrtc::kVideoRotation_180: { in RotateMatrix()
/external/webrtc/webrtc/modules/video_capture/test/
Dvideo_capture_unittest.cc550 EXPECT_EQ(0, capture_module_->SetCaptureRotation(webrtc::kVideoRotation_180)); in TEST_F()
551 capture_callback_.SetExpectedCaptureRotation(webrtc::kVideoRotation_180); in TEST_F()
/external/webrtc/webrtc/common_video/libyuv/
Dwebrtc_libyuv.cc184 case kVideoRotation_180: in ConvertRotationMode()
Dlibyuv_unittest.cc322 0, kVideoRotation_180, &rotated_res_i420_frame)); in TEST_F()
/external/webrtc/talk/media/base/
Dvideocapturer_unittest.cc262 capturer_.SetRotation(webrtc::kVideoRotation_180); in TEST_F()
305 capturer_.SetRotation(webrtc::kVideoRotation_180); in TEST_F()
Dvideoframe_unittest.h824 webrtc::kVideoRotation_180, &frame1)); \
918 kWidth, kHeight, webrtc::kVideoRotation_180, in ConstructUyvyRotate180()
950 kWidth, kHeight, webrtc::kVideoRotation_180, in ConstructYuy2Rotate180()