Home
last modified time | relevance | path

Searched refs:GetVideoRotation (Results 1 – 8 of 8) sorted by relevance

/external/webrtc/talk/media/webrtc/
Dwebrtcvideoframe.cc270 if (GetVideoRotation() == webrtc::kVideoRotation_0) { in GetCopyWithRotationApplied()
288 if (GetVideoRotation() == webrtc::kVideoRotation_90 || in GetCopyWithRotationApplied()
289 GetVideoRotation() == webrtc::kVideoRotation_270) { in GetCopyWithRotationApplied()
305 static_cast<libyuv::RotationMode>(GetVideoRotation())); in GetCopyWithRotationApplied()
Dwebrtcvideoframe_unittest.cc341 EXPECT_EQ(applied90->GetVideoRotation(), webrtc::kVideoRotation_0); in TEST_F()
350 EXPECT_EQ(applied360->GetVideoRotation(), webrtc::kVideoRotation_0); in TEST_F()
Dwebrtcvideoframe.h111 webrtc::VideoRotation GetVideoRotation() const override { in GetVideoRotation() function
Dwebrtcvideoengine2.cc1664 frame->GetVideoRotation()); in InputFrame()
/external/webrtc/talk/media/base/
Dvideoframe.h106 virtual int GetRotation() const { return GetVideoRotation(); } in GetRotation()
107 virtual webrtc::VideoRotation GetVideoRotation() const { in GetVideoRotation() function
Dvideoframe.cc216 dst->SetRotation(GetVideoRotation()); in StretchToFrame()
Dvideoframe_unittest.h1427 EXPECT_EQ(webrtc::kVideoRotation_0, frame1.GetVideoRotation()); in Reset()
1429 EXPECT_EQ(rotation, frame1.GetVideoRotation()); in Reset()
/external/webrtc/talk/app/webrtc/java/jni/
Dpeerconnection_jni.cc810 static_cast<int>(frame->GetVideoRotation()), in CricketToJavaI420Frame()
823 static_cast<int>(frame->GetVideoRotation()), in CricketToJavaTextureFrame()