Home
last modified time | relevance | path

Searched refs:SetApplyRotation (Results 1 – 14 of 14) sorted by relevance

/external/webrtc/talk/media/webrtc/
Dwebrtcvideocapturer.cc224 SetApplyRotation(module_->GetApplyRotation()); in Init()
263 bool WebRtcVideoCapturer::SetApplyRotation(bool enable) { in SetApplyRotation() function in cricket::WebRtcVideoCapturer
276 if (!VideoCapturer::SetApplyRotation(enable)) { in SetApplyRotation()
279 return module_->SetApplyRotation(enable); in SetApplyRotation()
Dwebrtcvideocapturer.h76 virtual bool SetApplyRotation(bool enable);
Dfakewebrtcvideocapturemodule.h94 bool SetApplyRotation(bool enable) override { in SetApplyRotation() function
Dwebrtcvideoframefactory_unittest.cc84 factory.SetApplyRotation(apply_rotation); in TestCreateAliasedFrame()
Dwebrtcvideoengine2.h265 void SetApplyRotation(bool apply_rotation);
Dwebrtcvideoengine2.cc1269 capturer->SetApplyRotation( in SetCapturer()
1431 it->second->SetApplyRotation(!cvo_extension); in SetSendRtpHeaderExtensions()
1800 void WebRtcVideoChannel2::WebRtcVideoSendStream::SetApplyRotation( in SetApplyRotation() function in cricket::WebRtcVideoChannel2::WebRtcVideoSendStream
1806 capturer_->SetApplyRotation(apply_rotation); in SetApplyRotation()
/external/webrtc/talk/media/base/
Dvideoframefactory.h65 void SetApplyRotation(bool enable) { apply_rotation_ = enable; } in SetApplyRotation() function
Dvideocapturer.cc248 bool VideoCapturer::SetApplyRotation(bool enable) { in SetApplyRotation() function in cricket::VideoCapturer
251 frame_factory_->SetApplyRotation(apply_rotation_); in SetApplyRotation()
326 frame_factory->SetApplyRotation(apply_rotation_); in set_frame_factory()
Dvideocapturer.h221 virtual bool SetApplyRotation(bool enable);
Dvideocapturer_unittest.cc278 capturer_.SetApplyRotation(false); in TEST_F()
/external/webrtc/webrtc/modules/video_capture/
Dvideo_capture.h142 virtual bool SetApplyRotation(bool enable) = 0;
Dvideo_capture_impl.h70 virtual bool SetApplyRotation(bool enable);
Dvideo_capture_impl.cc340 bool VideoCaptureImpl::SetApplyRotation(bool enable) { in SetApplyRotation() function in webrtc::videocapturemodule::VideoCaptureImpl
/external/webrtc/talk/app/webrtc/
Dandroidvideocapturer.cc161 SetApplyRotation(false); in AndroidVideoCapturer()