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

  /external/webrtc/webrtc/voice_engine/
voe_rtp_rtcp_impl.cc 346 int VoERTP_RTCPImpl::GetRemoteRTCPReportBlocks(
357 "GetRemoteRTCPReportBlocks() failed to locate channel");
360 return channel_ptr->GetRemoteRTCPReportBlocks(report_blocks);
channel_proxy.cc 94 std::vector<ReportBlock> ChannelProxy::GetRemoteRTCPReportBlocks() const {
97 int error = channel()->GetRemoteRTCPReportBlocks(&blocks);
channel.cc     [all...]

Completed in 141 milliseconds