HomeSort by relevance Sort by last modified time
    Searched defs:Sending (Results 1 - 5 of 5) sorted by null

  /external/iproute2/doc/
api-ip6-flowlabels.tex 87 \section{Sending/receiving flow information.}
  /external/webrtc/webrtc/modules/rtp_rtcp/source/
rtcp_sender.cc 221 bool RTCPSender::Sending() const {
227 bool sending) {
233 if (sending == false && sending_ == true) {
238 sending_ = sending;
617 // Before sending the TMMBR check the received TMMBN, only an owner is
751 // TODO(sprang): Merge XR report sending to contain all of RRTR, DLRR, VOIP?
    [all...]
rtp_rtcp_impl.cc 130 if (rtcp_sender_.Sending()) {
186 // For sending streams, make sure to not send a SR before media has been sent.
189 // Prevent sending streams to send SR before any media has been sent.
190 if (!rtcp_sender_.Sending() || state.packets_sent > 0)
360 int32_t ModuleRtpRtcpImpl::SetSendingStatus(const bool sending) {
361 if (rtcp_sender_.Sending() != sending) {
363 if (rtcp_sender_.SetSendingStatus(GetFeedbackState(), sending) != 0) {
371 rtp_sender_.SetSendingStatus(sending);
372 if (sending) {
    [all...]
  /external/webrtc/webrtc/video/
vie_channel.cc 357 // sending status.
358 bool is_sending = rtp_rtcp_modules_[0]->Sending();
401 // Update the packet and payload routers with the sending RtpRtcp modules.
718 RTC_DCHECK(!rtp_rtcp_modules_[0]->Sending());
726 RTC_DCHECK(!rtp_rtcp_modules_[0]->Sending());
738 RTC_DCHECK(!rtp_rtcp_modules_[0]->Sending());
890 if (rtp_rtcp_modules_[0]->Sending())
    [all...]
  /external/webrtc/webrtc/voice_engine/
channel.h 94 sending(false),
102 bool sending; member in struct:webrtc::voe::ChannelState::State
147 state_.sending = enable;
422 bool Sending() const
424 return channel_state_.Get().sending;

Completed in 184 milliseconds