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

/external/webrtc/talk/media/webrtc/
H A Dwebrtcvideoframe.cc270 if (GetVideoRotation() == webrtc::kVideoRotation_0) {
288 if (GetVideoRotation() == webrtc::kVideoRotation_90 ||
289 GetVideoRotation() == webrtc::kVideoRotation_270) {
305 static_cast<libyuv::RotationMode>(GetVideoRotation()));
H A Dwebrtcvideoframe.h111 webrtc::VideoRotation GetVideoRotation() const override {
H A Dwebrtcvideoframe_unittest.cc341 EXPECT_EQ(applied90->GetVideoRotation(), webrtc::kVideoRotation_0);
350 EXPECT_EQ(applied360->GetVideoRotation(), webrtc::kVideoRotation_0);
H A Dwebrtcvideoengine2.cc1664 frame->GetVideoRotation());
/external/webrtc/talk/media/base/
H A Dvideoframe.h104 // TODO(guoweis): Remove this function, rename GetVideoRotation and remove the
106 virtual int GetRotation() const { return GetVideoRotation(); }
107 virtual webrtc::VideoRotation GetVideoRotation() const { function in class:cricket::VideoFrame
H A Dvideoframe.cc216 dst->SetRotation(GetVideoRotation());
H A Dvideoframe_unittest.h1427 EXPECT_EQ(webrtc::kVideoRotation_0, frame1.GetVideoRotation());
1429 EXPECT_EQ(rotation, frame1.GetVideoRotation());
/external/webrtc/talk/app/webrtc/java/jni/
H A Dpeerconnection_jni.cc810 static_cast<int>(frame->GetVideoRotation()),
823 static_cast<int>(frame->GetVideoRotation()),

Completed in 142 milliseconds