/external/webrtc/webrtc/modules/rtp_rtcp/source/ |
D | rtp_header_parser.cc | 19 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()
|
D | rtp_utility.cc | 74 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()
|
D | rtp_utility.h | 47 class RtpHeaderParser { 49 RtpHeaderParser(const uint8_t* rtpData, size_t rtpDataLength); 50 ~RtpHeaderParser();
|
D | rtp_sender_unittest.cc | 200 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 …]
|
/external/webrtc/webrtc/modules/audio_coding/neteq/tools/ |
D | packet.cc | 24 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()
|
D | packet.h | 23 class RtpHeaderParser; variable 40 const RtpHeaderParser& parser); 52 const RtpHeaderParser& parser); 102 bool ParseHeader(const RtpHeaderParser& parser);
|
D | rtc_event_log_source.h | 23 class RtpHeaderParser; variable 62 rtc::scoped_ptr<RtpHeaderParser> parser_;
|
D | rtp_file_source.h | 25 class RtpHeaderParser; variable 60 rtc::scoped_ptr<RtpHeaderParser> parser_;
|
D | rtp_file_source.cc | 87 parser_(RtpHeaderParser::Create()) {} in RtpFileSource()
|
/external/webrtc/webrtc/modules/rtp_rtcp/include/ |
D | rtp_header_parser.h | 20 class RtpHeaderParser { 22 static RtpHeaderParser* Create(); 23 virtual ~RtpHeaderParser() {} in ~RtpHeaderParser()
|
/external/webrtc/webrtc/test/ |
D | rtp_rtcp_observer.h | 61 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()
|
D | layer_filtering_transport.cc | 48 RtpUtility::RtpHeaderParser parser(packet, length); in SendRtp()
|
/external/webrtc/webrtc/modules/remote_bitrate_estimator/tools/ |
D | bwe_rtp.h | 20 class RtpHeaderParser; variable 32 webrtc::RtpHeaderParser** parser,
|
D | rtp_to_text.cc | 23 webrtc::RtpHeaderParser* parser; in main() 30 rtc::scoped_ptr<webrtc::RtpHeaderParser> rtp_parser(parser); in main()
|
D | bwe_rtp_play.cc | 43 webrtc::RtpHeaderParser* parser; in main() 52 rtc::scoped_ptr<webrtc::RtpHeaderParser> rtp_parser(parser); in main()
|
D | bwe_rtp.cc | 74 webrtc::RtpHeaderParser** parser, in ParseArgsAndSetupEstimator() 114 *parser = webrtc::RtpHeaderParser::Create(); in ParseArgsAndSetupEstimator()
|
/external/webrtc/webrtc/call/ |
D | packet_injection_tests.cc | 25 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/ |
D | rtp_rtcp_extensions.cc | 25 : parser_(webrtc::RtpHeaderParser::Create()), in ExtensionVerifyTransport() 86 rtc::scoped_ptr<webrtc::RtpHeaderParser> parser_;
|
/external/webrtc/webrtc/video/ |
D | vie_receiver.h | 30 class RtpHeaderParser; variable 109 rtc::scoped_ptr<RtpHeaderParser> rtp_header_parser_;
|
D | replay.cc | 293 rtc::scoped_ptr<RtpHeaderParser> parser(RtpHeaderParser::Create()); in RtpReplay()
|
/external/webrtc/webrtc/modules/video_coding/test/ |
D | rtp_player.cc | 272 : 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/ |
D | test_api_video.cc | 173 rtc::scoped_ptr<RtpHeaderParser> parser(RtpHeaderParser::Create()); in TEST_F()
|
D | test_api.cc | 44 rtc::scoped_ptr<RtpHeaderParser> parser(RtpHeaderParser::Create()); in SendRtp()
|
/external/webrtc/webrtc/audio/ |
D | audio_receive_stream.h | 59 rtc::scoped_ptr<RtpHeaderParser> rtp_header_parser_;
|
/external/webrtc/webrtc/voice_engine/test/auto_test/fakes/ |
D | conference_transport.h | 160 const rtc::scoped_ptr<webrtc::RtpHeaderParser> rtp_header_parser_;
|