Home
last modified time | relevance | path

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

12

/external/chromium_org/media/cast/transport/rtp_sender/rtp_packetizer/test/
Drtp_header_parser.cc38 RtpHeaderParser::RtpHeaderParser(const uint8* rtp_data, size_t rtp_data_length) in RtpHeaderParser() function in media::cast::transport::RtpHeaderParser
41 RtpHeaderParser::~RtpHeaderParser() {} in ~RtpHeaderParser()
43 bool RtpHeaderParser::Parse(RtpCastTestHeader* parsed_packet) const { in Parse()
51 bool RtpHeaderParser::ParseCommon(RtpCastTestHeader* parsed_packet) const { in ParseCommon()
85 bool RtpHeaderParser::ParseCast(RtpCastTestHeader* parsed_packet) const { in ParseCast()
Drtp_header_parser.h41 class RtpHeaderParser {
43 RtpHeaderParser(const uint8* rtpData, size_t rtpDataLength);
44 ~RtpHeaderParser();
57 DISALLOW_COPY_AND_ASSIGN(RtpHeaderParser);
/external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/tools/
Dpacket.cc20 const RtpHeaderParser& parser) in Packet()
35 const RtpHeaderParser& parser) in Packet()
54 scoped_ptr<RtpHeaderParser> parser(RtpHeaderParser::Create()); in Packet()
69 scoped_ptr<RtpHeaderParser> parser(RtpHeaderParser::Create()); in Packet()
120 bool Packet::ParseHeader(const RtpHeaderParser& parser) { in ParseHeader()
Dpacket.h23 class RtpHeaderParser; variable
39 const RtpHeaderParser& parser);
51 const RtpHeaderParser& parser);
97 bool ParseHeader(const RtpHeaderParser& parser);
Drtp_file_source.h25 class RtpHeaderParser; variable
60 scoped_ptr<RtpHeaderParser> parser_;
Drtp_file_source.cc109 parser_(RtpHeaderParser::Create()) {} in RtpFileSource()
/external/chromium_org/third_party/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, int length) { in IsRtcp()
Dnack_rtx_unittest.cc118 scoped_ptr<RtpHeaderParser> parser(RtpHeaderParser::Create()); in SendPacket()
/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/interface/
Drtp_header_parser.h20 class RtpHeaderParser {
22 static RtpHeaderParser* Create();
23 virtual ~RtpHeaderParser() {} in ~RtpHeaderParser()
/external/chromium_org/third_party/webrtc/test/
Drtp_rtcp_observer.h58 parser_(RtpHeaderParser::Create()), in RtpRtcpObserver()
74 parser_(RtpHeaderParser::Create()), in RtpRtcpObserver()
131 EXPECT_FALSE(RtpHeaderParser::IsRtcp(packet, static_cast<int>(length))); in SendRtp()
148 EXPECT_TRUE(RtpHeaderParser::IsRtcp(packet, static_cast<int>(length))); in SendRtcp()
174 const scoped_ptr<RtpHeaderParser> parser_;
/external/chromium_org/third_party/webrtc/modules/remote_bitrate_estimator/tools/
Dbwe_rtp.h20 class RtpHeaderParser; variable
32 webrtc::RtpHeaderParser** parser,
Dbwe_rtp.cc31 webrtc::RtpHeaderParser** parser, in ParseArgsAndSetupEstimator()
51 *parser = webrtc::RtpHeaderParser::Create(); in ParseArgsAndSetupEstimator()
Drtp_to_text.cc36 webrtc::RtpHeaderParser* parser; in main()
43 webrtc::scoped_ptr<webrtc::RtpHeaderParser> rtp_parser(parser); in main()
Dbwe_rtp_play.cc54 webrtc::RtpHeaderParser* parser; in main()
63 webrtc::scoped_ptr<webrtc::RtpHeaderParser> rtp_parser(parser); in main()
/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/test/testAPI/
Dtest_api.h54 scoped_ptr<RtpHeaderParser> parser(RtpHeaderParser::Create()); in SendPacket()
Dtest_api_video.cc174 scoped_ptr<RtpHeaderParser> parser(RtpHeaderParser::Create()); in TEST_F()
/external/chromium_org/third_party/webrtc/modules/video_coding/main/test/
Dmt_test_common.cc95 scoped_ptr<RtpHeaderParser> parser(RtpHeaderParser::Create()); in TransportPackets()
Drtp_player.cc274 : rtp_header_parser_(RtpHeaderParser::Create()), in Handler()
299 scoped_ptr<RtpHeaderParser> rtp_header_parser_;
431 scoped_ptr<RtpHeaderParser> rtp_header_parser(RtpHeaderParser::Create()); in SendPacket()
Dtest_callbacks.cc299 scoped_ptr<RtpHeaderParser> parser(RtpHeaderParser::Create()); in SendPacket()
/external/chromium_org/third_party/webrtc/video_engine/
Dvie_receiver.h32 class RtpHeaderParser; variable
108 scoped_ptr<RtpHeaderParser> rtp_header_parser_;
/external/chromium_org/third_party/webrtc/video/
Dfull_stack.cc116 scoped_ptr<RtpHeaderParser> parser(RtpHeaderParser::Create()); in DeliverPacket()
155 scoped_ptr<RtpHeaderParser> parser(RtpHeaderParser::Create()); in SendRtp()
Dcall.cc109 scoped_ptr<RtpHeaderParser> rtp_header_parser_;
140 rtp_header_parser_(RtpHeaderParser::Create()), in Call()
343 if (RtpHeaderParser::IsRtcp(packet, static_cast<int>(length))) in DeliverPacket()
Drampup_tests.cc54 rtp_parser_(RtpHeaderParser::Create()), in StreamObserver()
189 const scoped_ptr<RtpHeaderParser> rtp_parser_;
220 rtp_parser_(RtpHeaderParser::Create()), in LowRateStreamObserver()
404 const scoped_ptr<RtpHeaderParser> rtp_parser_;
/external/chromium_org/third_party/webrtc/voice_engine/test/auto_test/standard/
Drtp_rtcp_extensions.cc26 : parser_(webrtc::RtpHeaderParser::Create()), in ExtensionVerifyTransport()
85 webrtc::scoped_ptr<webrtc::RtpHeaderParser> parser_;
/external/chromium_org/media/cast/transport/rtp_sender/rtp_packetizer/
Drtp_packetizer_unittest.cc67 RtpHeaderParser parser(packet->data.data(), packet->data.size()); in SendPacket()

12