Searched refs:probe_cluster (Results 1 – 5 of 5) sorted by relevance
62 const LoggedBweProbeClusterCreatedEvent& probe_cluster) { in OnProbeCreated() argument63 pending_probes_.push_back({probe_cluster, 0, 0}); in OnProbeCreated()186 [this](const LoggedBweProbeClusterCreatedEvent& probe_cluster) { in ProcessEventsInLog() argument187 OnProbeCreated(probe_cluster); in ProcessEventsInLog()
43 void OnProbeCreated(const LoggedBweProbeClusterCreatedEvent& probe_cluster);
559 auto* probe_cluster = rtclog_event.mutable_probe_cluster(); in EncodeProbeClusterCreated() local560 probe_cluster->set_id(event.id()); in EncodeProbeClusterCreated()561 probe_cluster->set_bitrate_bps(event.bitrate_bps()); in EncodeProbeClusterCreated()562 probe_cluster->set_min_packets(event.min_probes()); in EncodeProbeClusterCreated()563 probe_cluster->set_min_bytes(event.min_bytes()); in EncodeProbeClusterCreated()
2059 const rtclog::BweProbeCluster& pcc_event = event.probe_cluster(); in GetBweProbeClusterCreated()2906 LoggedBweProbeClusterCreatedEvent probe_cluster; in StoreBweProbeClusterCreated() local2908 probe_cluster.timestamp = Timestamp::Millis(proto.timestamp_ms()); in StoreBweProbeClusterCreated()2910 probe_cluster.id = proto.id(); in StoreBweProbeClusterCreated()2912 probe_cluster.bitrate_bps = proto.bitrate_bps(); in StoreBweProbeClusterCreated()2914 probe_cluster.min_packets = proto.min_packets(); in StoreBweProbeClusterCreated()2916 probe_cluster.min_bytes = proto.min_bytes(); in StoreBweProbeClusterCreated()2918 bwe_probe_cluster_created_events_.push_back(probe_cluster); in StoreBweProbeClusterCreated()
84 BweProbeCluster probe_cluster = 17; field