Searched refs:IsRtxInternal (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/interface/
H A Drtp_payload_registry.h148 bool IsRtxInternal(const RTPHeader& header) const;
/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
H A Drtp_payload_registry.cc236 return IsRtxInternal(header);
239 bool RTPPayloadRegistry::IsRtxInternal(const RTPHeader& header) const { function in class:webrtc::RTPPayloadRegistry
348 if (!IsRtxInternal(header))

Completed in 289 milliseconds