Searched defs:IsRtx (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
H A Drtp_payload_registry.cc234 bool RTPPayloadRegistry::IsRtx(const RTPHeader& header) const { function in class:webrtc::RTPPayloadRegistry
302 return IsRed(header) || IsRtx(header);

Completed in 160 milliseconds