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

  /external/webrtc/talk/media/webrtc/
webrtcvideoframefactory_unittest.cc 66 EXPECT_EQ(dest_frame->GetRotation(), src_rotation);
70 EXPECT_EQ(dest_frame->GetRotation(), webrtc::kVideoRotation_0);
webrtcvideoframe_unittest.cc 92 EXPECT_EQ(webrtc::kVideoRotation_0, frame.GetRotation());
94 EXPECT_EQ(frame_rotation, frame.GetRotation());
  /external/pdfium/xfa/include/fwl/lightwidget/
picturebox.h 20 FX_FLOAT GetRotation();
  /external/webrtc/talk/media/base/
videoframe.h 105 // skeleton implementation of GetRotation once chrome is updated.
106 virtual int GetRotation() const { return GetVideoRotation(); }
fakevideocapturer.h 170 webrtc::VideoRotation GetRotation() { return rotation_; }
videocapturer_unittest.cc 72 EXPECT_EQ(webrtc::kVideoRotation_0, frame->GetRotation());
74 EXPECT_EQ(capturer_.GetRotation(), frame->GetRotation());
    [all...]
  /external/pdfium/core/src/fpdfdoc/
doc_formcontrol.cpp 199 int CPDF_FormControl::GetRotation() {
200 return GetMK().GetRotation();
328 int CPDF_ApSettings::GetRotation() const {