Home
last modified time | relevance | path

Searched refs:RtpHeaderParser (Results 1 – 25 of 45) sorted by relevance

12

/external/webrtc/webrtc/modules/rtp_rtcp/source/
Drtp_header_parser.cc19 class RtpHeaderParserImpl : public RtpHeaderParser {
37 RtpHeaderParser* RtpHeaderParser::Create() { in Create()
44 bool RtpHeaderParser::IsRtcp(const uint8_t* packet, size_t length) { in IsRtcp()
45 RtpUtility::RtpHeaderParser rtp_parser(packet, length); in IsRtcp()
52 RtpUtility::RtpHeaderParser rtp_parser(packet, length); in Parse()
Drtp_utility.cc74 RtpHeaderParser::RtpHeaderParser(const uint8_t* rtpData, in RtpHeaderParser() function in webrtc::RtpUtility::RtpHeaderParser
80 RtpHeaderParser::~RtpHeaderParser() { in ~RtpHeaderParser()
83 bool RtpHeaderParser::RTCP() const { in RTCP()
156 bool RtpHeaderParser::ParseRtcp(RTPHeader* header) const { in ParseRtcp()
183 bool RtpHeaderParser::Parse(RTPHeader* header, in Parse()
299 void RtpHeaderParser::ParseOneByteExtensionHeader( in ParseOneByteExtensionHeader()
427 uint8_t RtpHeaderParser::ParsePaddingBytes( in ParsePaddingBytes()
Drtp_utility.h47 class RtpHeaderParser {
49 RtpHeaderParser(const uint8_t* rtpData, size_t rtpDataLength);
50 ~RtpHeaderParser();
Drtp_sender_unittest.cc200 webrtc::RtpUtility::RtpHeaderParser rtp_parser(data, len); in VerifyCVOPacket()
335 webrtc::RtpUtility::RtpHeaderParser rtp_parser(packet_, length); in TEST_F()
367 webrtc::RtpUtility::RtpHeaderParser rtp_parser(packet_, length); in TEST_F()
407 webrtc::RtpUtility::RtpHeaderParser rtp_parser(packet_, length); in TEST_F()
435 webrtc::RtpUtility::RtpHeaderParser rtp_parser(packet_, length); in TEST_F()
476 webrtc::RtpUtility::RtpHeaderParser rtp_parser(packet_, length); in TEST_F()
504 webrtc::RtpUtility::RtpHeaderParser rtp_parser(packet_, length); in TEST_F()
524 webrtc::RtpUtility::RtpHeaderParser rtp_parser(packet_, length); in TEST_F()
578 webrtc::RtpUtility::RtpHeaderParser rtp_parser(packet_, length); in TEST_F()
663 webrtc::RtpUtility::RtpHeaderParser rtp_parser(transport_.last_sent_packet_, in TEST_F()
[all …]
Drtp_payload_registry_unittest.cc315 rtc::scoped_ptr<RtpHeaderParser> header_parser(RtpHeaderParser::Create()); in TestRtxPacket()
Dnack_rtx_unittest.cc108 rtc::scoped_ptr<RtpHeaderParser> parser(RtpHeaderParser::Create()); in SendRtp()
/external/webrtc/webrtc/modules/audio_coding/neteq/tools/
Dpacket.cc24 const RtpHeaderParser& parser) in Packet()
39 const RtpHeaderParser& parser) in Packet()
58 rtc::scoped_ptr<RtpHeaderParser> parser(RtpHeaderParser::Create()); in Packet()
73 rtc::scoped_ptr<RtpHeaderParser> parser(RtpHeaderParser::Create()); in Packet()
132 bool Packet::ParseHeader(const RtpHeaderParser& parser) { in ParseHeader()
Dpacket.h23 class RtpHeaderParser; variable
40 const RtpHeaderParser& parser);
52 const RtpHeaderParser& parser);
102 bool ParseHeader(const RtpHeaderParser& parser);
Drtc_event_log_source.h23 class RtpHeaderParser; variable
62 rtc::scoped_ptr<RtpHeaderParser> parser_;
Drtp_file_source.h25 class RtpHeaderParser; variable
60 rtc::scoped_ptr<RtpHeaderParser> parser_;
Drtp_file_source.cc87 parser_(RtpHeaderParser::Create()) {} in RtpFileSource()
/external/webrtc/webrtc/modules/rtp_rtcp/include/
Drtp_header_parser.h20 class RtpHeaderParser {
22 static RtpHeaderParser* Create();
23 virtual ~RtpHeaderParser() {} in ~RtpHeaderParser()
/external/webrtc/webrtc/test/
Drtp_rtcp_observer.h61 parser_(RtpHeaderParser::Create()), in RtpRtcpObserver()
72 const rtc::scoped_ptr<RtpHeaderParser> parser_;
94 EXPECT_FALSE(RtpHeaderParser::IsRtcp(packet, length)); in SendRtp()
114 EXPECT_TRUE(RtpHeaderParser::IsRtcp(packet, length)); in SendRtcp()
/external/webrtc/webrtc/modules/remote_bitrate_estimator/tools/
Dbwe_rtp.h20 class RtpHeaderParser; variable
32 webrtc::RtpHeaderParser** parser,
Drtp_to_text.cc23 webrtc::RtpHeaderParser* parser; in main()
30 rtc::scoped_ptr<webrtc::RtpHeaderParser> rtp_parser(parser); in main()
Dbwe_rtp_play.cc43 webrtc::RtpHeaderParser* parser; in main()
52 rtc::scoped_ptr<webrtc::RtpHeaderParser> rtp_parser(parser); in main()
Dbwe_rtp.cc74 webrtc::RtpHeaderParser** parser, in ParseArgsAndSetupEstimator()
114 *parser = webrtc::RtpHeaderParser::Create(); in ParseArgsAndSetupEstimator()
/external/webrtc/webrtc/call/
Dpacket_injection_tests.cc25 PacketInjectionTest() : rtp_header_parser_(RtpHeaderParser::Create()) {} in PacketInjectionTest()
32 rtc::scoped_ptr<RtpHeaderParser> rtp_header_parser_;
/external/webrtc/webrtc/voice_engine/test/auto_test/standard/
Drtp_rtcp_extensions.cc25 : parser_(webrtc::RtpHeaderParser::Create()), in ExtensionVerifyTransport()
86 rtc::scoped_ptr<webrtc::RtpHeaderParser> parser_;
/external/webrtc/webrtc/video/
Dvie_receiver.h30 class RtpHeaderParser; variable
109 rtc::scoped_ptr<RtpHeaderParser> rtp_header_parser_;
Dreplay.cc293 rtc::scoped_ptr<RtpHeaderParser> parser(RtpHeaderParser::Create()); in RtpReplay()
/external/webrtc/webrtc/modules/video_coding/test/
Drtp_player.cc272 : rtp_header_parser_(RtpHeaderParser::Create()), in Handler()
295 rtc::scoped_ptr<RtpHeaderParser> rtp_header_parser_;
422 rtc::scoped_ptr<RtpHeaderParser> rtp_header_parser( in SendPacket()
423 RtpHeaderParser::Create()); in SendPacket()
/external/webrtc/webrtc/modules/rtp_rtcp/test/testAPI/
Dtest_api_video.cc173 rtc::scoped_ptr<RtpHeaderParser> parser(RtpHeaderParser::Create()); in TEST_F()
Dtest_api.cc44 rtc::scoped_ptr<RtpHeaderParser> parser(RtpHeaderParser::Create()); in SendRtp()
/external/webrtc/webrtc/audio/
Daudio_receive_stream.h59 rtc::scoped_ptr<RtpHeaderParser> rtp_header_parser_;

12