Searched refs:RegisterSendRtpHeaderExtension (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/third_party/webrtc/video_engine/
H A Dvie_channel.cc374 if (rtp_rtcp->RegisterSendRtpHeaderExtension(
386 if (rtp_rtcp->RegisterSendRtpHeaderExtension(
736 error = rtp_rtcp_->RegisterSendRtpHeaderExtension(
742 error |= (*it)->RegisterSendRtpHeaderExtension(
771 error = rtp_rtcp_->RegisterSendRtpHeaderExtension(
777 error |= (*it)->RegisterSendRtpHeaderExtension(
/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/interface/
H A Drtp_rtcp.h175 virtual int32_t RegisterSendRtpHeaderExtension(
/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/mocks/
H A Dmock_rtp_rtcp.h76 MOCK_METHOD2(RegisterSendRtpHeaderExtension,
/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
H A Drtp_rtcp_impl.h58 virtual int32_t RegisterSendRtpHeaderExtension(
H A Drtp_rtcp_impl_unittest.cc537 senders_[i]->RegisterSendRtpHeaderExtension(kRtpExtensionAbsoluteSendTime,
H A Drtp_rtcp_impl.cc890 int32_t ModuleRtpRtcpImpl::RegisterSendRtpHeaderExtension( function in class:webrtc::ModuleRtpRtcpImpl
/external/chromium_org/third_party/webrtc/voice_engine/
H A Dchannel.cc4452 error = _rtpRtcpModule->RegisterSendRtpHeaderExtension(type, id);

Completed in 141 milliseconds