Searched refs:kMaxRtpPacketSizeForIpv4UdpOnEthernet (Results 1 – 4 of 4) sorted by relevance
72 kMaxRtpPacketSizeForIpv4UdpOnEthernet - kExpectedRtpHeaderSize; in TestGeneratePacket()78 uint8_t scratch[kMaxRtpPacketSizeForIpv4UdpOnEthernet]; in TestGeneratePacket()132 kMaxRtpPacketSizeForIpv4UdpOnEthernet};
40 constexpr int kMaxRtpPacketSizeForIpv4UdpOnEthernet = 1500 - 20 - 8; variable
65 return kMaxRtpPacketSizeForIpv4UdpOnEthernet; in GetMaxPacketSize()
163 uint8_t buffer[kMaxRtpPacketSizeForIpv4UdpOnEthernet]; in SendSenderReport()