HomeSort by relevance Sort by last modified time
    Searched refs:rtx_ (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
rtp_payload_registry.cc 26 rtx_(false),
231 return rtx_;
240 return rtx_ && ssrc_rtx_ == header.ssrc;
286 rtx_ = true;
293 rtx_ = true;
rtp_sender.cc 95 rtx_(kRtxOff),
318 rtx = rtx_;
337 rtx_ = mode;
353 *mode = rtx_;
462 if ((rtx_ & kRtxRedundantPayloads) == 0)
539 if (rtx_ == kRtxOff) {
557 payload_type = ((rtx_ & kRtxRedundantPayloads) > 0) ? payload_type_rtx_
642 rtx = rtx_;
803 rtx = rtx_;
    [all...]
rtp_sender.h 398 int rtx_ GUARDED_BY(send_critsect_);
  /external/chromium_org/third_party/webrtc/modules/rtp_rtcp/interface/
rtp_payload_registry.h 158 bool rtx_; member in class:webrtc::RTPPayloadRegistry

Completed in 129 milliseconds