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

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

Completed in 81 milliseconds