Home
last modified time | relevance | path

Searched refs:kVideoRotation_90 (Results 1 – 16 of 16) sorted by relevance

/external/webrtc/webrtc/modules/rtp_rtcp/include/
Drtp_cvo.h25 case kVideoRotation_90: in ConvertVideoRotationToCVOByte()
41 return kVideoRotation_90; in ConvertCVOByteToVideoRotation()
/external/webrtc/talk/media/webrtc/
Dwebrtcvideoframe_unittest.cc97 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()
Dwebrtcvideoframefactory_unittest.cc71 if (src_rotation == webrtc::kVideoRotation_90 || in VerifyFrame()
Dwebrtcvideoframe.cc288 if (GetVideoRotation() == webrtc::kVideoRotation_90 || in GetCopyWithRotationApplied()
/external/webrtc/webrtc/modules/video_capture/
Dvideo_capture_impl.cc53 *rotation = kVideoRotation_90; in RotationFromDegrees()
73 case kVideoRotation_90: in RotationInDegrees()
271 if (_rotateFrame == kVideoRotation_90 || in IncomingFrame()
/external/webrtc/webrtc/common_video/
Drotation.h19 kVideoRotation_90 = 90, enumerator
Di420_video_frame_unittest.cc165 frame2.set_rotation(kVideoRotation_90); in TEST()
/external/webrtc/talk/media/base/
Dvideoframefactory.cc54 (input_frame->rotation == webrtc::kVideoRotation_90 || in CreateAliasedFrame()
Dvideoframe_unittest.h908 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()
Dvideocapturer_unittest.cc251 capturer_.SetRotation(webrtc::kVideoRotation_90); in TEST_F()
301 capturer_.SetRotation(webrtc::kVideoRotation_90); in TEST_F()
/external/webrtc/webrtc/common_video/libyuv/
Dwebrtc_libyuv.cc182 case kVideoRotation_90: in ConvertRotationMode()
244 if (rotation == kVideoRotation_90 || rotation == kVideoRotation_270) { in ConvertToI420()
Dlibyuv_unittest.cc315 0, kVideoRotation_90, &rotated_res_i420_frame)); in TEST_F()
/external/webrtc/webrtc/modules/video_capture/test/
Dvideo_capture_unittest.cc116 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/
Dnative_handle_impl.cc49 case webrtc::kVideoRotation_90: { in RotateMatrix()
/external/webrtc/webrtc/modules/video_capture/ios/
Ddevice_info_ios.mm162 orientation = kVideoRotation_90;
/external/webrtc/webrtc/modules/rtp_rtcp/source/
Drtp_sender_unittest.cc1399 hdr.rotation = kVideoRotation_90; in TEST_F()