Home
last modified time | relevance | path

Searched refs:packet_size_bytes (Results 1 – 12 of 12) sorted by relevance

/external/webrtc/rtc_base/
Dasync_packet_socket.cc31 void CopySocketInformationToPacketInfo(size_t packet_size_bytes, in CopySocketInformationToPacketInfo() argument
35 info->packet_size_bytes = packet_size_bytes; in CopySocketInformationToPacketInfo()
Drate_limiter.cc33 bool RateLimiter::TryUseRate(size_t packet_size_bytes) { in TryUseRate() argument
46 (packet_size_bytes * 8 * 1000) / window_size_ms_; in TryUseRate()
51 current_rate_.Update(packet_size_bytes, now_ms); in TryUseRate()
Drate_limiter.h36 bool TryUseRate(size_t packet_size_bytes);
Dasync_packet_socket.h139 void CopySocketInformationToPacketInfo(size_t packet_size_bytes,
/external/webrtc/rtc_base/network/
Dsent_packet.h50 size_t packet_size_bytes = 0; member
/external/webrtc/modules/audio_coding/neteq/tools/
Dneteq_test.cc145 const auto packet_size_bytes = in RunToNextGetAudio() local
156 << ", size: " << std::setw(5) << packet_size_bytes in RunToNextGetAudio()
/external/webrtc/test/
Ddirect_transport.cc68 sent_packet.info.packet_size_bytes = length; in SendRtp()
/external/webrtc/test/scenario/
Dnetwork_node.cc85 sent_packet.info.packet_size_bytes = length; in SendRtp()
/external/webrtc/rtc_tools/rtc_event_log_visualizer/
Dlog_simulation.cc97 sent_packet.info.packet_size_bytes = packet.size + packet.overhead; in OnPacketSent()
Danalyzer.cc1290 sent_packet.info.packet_size_bytes = rtp_packet.rtp.total_length; in CreateSendSideBweSimulationGraph()
/external/webrtc/call/
Ddegraded_call.cc114 sent_packet.info.packet_size_bytes = length; in SendRtp()
/external/webrtc/modules/congestion_controller/rtp/
Dtransport_feedback_adapter.cc146 DataSize::Bytes(sent_packet.info.packet_size_bytes); in ProcessSentPacket()