Home
last modified time | relevance | path

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

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