HomeSort by relevance Sort by last modified time
    Searched defs:rtp_header_parser_ (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/webrtc/video_engine/
vie_receiver.h 108 scoped_ptr<RtpHeaderParser> rtp_header_parser_; member in class:webrtc::ViEReceiver
  /external/chromium_org/third_party/webrtc/video/
call.cc 109 scoped_ptr<RtpHeaderParser> rtp_header_parser_; member in class:webrtc::internal::Call
140 rtp_header_parser_(RtpHeaderParser::Create()),
347 if (!rtp_header_parser_->Parse(packet, static_cast<int>(length), &rtp_header))
  /external/chromium_org/third_party/webrtc/modules/video_coding/main/test/
rtp_player.cc 231 handler->rtp_header_parser_->RegisterRtpHeaderExtension(
257 if (!it->second->rtp_header_parser_->IsRtcp(data, length)) {
259 it->second->rtp_header_parser_->Parse(data, length, &header);
274 : rtp_header_parser_(RtpHeaderParser::Create()),
299 scoped_ptr<RtpHeaderParser> rtp_header_parser_; member in class:webrtc::rtpplayer::SsrcHandlers::Handler
  /external/chromium_org/third_party/webrtc/voice_engine/
channel.h 518 scoped_ptr<RtpHeaderParser> rtp_header_parser_; member in class:webrtc::voe::Channel

Completed in 269 milliseconds