Searched refs:RtpHeaderParserImpl (Results 1 – 1 of 1) sorted by relevance
21 class RtpHeaderParserImpl : public RtpHeaderParser { class23 RtpHeaderParserImpl();24 ~RtpHeaderParserImpl() override = default;42 return std::make_unique<RtpHeaderParserImpl>(); in CreateForTest()45 RtpHeaderParserImpl::RtpHeaderParserImpl() {} in RtpHeaderParserImpl() function in webrtc::RtpHeaderParserImpl62 bool RtpHeaderParserImpl::Parse(const uint8_t* packet, in Parse()80 bool RtpHeaderParserImpl::RegisterRtpHeaderExtension(RtpExtension extension) { in RegisterRtpHeaderExtension()85 bool RtpHeaderParserImpl::RegisterRtpHeaderExtension(RTPExtensionType type, in RegisterRtpHeaderExtension()91 bool RtpHeaderParserImpl::DeregisterRtpHeaderExtension(RtpExtension extension) { in DeregisterRtpHeaderExtension()97 bool RtpHeaderParserImpl::DeregisterRtpHeaderExtension(RTPExtensionType type) { in DeregisterRtpHeaderExtension()