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

  /external/chromium_org/third_party/webrtc/modules/rtp_rtcp/interface/
rtp_payload_registry.h 151 bool IsRtxInternal(const RTPHeader& header) const;
  /external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
rtp_payload_registry.cc 238 return IsRtxInternal(header);
241 bool RTPPayloadRegistry::IsRtxInternal(const RTPHeader& header) const {
350 if (!IsRtxInternal(header))

Completed in 1804 milliseconds