Searched defs:SetApplyRotation (Results 1 - 5 of 5) sorted by relevance

/external/webrtc/talk/media/base/
H A Dvideoframefactory.h65 void SetApplyRotation(bool enable) { apply_rotation_ = enable; } function in class:cricket::VideoFrameFactory
H A Dvideocapturer.cc248 bool VideoCapturer::SetApplyRotation(bool enable) { function in class:cricket::VideoCapturer
251 frame_factory_->SetApplyRotation(apply_rotation_);
326 frame_factory->SetApplyRotation(apply_rotation_);
/external/webrtc/talk/media/webrtc/
H A Dwebrtcvideocapturer.cc224 SetApplyRotation(module_->GetApplyRotation());
263 bool WebRtcVideoCapturer::SetApplyRotation(bool enable) { function in class:cricket::WebRtcVideoCapturer
276 if (!VideoCapturer::SetApplyRotation(enable)) {
279 return module_->SetApplyRotation(enable);
H A Dwebrtcvideoengine2.cc1269 capturer->SetApplyRotation(
1431 it->second->SetApplyRotation(!cvo_extension);
1800 void WebRtcVideoChannel2::WebRtcVideoSendStream::SetApplyRotation( function in class:cricket::WebRtcVideoChannel2::WebRtcVideoSendStream
1806 capturer_->SetApplyRotation(apply_rotation);
/external/webrtc/webrtc/modules/video_capture/
H A Dvideo_capture_impl.cc266 // SetApplyRotation doesn't take any lock. Make a local copy here.
340 bool VideoCaptureImpl::SetApplyRotation(bool enable) { function in class:webrtc::videocapturemodule::VideoCaptureImpl

Completed in 95 milliseconds