HomeSort by relevance Sort by last modified time
    Searched refs:GetVideoRotation (Results 1 - 8 of 8) sorted by null

  /external/webrtc/talk/media/base/
videoframe.h 104 // TODO(guoweis): Remove this function, rename GetVideoRotation and remove the
106 virtual int GetRotation() const { return GetVideoRotation(); }
107 virtual webrtc::VideoRotation GetVideoRotation() const {
videoframe.cc 216 dst->SetRotation(GetVideoRotation());
videoframe_unittest.h     [all...]
  /external/webrtc/talk/media/webrtc/
webrtcvideoframe.cc 270 if (GetVideoRotation() == webrtc::kVideoRotation_0) {
288 if (GetVideoRotation() == webrtc::kVideoRotation_90 ||
289 GetVideoRotation() == webrtc::kVideoRotation_270) {
305 static_cast<libyuv::RotationMode>(GetVideoRotation()));
webrtcvideoframe.h 111 webrtc::VideoRotation GetVideoRotation() const override {
webrtcvideoframe_unittest.cc 341 EXPECT_EQ(applied90->GetVideoRotation(), webrtc::kVideoRotation_0);
350 EXPECT_EQ(applied360->GetVideoRotation(), webrtc::kVideoRotation_0);
webrtcvideoengine2.cc     [all...]
  /external/webrtc/talk/app/webrtc/java/jni/
peerconnection_jni.cc     [all...]

Completed in 973 milliseconds