/external/webrtc/webrtc/call/ |
packet_injection_tests.cc | 25 PacketInjectionTest() : rtp_header_parser_(RtpHeaderParser::Create()) {} 32 rtc::scoped_ptr<RtpHeaderParser> rtp_header_parser_; member in class:webrtc::PacketInjectionTest 57 EXPECT_TRUE(rtp_header_parser_->Parse(packet, length, &header));
|
/external/webrtc/webrtc/video/ |
vie_receiver.cc | 41 rtp_header_parser_(RtpHeaderParser::Create()), 166 return rtp_header_parser_->RegisterRtpHeaderExtension( 169 return rtp_header_parser_->DeregisterRtpHeaderExtension( 176 if (rtp_header_parser_->RegisterRtpHeaderExtension( 185 return rtp_header_parser_->DeregisterRtpHeaderExtension( 192 if (rtp_header_parser_->RegisterRtpHeaderExtension( 201 return rtp_header_parser_->DeregisterRtpHeaderExtension( 208 if (rtp_header_parser_->RegisterRtpHeaderExtension( 217 return rtp_header_parser_->DeregisterRtpHeaderExtension( 253 if (!rtp_header_parser_->Parse(rtp_packet, rtp_packet_length, &header)) [all...] |
vie_receiver.h | 109 rtc::scoped_ptr<RtpHeaderParser> rtp_header_parser_; member in class:webrtc::ViEReceiver
|
/external/webrtc/webrtc/audio/ |
audio_receive_stream.cc | 89 rtp_header_parser_(RtpHeaderParser::Create()) { 94 RTC_DCHECK(rtp_header_parser_); 102 bool registered = rtp_header_parser_->RegisterRtpHeaderExtension( 107 bool registered = rtp_header_parser_->RegisterRtpHeaderExtension( 111 bool registered = rtp_header_parser_->RegisterRtpHeaderExtension( 170 if (!rtp_header_parser_->Parse(packet, length, &header)) {
|
audio_receive_stream.h | 59 rtc::scoped_ptr<RtpHeaderParser> rtp_header_parser_; member in class:webrtc::internal::final
|
/external/webrtc/webrtc/modules/video_coding/test/ |
rtp_player.cc | 231 handler->rtp_header_parser_->RegisterRtpHeaderExtension( 254 if (!it->second->rtp_header_parser_->IsRtcp(data, length)) { 256 it->second->rtp_header_parser_->Parse(data, length, &header); 272 : rtp_header_parser_(RtpHeaderParser::Create()), 295 rtc::scoped_ptr<RtpHeaderParser> rtp_header_parser_; member in class:webrtc::rtpplayer::SsrcHandlers::Handler
|
/external/webrtc/webrtc/voice_engine/test/auto_test/fakes/ |
conference_transport.cc | 46 rtp_header_parser_(webrtc::RtpHeaderParser::Create()) { 47 rtp_header_parser_-> 151 rtp_header_parser_->Parse(packet.data_, packet.len_, &rtp_header);
|
conference_transport.h | 160 const rtc::scoped_ptr<webrtc::RtpHeaderParser> rtp_header_parser_; member in class:voetest::ConferenceTransport
|
/external/webrtc/webrtc/voice_engine/ |
channel.cc | 511 if (!rtp_header_parser_->Parse(rtp_packet, rtp_packet_length, &header)) { 813 rtp_header_parser_(RtpHeaderParser::Create()), [all...] |
channel.h | 506 rtc::scoped_ptr<RtpHeaderParser> rtp_header_parser_; member in class:webrtc::voe::Channel
|