Searched refs:IsScreencast (Results 1 – 12 of 12) sorted by relevance
57 bool IsScreencast() const override;
90 bool RemoteVideoCapturer::IsScreencast() const { in IsScreencast() function in webrtc::RemoteVideoCapturer
92 bool IsScreencast() const override { return false; } in IsScreencast() function
364 if (video_capturer_->IsScreencast()) { in Initialize()385 if (video_capturer_->IsScreencast()) { in Initialize()
49 bool IsScreencast() const override { in IsScreencast() function
69 virtual bool IsScreencast() const { return false; } in IsScreencast() function
121 virtual bool IsScreencast() const { return false; } in IsScreencast() function
75 virtual bool IsScreencast() const { return false; } in IsScreencast() function
1530 && !kv.second->IsScreencast() in OnLoadUpdate()1698 video_frame.width(), video_frame.height(), capturer->IsScreencast()); in InputFrame()
360 if (IsScreencast()) { in OnFrameCaptured()491 if (can_crop && !IsScreencast()) { in OnFrameCaptured()502 if (enable_video_adapter_ && !IsScreencast()) { in OnFrameCaptured()
159 virtual bool IsScreencast() const { return is_screencast_; } in IsScreencast() function
226 virtual bool IsScreencast() const = 0;