Searched defs:max_packet_size (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/net/quic/
H A Dquic_connection_stats.h56 uint32 max_packet_size; // In bytes. member in struct:net::QuicConnectionStats
H A Dquic_crypto_client_stream.cc219 const size_t max_packet_size = local
221 if (max_packet_size <= kFramingOverhead) {
222 DLOG(DFATAL) << "max_packet_length (" << max_packet_size
227 if (kClientHelloMinimumSize > max_packet_size - kFramingOverhead) {
232 out.set_minimum_size(max_packet_size - kFramingOverhead);
/external/chromium_org/third_party/webrtc/
H A Dvideo_send_stream.h76 : max_packet_size(kDefaultMaxPacketSize),
83 size_t max_packet_size; member in struct:webrtc::VideoSendStream::Config::Rtp
/external/chromium_org/third_party/webrtc/base/
H A Dasynctcpsocket.cc52 size_t max_packet_size)
55 insize_(max_packet_size),
57 outsize_(max_packet_size),
51 AsyncTCPSocketBase(AsyncSocket* socket, bool listen, size_t max_packet_size) argument
/external/chromium_org/third_party/webrtc/video/
H A Dvideo_send_stream.cc68 ss << ", max_packet_size: " << max_packet_size; local
198 static_cast<unsigned int>(config_.rtp.max_packet_size + 28));
H A Dvideo_send_stream_tests.cc489 FrameFragmentationTest(uint32_t max_packet_size, argument
497 max_packet_size_(max_packet_size),
509 assert(stop_size > max_packet_size);
626 send_config->rtp.max_packet_size = kMaxPacketSize;
/external/chromium_org/content/browser/gamepad/
H A Dxbox_data_fetcher_mac.cc410 uint16 max_packet_size; local
418 &max_packet_size,
426 read_buffer_.reset(new uint8[max_packet_size]);
427 read_buffer_size_ = max_packet_size;

Completed in 287 milliseconds