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/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
rtcp_sender.cc 207 RTCPSender::Sending() const
214 RTCPSender::SetSendingStatus(const FeedbackState& feedback_state, bool sending)
222 if(sending == false && _sending == true)
228 _sending = sending;
1113 // Before sending the TMMBR check the received TMMBN, only an owner is allowed to raise the bitrate
    [all...]
rtp_rtcp_impl.cc 135 // for all outgoing messages sending packets etc.
175 if (rtcp_sender_.Sending()) {
449 int32_t ModuleRtpRtcpImpl::SetSendingStatus(const bool sending) {
450 if (rtcp_sender_.Sending() != sending) {
452 if (rtcp_sender_.SetSendingStatus(GetFeedbackState(), sending) != 0) {
460 rtp_sender_.SetSendingStatus(sending);
461 if (sending) {
477 bool ModuleRtpRtcpImpl::Sending() const {
478 return rtcp_sender_.Sending();
    [all...]
  /external/chromium_org/third_party/webrtc/voice_engine/
channel.h 90 sending(false),
98 bool sending; member in struct:webrtc::voe::ChannelState::State
143 state_.sending = enable;
446 bool Sending() const
448 return channel_state_.Get().sending;
  /external/chromium_org/third_party/webrtc/video_engine/
vie_channel.cc 268 if (rtp_rtcp_->Sending() && new_stream) {
325 rtp_rtcp->SetSendingStatus(rtp_rtcp_->Sending());
917 if (rtp_rtcp_->Sending()) {
924 assert(!rtp_rtcp_->Sending());
929 assert(!rtp_rtcp_->Sending());
939 if (rtp_rtcp_->Sending()) {
    [all...]

Completed in 290 milliseconds