HomeSort by relevance Sort by last modified time
    Searched defs:apply_rotation_ (Results 1 - 3 of 3) sorted by null

  /external/webrtc/talk/media/base/
videoframefactory.h 43 VideoFrameFactory() : apply_rotation_(true) {}
65 void SetApplyRotation(bool enable) { apply_rotation_ = enable; }
68 bool apply_rotation_; member in class:cricket::VideoFrameFactory
videocapturer.h 222 virtual bool GetApplyRotation() { return apply_rotation_; }
378 bool apply_rotation_; member in class:cricket::VideoCapturer
  /external/webrtc/webrtc/modules/video_capture/
video_capture_impl.h 72 return apply_rotation_;
138 bool apply_rotation_; member in class:webrtc::videocapturemodule::VideoCaptureImpl

Completed in 293 milliseconds