Searched refs:packet_size_bytes (Results 1 – 12 of 12) sorted by relevance
31 void CopySocketInformationToPacketInfo(size_t packet_size_bytes, in CopySocketInformationToPacketInfo() argument35 info->packet_size_bytes = packet_size_bytes; in CopySocketInformationToPacketInfo()
33 bool RateLimiter::TryUseRate(size_t packet_size_bytes) { in TryUseRate() argument46 (packet_size_bytes * 8 * 1000) / window_size_ms_; in TryUseRate()51 current_rate_.Update(packet_size_bytes, now_ms); in TryUseRate()
36 bool TryUseRate(size_t packet_size_bytes);
139 void CopySocketInformationToPacketInfo(size_t packet_size_bytes,
50 size_t packet_size_bytes = 0; member
145 const auto packet_size_bytes = in RunToNextGetAudio() local156 << ", size: " << std::setw(5) << packet_size_bytes in RunToNextGetAudio()
68 sent_packet.info.packet_size_bytes = length; in SendRtp()
85 sent_packet.info.packet_size_bytes = length; in SendRtp()
97 sent_packet.info.packet_size_bytes = packet.size + packet.overhead; in OnPacketSent()
1290 sent_packet.info.packet_size_bytes = rtp_packet.rtp.total_length; in CreateSendSideBweSimulationGraph()
114 sent_packet.info.packet_size_bytes = length; in SendRtp()
146 DataSize::Bytes(sent_packet.info.packet_size_bytes); in ProcessSentPacket()