Searched refs:kVideoRotation_90 (Results 1 – 16 of 16) sorted by relevance
/external/webrtc/webrtc/modules/rtp_rtcp/include/ |
D | rtp_cvo.h | 25 case kVideoRotation_90: in ConvertVideoRotationToCVOByte() 41 return kVideoRotation_90; in ConvertCVOByteToVideoRotation()
|
/external/webrtc/talk/media/webrtc/ |
D | webrtcvideoframe_unittest.cc | 97 if (apply_rotation && (frame_rotation == webrtc::kVideoRotation_90 in TestInit() 289 TestInit(640, 360, webrtc::kVideoRotation_90, true); in TEST_F() 293 TestInit(640, 360, webrtc::kVideoRotation_90, false); in TEST_F() 334 applied0.SetRotation(webrtc::kVideoRotation_90); in TEST_F()
|
D | webrtcvideoframefactory_unittest.cc | 71 if (src_rotation == webrtc::kVideoRotation_90 || in VerifyFrame()
|
D | webrtcvideoframe.cc | 288 if (GetVideoRotation() == webrtc::kVideoRotation_90 || in GetCopyWithRotationApplied()
|
/external/webrtc/webrtc/modules/video_capture/ |
D | video_capture_impl.cc | 53 *rotation = kVideoRotation_90; in RotationFromDegrees() 73 case kVideoRotation_90: in RotationInDegrees() 271 if (_rotateFrame == kVideoRotation_90 || in IncomingFrame()
|
/external/webrtc/webrtc/common_video/ |
D | rotation.h | 19 kVideoRotation_90 = 90, enumerator
|
D | i420_video_frame_unittest.cc | 165 frame2.set_rotation(kVideoRotation_90); in TEST()
|
/external/webrtc/talk/media/base/ |
D | videoframefactory.cc | 54 (input_frame->rotation == webrtc::kVideoRotation_90 || in CreateAliasedFrame()
|
D | videoframe_unittest.h | 908 kWidth, kHeight, webrtc::kVideoRotation_90, &frame2)); in ConstructUyvyRotate90() 940 kWidth, kHeight, webrtc::kVideoRotation_90, &frame2)); in ConstructYuy2Rotate90() 1432 if (apply_rotation && (rotation == webrtc::kVideoRotation_90 in Reset() 1445 Reset(webrtc::kVideoRotation_90, true); in ResetAndApplyRotation() 1449 Reset(webrtc::kVideoRotation_90, false); in ResetAndDontApplyRotation()
|
D | videocapturer_unittest.cc | 251 capturer_.SetRotation(webrtc::kVideoRotation_90); in TEST_F() 301 capturer_.SetRotation(webrtc::kVideoRotation_90); in TEST_F()
|
/external/webrtc/webrtc/common_video/libyuv/ |
D | webrtc_libyuv.cc | 182 case kVideoRotation_90: in ConvertRotationMode() 244 if (rotation == kVideoRotation_90 || rotation == kVideoRotation_270) { in ConvertToI420()
|
D | libyuv_unittest.cc | 315 0, kVideoRotation_90, &rotated_res_i420_frame)); in TEST_F()
|
/external/webrtc/webrtc/modules/video_capture/test/ |
D | video_capture_unittest.cc | 116 if (rotate_frame_ == webrtc::kVideoRotation_90 || in OnIncomingCapturedFrame() 546 EXPECT_EQ(0, capture_module_->SetCaptureRotation(webrtc::kVideoRotation_90)); in TEST_F() 547 capture_callback_.SetExpectedCaptureRotation(webrtc::kVideoRotation_90); in TEST_F()
|
/external/webrtc/talk/app/webrtc/java/jni/ |
D | native_handle_impl.cc | 49 case webrtc::kVideoRotation_90: { in RotateMatrix()
|
/external/webrtc/webrtc/modules/video_capture/ios/ |
D | device_info_ios.mm | 162 orientation = kVideoRotation_90;
|
/external/webrtc/webrtc/modules/rtp_rtcp/source/ |
D | rtp_sender_unittest.cc | 1399 hdr.rotation = kVideoRotation_90; in TEST_F()
|