Home
last modified time | relevance | path

Searched refs:burst_time (Results 1 – 5 of 5) sorted by relevance

/external/openscreen/cast/streaming/
Dsender_packet_router.cc158 const Clock::time_point burst_time = environment_->now(); in SendBurstOfPackets() local
159 const int num_rtcp_packets_sent = SendJustTheRtcpPackets(burst_time); in SendBurstOfPackets()
163 burst_time, max_packets_per_burst_ - num_rtcp_packets_sent); in SendBurstOfPackets()
164 last_burst_time_ = burst_time; in SendBurstOfPackets()
167 num_rtcp_packets_sent + num_rtp_packets_sent, burst_time); in SendBurstOfPackets()
/external/wpa_supplicant_8/src/ap/
Dap_drv_ops.h78 int cw_min, int cw_max, int burst_time);
Dap_drv_ops.c620 int cw_min, int cw_max, int burst_time) in hostapd_set_tx_queue_params() argument
625 cw_min, cw_max, burst_time); in hostapd_set_tx_queue_params()
/external/wpa_supplicant_8/src/drivers/
Ddriver.h3315 int cw_max, int burst_time);
Ddriver_nl80211.c7263 int cw_min, int cw_max, int burst_time) in i802_set_tx_queue_params() argument
7305 (burst_time * 100 + 16) / 32) || in i802_set_tx_queue_params()
7318 queue, aifs, cw_min, cw_max, burst_time, res); in i802_set_tx_queue_params()