Searched refs:SetApplyRotation (Results 1 – 14 of 14) sorted by relevance
224 SetApplyRotation(module_->GetApplyRotation()); in Init()263 bool WebRtcVideoCapturer::SetApplyRotation(bool enable) { in SetApplyRotation() function in cricket::WebRtcVideoCapturer276 if (!VideoCapturer::SetApplyRotation(enable)) { in SetApplyRotation()279 return module_->SetApplyRotation(enable); in SetApplyRotation()
76 virtual bool SetApplyRotation(bool enable);
94 bool SetApplyRotation(bool enable) override { in SetApplyRotation() function
84 factory.SetApplyRotation(apply_rotation); in TestCreateAliasedFrame()
265 void SetApplyRotation(bool apply_rotation);
1269 capturer->SetApplyRotation( in SetCapturer()1431 it->second->SetApplyRotation(!cvo_extension); in SetSendRtpHeaderExtensions()1800 void WebRtcVideoChannel2::WebRtcVideoSendStream::SetApplyRotation( in SetApplyRotation() function in cricket::WebRtcVideoChannel2::WebRtcVideoSendStream1806 capturer_->SetApplyRotation(apply_rotation); in SetApplyRotation()
65 void SetApplyRotation(bool enable) { apply_rotation_ = enable; } in SetApplyRotation() function
248 bool VideoCapturer::SetApplyRotation(bool enable) { in SetApplyRotation() function in cricket::VideoCapturer251 frame_factory_->SetApplyRotation(apply_rotation_); in SetApplyRotation()326 frame_factory->SetApplyRotation(apply_rotation_); in set_frame_factory()
221 virtual bool SetApplyRotation(bool enable);
278 capturer_.SetApplyRotation(false); in TEST_F()
142 virtual bool SetApplyRotation(bool enable) = 0;
70 virtual bool SetApplyRotation(bool enable);
340 bool VideoCaptureImpl::SetApplyRotation(bool enable) { in SetApplyRotation() function in webrtc::videocapturemodule::VideoCaptureImpl
161 SetApplyRotation(false); in AndroidVideoCapturer()