Home
last modified time | relevance | path

Searched defs:round_trip_time (Results 1 – 13 of 13) sorted by relevance

/external/webrtc/api/voip/
Dvoip_statistics.h42 absl::optional<double> round_trip_time; member
/external/webrtc/audio/
Dchannel_receive.h76 absl::optional<TimeDelta> round_trip_time; member
Dchannel_receive.cc343 int64_t round_trip_time = 0; in OnReceivedPayloadData() local
/external/webrtc/modules/congestion_controller/goog_cc/
Dsend_side_bandwidth_estimation.h90 TimeDelta round_trip_time() const { return last_round_trip_time_; } in round_trip_time() function
Dgoog_cc_network_control.cc618 TimeDelta round_trip_time = bandwidth_estimation_->round_trip_time(); in MaybeTriggerOnNetworkChanged() local
/external/wpa_supplicant_8/src/radius/
Dradius_client.h59 int round_trip_time; member
/external/openscreen/cast/streaming/
Dbandwidth_estimator_unittest.cc161 for (Clock::duration round_trip_time : kRoundTripTimes) { in TEST_F() local
/external/webrtc/modules/rtp_rtcp/source/
Drtcp_receiver.h77 absl::optional<TimeDelta> round_trip_time() const { in round_trip_time() function
Drtp_rtcp_interface.h178 absl::optional<TimeDelta> round_trip_time; member
/external/webrtc/test/scenario/
Dperformance_stats.h83 SampleStats<TimeDelta> round_trip_time; member
/external/webrtc/call/
Daudio_receive_stream.h100 absl::optional<TimeDelta> round_trip_time; member
/external/webrtc/api/stats/
Drtcstats_objects.h578 RTCStatsMember<double> round_trip_time; variable
598 RTCStatsMember<double> round_trip_time; variable
/external/webrtc/media/base/
Dmedia_channel.h569 absl::optional<webrtc::TimeDelta> round_trip_time; member