Home
last modified time | relevance | path

Searched refs:SetRotation (Results 1 – 11 of 11) 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/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/fpdfsdk/javascript/
DField.h417 static void SetRotation(CPDFSDK_FormFillEnvironment* pFormFillEnv,
DField.cpp2177 Field::SetRotation(m_pFormFillEnv.Get(), m_FieldName, m_nFormControlIndex, in rotation()
2195 void Field::SetRotation(CPDFSDK_FormFillEnvironment* pFormFillEnv, in SetRotation() function in Field
3365 Field::SetRotation(pFormFillEnv, pData->sFieldName, pData->nControlIndex, in DoDelay()