Searched refs:kVideoRotation_270 (Results 1 – 15 of 15) sorted by relevance
/external/webrtc/talk/media/webrtc/ |
D | webrtcvideoframefactory_unittest.cc | 72 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()
|
D | webrtcvideoframe_unittest.cc | 98 || frame_rotation == webrtc::kVideoRotation_270)) { in TestInit() 346 applied90->SetRotation(webrtc::kVideoRotation_270); in TEST_F()
|
D | webrtcvideoframe.cc | 289 GetVideoRotation() == webrtc::kVideoRotation_270) { in GetCopyWithRotationApplied()
|
/external/webrtc/webrtc/modules/rtp_rtcp/include/ |
D | rtp_cvo.h | 29 case kVideoRotation_270: in ConvertVideoRotationToCVOByte() 46 return kVideoRotation_270; in ConvertCVOByteToVideoRotation()
|
/external/webrtc/webrtc/modules/video_capture/ |
D | video_capture_impl.cc | 59 *rotation = kVideoRotation_270; in RotationFromDegrees() 79 case kVideoRotation_270: in RotationInDegrees() 272 _rotateFrame == kVideoRotation_270) { in IncomingFrame()
|
/external/webrtc/webrtc/common_video/ |
D | rotation.h | 21 kVideoRotation_270 = 270 enumerator
|
D | i420_video_frame_unittest.cc | 90 const VideoRotation kRotation = kVideoRotation_270; in TEST() 130 const VideoRotation kRotation = kVideoRotation_270; in TEST()
|
/external/webrtc/talk/media/base/ |
D | videoframefactory.cc | 55 input_frame->rotation == webrtc::kVideoRotation_270)) { in CreateAliasedFrame()
|
D | videocapturer_unittest.cc | 255 capturer_.SetRotation(webrtc::kVideoRotation_270); in TEST_F() 309 capturer_.SetRotation(webrtc::kVideoRotation_270); in TEST_F()
|
D | videoframe_unittest.h | 929 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/ |
D | webrtc_libyuv.cc | 186 case kVideoRotation_270: in ConvertRotationMode() 244 if (rotation == kVideoRotation_90 || rotation == kVideoRotation_270) { in ConvertToI420()
|
D | libyuv_unittest.cc | 317 0, kVideoRotation_270, &rotated_res_i420_frame)); in TEST_F()
|
/external/webrtc/webrtc/modules/video_capture/test/ |
D | video_capture_unittest.cc | 117 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/ |
D | native_handle_impl.cc | 67 case webrtc::kVideoRotation_270: { in RotateMatrix()
|
/external/webrtc/webrtc/modules/rtp_rtcp/source/ |
D | rtp_sender_unittest.cc | 54 const VideoRotation kRotation = kVideoRotation_270;
|