Searched refs:apply_rotation_ (Results 1 - 8 of 8) sorted by relevance

/external/webrtc/talk/media/base/
H A Dvideoframefactory.h43 VideoFrameFactory() : apply_rotation_(true) {}
65 void SetApplyRotation(bool enable) { apply_rotation_ = enable; }
68 bool apply_rotation_; member in class:cricket::VideoFrameFactory
H A Dvideoframefactory.cc53 if (apply_rotation_ &&
H A Dvideocapturer.h222 virtual bool GetApplyRotation() { return apply_rotation_; }
378 bool apply_rotation_; member in class:cricket::VideoCapturer
H A Dvideocapturer.cc104 apply_rotation_(true) {
112 apply_rotation_(true) {
249 apply_rotation_ = enable;
251 frame_factory_->SetApplyRotation(apply_rotation_);
326 frame_factory->SetApplyRotation(apply_rotation_);
/external/webrtc/talk/media/webrtc/
H A Dwebrtcvideoframefactory.cc37 if (!frame->Init(aliased_frame, width, height, apply_rotation_)) {
/external/webrtc/webrtc/modules/video_capture/
H A Dvideo_capture_impl.h72 return apply_rotation_;
138 bool apply_rotation_; member in class:webrtc::videocapturemodule::VideoCaptureImpl
H A Dvideo_capture_impl.cc160 apply_rotation_(true) {
267 bool apply_rotation = apply_rotation_;
344 apply_rotation_ = enable;
/external/webrtc/talk/app/webrtc/
H A Dandroidvideocapturer.cc94 return apply_rotation_ ? frame->GetCopyWithRotationApplied()->Copy()
111 apply_rotation_ ? input_frame->rotation :
115 apply_rotation_ ? webrtc::kVideoRotation_0 : input_frame->rotation);

Completed in 168 milliseconds