Searched refs:rtx_ (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
H A Drtp_payload_registry.cc26 rtx_(false),
231 return rtx_;
240 return rtx_ && ssrc_rtx_ == header.ssrc;
286 rtx_ = true;
293 rtx_ = true;
H A Drtp_sender.cc95 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_;
H A Drtp_sender.h398 int rtx_ GUARDED_BY(send_critsect_);
/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/interface/
H A Drtp_payload_registry.h158 bool rtx_; member in class:webrtc::RTPPayloadRegistry

Completed in 288 milliseconds