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

  /external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
rtp_header_parser.cc 27 virtual bool RegisterRtpHeaderExtension(RTPExtensionType type,
67 bool RtpHeaderParserImpl::RegisterRtpHeaderExtension(RTPExtensionType type,
rtp_sender.cc 202 int32_t RTPSender::RegisterRtpHeaderExtension(const RTPExtensionType type,
    [all...]
  /external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/tools/
rtp_file_source.cc 43 bool RtpFileSource::RegisterRtpHeaderExtension(RTPExtensionType type,
46 return parser_->RegisterRtpHeaderExtension(type, id);

Completed in 43 milliseconds