Home
last modified time | relevance | path

Searched refs:SetRotation (Results 1 – 13 of 13) sorted by relevance

/external/webrtc/talk/media/webrtc/
Dwebrtcvideoframe_unittest.cc38 using cricket::WebRtcVideoFrame::SetRotation;
334 applied0.SetRotation(webrtc::kVideoRotation_90); in TEST_F()
346 applied90->SetRotation(webrtc::kVideoRotation_270); in TEST_F()
Dwebrtcvideoframe.h126 void SetRotation(webrtc::VideoRotation rotation) override { in SetRotation() function
/external/webrtc/talk/media/base/
Dvideocapturer_unittest.cc251 capturer_.SetRotation(webrtc::kVideoRotation_90); in TEST_F()
255 capturer_.SetRotation(webrtc::kVideoRotation_270); in TEST_F()
262 capturer_.SetRotation(webrtc::kVideoRotation_180); in TEST_F()
297 capturer_.SetRotation(webrtc::kVideoRotation_0); in TEST_F()
301 capturer_.SetRotation(webrtc::kVideoRotation_90); in TEST_F()
305 capturer_.SetRotation(webrtc::kVideoRotation_180); in TEST_F()
309 capturer_.SetRotation(webrtc::kVideoRotation_270); in TEST_F()
Dvideoframe.h215 virtual void SetRotation(webrtc::VideoRotation rotation) = 0;
Dfakevideocapturer.h166 void SetRotation(webrtc::VideoRotation rotation) { in SetRotation() function
Dvideoframe.cc216 dst->SetRotation(GetVideoRotation()); in StretchToFrame()
/external/webrtc/talk/app/webrtc/
Dvideotrack_unittest.cc49 using cricket::WebRtcVideoFrame::SetRotation;
/external/pdfium/xfa/include/fwl/lightwidget/
Dpicturebox.h21 FWL_ERR SetRotation(FX_FLOAT fRotation);
/external/webrtc/webrtc/modules/video_coding/
Dgeneric_encoder.h70 void SetRotation(VideoRotation rotation) { _rotation = rotation; } in SetRotation() function
Dgeneric_encoder.cc152 vcm_encoded_frame_callback_->SetRotation(rotation_); in Encode()
/external/pdfium/xfa/src/fwl/src/lightwidget/
Dpicturebox.cpp40 FWL_ERR CFWL_PictureBox::SetRotation(FX_FLOAT fRotation) { in SetRotation() function in CFWL_PictureBox
/external/pdfium/fpdfsdk/src/javascript/
DField.h401 static void SetRotation(CPDFSDK_Document* pDocument,
DField.cpp2285 Field::SetRotation(m_pDocument, m_FieldName, m_nFormControlIndex, nVP); in rotation()
2303 void Field::SetRotation(CPDFSDK_Document* pDocument, in SetRotation() function in Field
3588 Field::SetRotation(pDocument, pData->sFieldName, pData->nControlIndex, in DoDelay()