Searched refs:VideoSuspended (Results 1 – 5 of 5) sorted by relevance
174 bool VideoSuspended() const override { return sender_.VideoSuspended(); } in VideoSuspended() function in webrtc::__anon9423d86c0111::VideoCodingModuleImpl
95 bool VideoSuspended() const;
348 bool VideoSender::VideoSuspended() const { in VideoSuspended() function in webrtc::vcm::VideoSender
507 virtual bool VideoSuspended() const = 0;
260 bool video_is_suspended = vcm_->VideoSuspended(); in GetPaddingNeededBps()578 bool video_is_suspended = vcm_->VideoSuspended(); in OnNetworkChanged()