Searched refs:apply_rotation_ (Results 1 – 8 of 8) sorted by relevance
43 VideoFrameFactory() : apply_rotation_(true) {} in VideoFrameFactory()65 void SetApplyRotation(bool enable) { apply_rotation_ = enable; } in SetApplyRotation()68 bool apply_rotation_;
104 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()
222 virtual bool GetApplyRotation() { return apply_rotation_; } in GetApplyRotation()378 bool apply_rotation_; variable
53 if (apply_rotation_ && in CreateAliasedFrame()
72 return apply_rotation_; in GetApplyRotation()138 bool apply_rotation_; variable
160 apply_rotation_(true) { in VideoCaptureImpl()267 bool apply_rotation = apply_rotation_; in IncomingFrame()344 apply_rotation_ = enable; in SetApplyRotation()
94 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()
37 if (!frame->Init(aliased_frame, width, height, apply_rotation_)) { in CreateAliasedFrame()