HomeSort by relevance Sort by last modified time
    Searched refs:SetApplyRotation (Results 1 - 14 of 14) sorted by null

  /external/webrtc/talk/media/base/
videoframefactory.h 65 void SetApplyRotation(bool enable) { apply_rotation_ = enable; }
videocapturer.h 221 virtual bool SetApplyRotation(bool enable);
videocapturer.cc 248 bool VideoCapturer::SetApplyRotation(bool enable) {
251 frame_factory_->SetApplyRotation(apply_rotation_);
326 frame_factory->SetApplyRotation(apply_rotation_);
videocapturer_unittest.cc 278 capturer_.SetApplyRotation(false);
    [all...]
  /external/webrtc/talk/media/webrtc/
webrtcvideocapturer.h 76 virtual bool SetApplyRotation(bool enable);
fakewebrtcvideocapturemodule.h 94 bool SetApplyRotation(bool enable) override {
webrtcvideocapturer.cc 224 SetApplyRotation(module_->GetApplyRotation());
263 bool WebRtcVideoCapturer::SetApplyRotation(bool enable) {
276 if (!VideoCapturer::SetApplyRotation(enable)) {
279 return module_->SetApplyRotation(enable);
webrtcvideoframefactory_unittest.cc 84 factory.SetApplyRotation(apply_rotation);
webrtcvideoengine2.h 265 void SetApplyRotation(bool apply_rotation);
webrtcvideoengine2.cc     [all...]
  /external/webrtc/webrtc/modules/video_capture/
video_capture.h 142 virtual bool SetApplyRotation(bool enable) = 0;
video_capture_impl.h 70 virtual bool SetApplyRotation(bool enable);
video_capture_impl.cc 266 // SetApplyRotation doesn't take any lock. Make a local copy here.
340 bool VideoCaptureImpl::SetApplyRotation(bool enable) {
  /external/webrtc/talk/app/webrtc/
androidvideocapturer.cc 161 SetApplyRotation(false);

Completed in 121 milliseconds