Searched refs:GetVideoRotation (Results 1 – 8 of 8) sorted by relevance
270 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()
341 EXPECT_EQ(applied90->GetVideoRotation(), webrtc::kVideoRotation_0); in TEST_F()350 EXPECT_EQ(applied360->GetVideoRotation(), webrtc::kVideoRotation_0); in TEST_F()
111 webrtc::VideoRotation GetVideoRotation() const override { in GetVideoRotation() function
1664 frame->GetVideoRotation()); in InputFrame()
106 virtual int GetRotation() const { return GetVideoRotation(); } in GetRotation()107 virtual webrtc::VideoRotation GetVideoRotation() const { in GetVideoRotation() function
216 dst->SetRotation(GetVideoRotation()); in StretchToFrame()
1427 EXPECT_EQ(webrtc::kVideoRotation_0, frame1.GetVideoRotation()); in Reset()1429 EXPECT_EQ(rotation, frame1.GetVideoRotation()); in Reset()
810 static_cast<int>(frame->GetVideoRotation()), in CricketToJavaI420Frame()823 static_cast<int>(frame->GetVideoRotation()), in CricketToJavaTextureFrame()