Searched refs:GetRotation (Results 1 - 11 of 11) sorted by relevance

/external/webrtc/talk/media/webrtc/
H A Dwebrtcvideoframefactory_unittest.cc66 EXPECT_EQ(dest_frame->GetRotation(), src_rotation);
70 EXPECT_EQ(dest_frame->GetRotation(), webrtc::kVideoRotation_0);
H A Dwebrtcvideoframe_unittest.cc92 EXPECT_EQ(webrtc::kVideoRotation_0, frame.GetRotation());
94 EXPECT_EQ(frame_rotation, frame.GetRotation());
/external/pdfium/core/fpdfdoc/
H A Dcpdf_apsettings.h24 int GetRotation() const;
H A Dcpdf_formcontrol.h71 int GetRotation();
H A Dcpdf_apsettings.cpp21 int CPDF_ApSettings::GetRotation() const { function in class:CPDF_ApSettings
H A Dcpdf_formcontrol.cpp210 int CPDF_FormControl::GetRotation() { function in class:CPDF_FormControl
211 return GetMK().GetRotation();
/external/webrtc/talk/media/base/
H A Dfakevideocapturer.h170 webrtc::VideoRotation GetRotation() { return rotation_; } function in class:cricket::FakeVideoCapturer
H A Dvideoframe.h105 // skeleton implementation of GetRotation once chrome is updated.
106 virtual int GetRotation() const { return GetVideoRotation(); } function in class:cricket::VideoFrame
H A Dvideocapturer_unittest.cc72 EXPECT_EQ(webrtc::kVideoRotation_0, frame->GetRotation());
74 EXPECT_EQ(capturer_.GetRotation(), frame->GetRotation());
/external/pdfium/fpdfsdk/
H A Dcpdfsdk_widget.cpp550 return pCtrl->GetRotation() % 360;
1665 switch (abs(pControl->GetRotation() % 360)) {
1728 switch (abs(pControl->GetRotation() % 360)) {
/external/pdfium/fpdfsdk/javascript/
H A DField.cpp2191 vp << (int32_t)pFormControl->GetRotation();

Completed in 184 milliseconds