HomeSort by relevance Sort by last modified time
    Searched refs:WithVoipMetric (Results 1 - 7 of 7) sorted by null

  /external/webrtc/webrtc/modules/rtp_rtcp/source/rtcp_packet/
voip_metric.h 39 void WithVoipMetric(const RTCPVoIPMetric& voip_metric) {
voip_metric_unittest.cc 55 metric_block.WithVoipMetric(metric);
  /external/webrtc/webrtc/modules/rtp_rtcp/source/
rtcp_packet_unittest.cc 495 metric_block.WithVoipMetric(metric);
498 EXPECT_TRUE(xr.WithVoipMetric(&metric_block));
538 EXPECT_TRUE(xr.WithVoipMetric(&metric));
559 EXPECT_TRUE(xr.WithVoipMetric(&metric));
587 EXPECT_TRUE(xr.WithVoipMetric(&voip_metric));
588 EXPECT_FALSE(xr.WithVoipMetric(&voip_metric));
rtcp_packet.h 442 bool WithVoipMetric(VoipMetric* voip_metric);
rtcp_receiver_unittest.cc 597 voip_metric.WithVoipMetric(metric);
600 xr.WithVoipMetric(&voip_metric);
618 xr.WithVoipMetric(&voip_metric);
707 xr.WithVoipMetric(&metric);
735 xr.WithVoipMetric(&metric);
    [all...]
rtcp_sender.cc 778 voip.WithVoipMetric(xr_voip_metric_);
780 xr->WithVoipMetric(&voip);
    [all...]
rtcp_packet.cc 583 bool Xr::WithVoipMetric(VoipMetric* voip_metric) {

Completed in 1010 milliseconds