Home
last modified time | relevance | path

Searched refs:max_packet_size (Results 1 – 14 of 14) sorted by relevance

/external/chromium_org/net/quic/
Dquic_connection_stats.cc35 max_packet_size(0), in QuicConnectionStats()
74 << ", max packet size: " << s.max_packet_size in operator <<()
Dquic_crypto_client_stream.cc219 const size_t max_packet_size = in DoHandshakeLoop() local
221 if (max_packet_size <= kFramingOverhead) { in DoHandshakeLoop()
222 DLOG(DFATAL) << "max_packet_length (" << max_packet_size in DoHandshakeLoop()
227 if (kClientHelloMinimumSize > max_packet_size - kFramingOverhead) { in DoHandshakeLoop()
232 out.set_minimum_size(max_packet_size - kFramingOverhead); in DoHandshakeLoop()
Dquic_connection_stats.h56 uint32 max_packet_size; // In bytes. member
Dquic_connection.cc1091 stats_.max_packet_size = packet_generator_.max_packet_length(); in GetStats()
Dquic_connection_test.cc3468 EXPECT_EQ(kDefaultMaxPacketSize, stats.max_packet_size); in TEST_P()
/external/chromium_org/third_party/webrtc/
Dvideo_send_stream.h76 : max_packet_size(kDefaultMaxPacketSize), in Rtp()
83 size_t max_packet_size; member
/external/chromium_org/third_party/webrtc/base/
Dasynctcpsocket.cc52 size_t max_packet_size) in AsyncTCPSocketBase() argument
55 insize_(max_packet_size), in AsyncTCPSocketBase()
57 outsize_(max_packet_size), in AsyncTCPSocketBase()
Dasynctcpsocket.h25 AsyncTCPSocketBase(AsyncSocket* socket, bool listen, size_t max_packet_size);
/external/chromium_org/content/browser/gamepad/
Dxbox_data_fetcher_mac.cc410 uint16 max_packet_size; in OpenDevice() local
418 &max_packet_size, in OpenDevice()
426 read_buffer_.reset(new uint8[max_packet_size]); in OpenDevice()
427 read_buffer_size_ = max_packet_size; in OpenDevice()
/external/chromium_org/third_party/webrtc/video/
Dvideo_send_stream.cc68 ss << ", max_packet_size: " << max_packet_size; in ToString()
198 static_cast<unsigned int>(config_.rtp.max_packet_size + 28)); in VideoSendStream()
Dvideo_send_stream_tests.cc489 FrameFragmentationTest(uint32_t max_packet_size, in TestPacketFragmentationSize() argument
497 max_packet_size_(max_packet_size), in TestPacketFragmentationSize()
509 assert(stop_size > max_packet_size); in TestPacketFragmentationSize()
626 send_config->rtp.max_packet_size = kMaxPacketSize; in TestPacketFragmentationSize()
/external/chromium_org/net/quic/test_tools/
Dquic_test_utils.h443 MOCK_METHOD1(SetMaxPacketSize, void(QuicByteCount max_packet_size));
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
Dwebrtcvideoengine2.cc1318 parameters_.config.rtp.max_packet_size = kVideoMtu; in WebRtcVideoSendStream()
/external/lldb/tools/debugserver/source/
DChangeLog1096 max_packet_size - 5 to allow for start, end, checksum and nul