Home
last modified time | relevance | path

Searched refs:kVideoRotation_270 (Results 1 – 15 of 15) sorted by relevance

/external/webrtc/talk/media/webrtc/
Dwebrtcvideoframefactory_unittest.cc72 src_rotation == webrtc::kVideoRotation_270) { in VerifyFrame()
85 InitFrame(webrtc::kVideoRotation_270); in TestCreateAliasedFrame()
93 VerifyFrame(frame.get(), webrtc::kVideoRotation_270, new_width, new_height, in TestCreateAliasedFrame()
98 VerifyFrame(frame.get(), webrtc::kVideoRotation_270, new_width / 2, in TestCreateAliasedFrame()
106 VerifyFrame(frame.get(), webrtc::kVideoRotation_270, new_width / 2, in TestCreateAliasedFrame()
Dwebrtcvideoframe_unittest.cc98 || frame_rotation == webrtc::kVideoRotation_270)) { in TestInit()
346 applied90->SetRotation(webrtc::kVideoRotation_270); in TEST_F()
Dwebrtcvideoframe.cc289 GetVideoRotation() == webrtc::kVideoRotation_270) { in GetCopyWithRotationApplied()
/external/webrtc/webrtc/modules/rtp_rtcp/include/
Drtp_cvo.h29 case kVideoRotation_270: in ConvertVideoRotationToCVOByte()
46 return kVideoRotation_270; in ConvertCVOByteToVideoRotation()
/external/webrtc/webrtc/modules/video_capture/
Dvideo_capture_impl.cc59 *rotation = kVideoRotation_270; in RotationFromDegrees()
79 case kVideoRotation_270: in RotationInDegrees()
272 _rotateFrame == kVideoRotation_270) { in IncomingFrame()
/external/webrtc/webrtc/common_video/
Drotation.h21 kVideoRotation_270 = 270 enumerator
Di420_video_frame_unittest.cc90 const VideoRotation kRotation = kVideoRotation_270; in TEST()
130 const VideoRotation kRotation = kVideoRotation_270; in TEST()
/external/webrtc/talk/media/base/
Dvideoframefactory.cc55 input_frame->rotation == webrtc::kVideoRotation_270)) { in CreateAliasedFrame()
Dvideocapturer_unittest.cc255 capturer_.SetRotation(webrtc::kVideoRotation_270); in TEST_F()
309 capturer_.SetRotation(webrtc::kVideoRotation_270); in TEST_F()
Dvideoframe_unittest.h929 kWidth, kHeight, webrtc::kVideoRotation_270, in ConstructUyvyRotate270()
961 kWidth, kHeight, webrtc::kVideoRotation_270, in ConstructYuy2Rotate270()
1433 || rotation == webrtc::kVideoRotation_270)) { in Reset()
/external/webrtc/webrtc/common_video/libyuv/
Dwebrtc_libyuv.cc186 case kVideoRotation_270: in ConvertRotationMode()
244 if (rotation == kVideoRotation_90 || rotation == kVideoRotation_270) { in ConvertToI420()
Dlibyuv_unittest.cc317 0, kVideoRotation_270, &rotated_res_i420_frame)); in TEST_F()
/external/webrtc/webrtc/modules/video_capture/test/
Dvideo_capture_unittest.cc117 rotate_frame_ == webrtc::kVideoRotation_270) { in OnIncomingCapturedFrame()
554 EXPECT_EQ(0, capture_module_->SetCaptureRotation(webrtc::kVideoRotation_270)); in TEST_F()
555 capture_callback_.SetExpectedCaptureRotation(webrtc::kVideoRotation_270); in TEST_F()
/external/webrtc/talk/app/webrtc/java/jni/
Dnative_handle_impl.cc67 case webrtc::kVideoRotation_270: { in RotateMatrix()
/external/webrtc/webrtc/modules/rtp_rtcp/source/
Drtp_sender_unittest.cc54 const VideoRotation kRotation = kVideoRotation_270;