Searched refs:kVideoRotation_180 (Results 1 – 9 of 9) sorted by relevance
/external/webrtc/webrtc/modules/rtp_rtcp/include/ |
D | rtp_cvo.h | 27 case kVideoRotation_180: in ConvertVideoRotationToCVOByte() 43 return kVideoRotation_180; in ConvertCVOByteToVideoRotation()
|
/external/webrtc/webrtc/common_video/ |
D | rotation.h | 20 kVideoRotation_180 = 180, enumerator
|
/external/webrtc/webrtc/modules/video_capture/ |
D | video_capture_impl.cc | 56 *rotation = kVideoRotation_180; in RotationFromDegrees() 76 case kVideoRotation_180: in RotationInDegrees()
|
/external/webrtc/talk/app/webrtc/java/jni/ |
D | native_handle_impl.cc | 57 case webrtc::kVideoRotation_180: { in RotateMatrix()
|
/external/webrtc/webrtc/modules/video_capture/test/ |
D | video_capture_unittest.cc | 550 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/ |
D | webrtc_libyuv.cc | 184 case kVideoRotation_180: in ConvertRotationMode()
|
D | libyuv_unittest.cc | 322 0, kVideoRotation_180, &rotated_res_i420_frame)); in TEST_F()
|
/external/webrtc/talk/media/base/ |
D | videocapturer_unittest.cc | 262 capturer_.SetRotation(webrtc::kVideoRotation_180); in TEST_F() 305 capturer_.SetRotation(webrtc::kVideoRotation_180); in TEST_F()
|
D | videoframe_unittest.h | 824 webrtc::kVideoRotation_180, &frame1)); \ 918 kWidth, kHeight, webrtc::kVideoRotation_180, in ConstructUyvyRotate180() 950 kWidth, kHeight, webrtc::kVideoRotation_180, in ConstructYuy2Rotate180()
|