Home
last modified time | relevance | path

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

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