Home
last modified time | relevance | path

Searched defs:packet_size_bytes (Results 1 – 6 of 6) sorted by relevance

/external/webrtc/rtc_base/
Dasync_packet_socket.cc45 void CopySocketInformationToPacketInfo(size_t packet_size_bytes, in CopySocketInformationToPacketInfo()
Drate_limiter.cc33 bool RateLimiter::TryUseRate(size_t packet_size_bytes) { in TryUseRate()
/external/pigweed/pw_bluetooth_hci/
Duart_transport.cc27 size_t packet_size_bytes = 0; in DecodeHciUartData() local
/external/webrtc/rtc_base/network/
Dsent_packet.h50 size_t packet_size_bytes = 0; member
/external/webrtc/modules/audio_coding/neteq/tools/
Dneteq_test.cc144 const auto packet_size_bytes = in RunToNextGetAudio() local
/external/pigweed/pw_bluetooth_hci/public/pw_bluetooth_hci/
Dpacket.h91 constexpr Packet(Type type, size_t packet_size_bytes) in Packet()