Home
last modified time | relevance | path

Searched refs:RtpHeaderParserImpl (Results 1 – 1 of 1) sorted by relevance

/external/webrtc/test/
Drtp_header_parser.cc21 class RtpHeaderParserImpl : public RtpHeaderParser { class
23 RtpHeaderParserImpl();
24 ~RtpHeaderParserImpl() override = default;
42 return std::make_unique<RtpHeaderParserImpl>(); in CreateForTest()
45 RtpHeaderParserImpl::RtpHeaderParserImpl() {} in RtpHeaderParserImpl() function in webrtc::RtpHeaderParserImpl
62 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()