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 281 RTCPSender::Sending() const
288 RTCPSender::SetSendingStatus(const FeedbackState& feedback_state, bool sending)
296 if(sending == false && _sending == true)
302 _sending = sending;
1199 // Before sending the TMMBR check the received TMMBN, only an owner is allowed to raise the bitrate
    [all...]
rtp_rtcp_impl.cc 130 // for all outgoing messages sending packets etc.
170 if (rtcp_sender_.Sending()) {
392 int32_t ModuleRtpRtcpImpl::SetSendingStatus(const bool sending) {
393 if (rtcp_sender_.Sending() != sending) {
396 if (rtcp_sender_.SetSendingStatus(feedback_state, sending) != 0) {
404 rtp_sender_.SetSendingStatus(sending);
405 if (sending) {
421 bool ModuleRtpRtcpImpl::Sending() const {
422 return rtcp_sender_.Sending();
    [all...]
  /external/chromium_org/third_party/webrtc/video_engine/
vie_channel.cc 221 if (rtp_rtcp_->Sending() && new_stream) {
251 rtp_rtcp->SetSendingStatus(rtp_rtcp_->Sending());
284 rtp_rtcp->SetSendingStatus(rtp_rtcp_->Sending());
910 if (rtp_rtcp_->Sending()) {
917 if (rtp_rtcp_->Sending()) {
    [all...]
  /external/chromium_org/third_party/webrtc/voice_engine/
channel.h 88 sending(false),
96 bool sending; member in struct:webrtc::voe::ChannelState::State
141 state_.sending = enable;
446 bool Sending() const
448 return channel_state_.Get().sending;

Completed in 236 milliseconds