Searched refs:kVideoMtu (Results 1 – 3 of 3) sorted by relevance
32 extern const int kVideoMtu;
88 const int kVideoMtu = 1200; variable3328 if (engine_->vie()->network()->SetMTU(channel_id, kVideoMtu) != 0) { in ConfigureChannel()3329 LOG_RTCERR2(SetMTU, channel_id, kVideoMtu); in ConfigureChannel()
1318 parameters_.config.rtp.max_packet_size = kVideoMtu; in WebRtcVideoSendStream()