Home
last modified time | relevance | path

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

12345678910>>...65

/dports/net-mgmt/fastnetmon/fastnetmon-1.1.4/src/
H A Dpacket_storage.h16 max_packet_size = 1500; in packet_storage_t()
20 …unsigned int memory_size_in_bytes = buffer_size_in_packets * (max_packet_size + sizeof(fastnetmon_… in allocate_buffer()
69 if (length > max_packet_size) { in write_packet()
71 pcap_packet_header.incl_len = max_packet_size; in write_packet()
95 fill_pcap_header(&pcap_header, max_packet_size); in write_header()
122 return this->max_packet_size; in get_max_packet_size()
126 this->max_packet_size = new_max_packet_size; in set_max_packet_size()
133 unsigned int max_packet_size; variable
/dports/sysutils/xvidcap/xvidcap-1.1.7/ffmpeg/libavformat/
H A Drtpenc.c47 int payload_type, max_packet_size, n; in rtp_write_header() local
68 if (max_packet_size <= 12) in rtp_write_header()
173 int len, max_packet_size, n; in rtp_send_samples() local
201 int len, count, max_packet_size; in rtp_send_mpegaudio() local
203 max_packet_size = s->max_payload_size; in rtp_send_mpegaudio()
207 if ((len + size) > max_packet_size) { in rtp_send_mpegaudio()
218 if (size > max_packet_size) { in rtp_send_mpegaudio()
222 len = max_packet_size - 4; in rtp_send_mpegaudio()
253 int len, max_packet_size; in rtp_send_raw() local
255 max_packet_size = s->max_payload_size; in rtp_send_raw()
[all …]
H A Drtp_aac.c31 int len, max_packet_size; in ff_rtp_send_aac() local
39 max_packet_size = s->max_payload_size - MAX_AU_HEADERS_SIZE; in ff_rtp_send_aac()
43 if ((s->read_buf_index == MAX_FRAMES_PER_PACKET) || (len && (len + size) > max_packet_size)) { in ff_rtp_send_aac()
63 if (size < max_packet_size) { in ff_rtp_send_aac()
74 max_packet_size = s->max_payload_size - 4; in ff_rtp_send_aac()
79 len = FFMIN(size, max_packet_size); in ff_rtp_send_aac()
H A Drtpproto.c99 int max_packet_size) in build_udp_url() argument
106 if (max_packet_size >=0) in build_udp_url()
107 url_add_option(buf, buf_size, "pkt_size=%d", max_packet_size); in build_udp_url()
121 int port, is_output, ttl, local_port, max_packet_size; in rtp_open() local
139 max_packet_size = -1; in rtp_open()
150 max_packet_size = strtol(buf, NULL, 10); in rtp_open()
155 hostname, port, local_port, ttl, max_packet_size); in rtp_open()
164 hostname, port + 1, local_port + 1, ttl, max_packet_size); in rtp_open()
173 h->max_packet_size = url_get_max_packet_size(s->rtp_hd); in rtp_open()
H A Drtp_mpv.c32 int len, h, max_packet_size; in ff_rtp_send_mpegvideo() local
36 max_packet_size = s->max_payload_size; in ff_rtp_send_mpegvideo()
46 len = max_packet_size - 4; in ff_rtp_send_mpegvideo()
79 if (r - r1 < max_packet_size) { in ff_rtp_send_mpegvideo()
/dports/audio/mous/mous-2.0.1/deps/ffmpeg-strip-wma/
H A Daviobuf.c50 s->max_packet_size = 0; in init_put_byte()
418 int buffer_size, max_packet_size; in url_fdopen() local
421 max_packet_size = url_get_max_packet_size(h); in url_fdopen()
422 if (max_packet_size) { in url_fdopen()
438 s->max_packet_size = max_packet_size; in url_fdopen()
542 return s->max_packet_size; in url_fget_max_packet_size()
630 if (max_packet_size) in url_open_dyn_buf_internal()
631 io_buffer_size = max_packet_size; in url_open_dyn_buf_internal()
648 s->max_packet_size = max_packet_size; in url_open_dyn_buf_internal()
675 if (max_packet_size <= 0) in url_open_dyn_packet_buf()
[all …]
/dports/emulators/vice/vice-3.5/src/lib/libffmpeg/libavformat/
H A Drtpenc_aac.c28 int len, max_packet_size; in ff_rtp_send_aac() local
38 max_packet_size = s->max_payload_size - max_au_headers_size; in ff_rtp_send_aac()
62 if (size <= max_packet_size) { in ff_rtp_send_aac()
71 max_packet_size = s->max_payload_size - 4; in ff_rtp_send_aac()
76 len = FFMIN(size, max_packet_size); in ff_rtp_send_aac()
H A Drtpenc_mpv.c32 int len, h, max_packet_size; in ff_rtp_send_mpegvideo() local
37 max_packet_size = s->max_payload_size; in ff_rtp_send_mpegvideo()
47 len = max_packet_size - 4; in ff_rtp_send_mpegvideo()
80 if ((r1 - buf1 > 4) && (r - r1 < max_packet_size)) { in ff_rtp_send_mpegvideo()
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/libffmpeg/libavformat/
H A Drtpenc_aac.c28 int len, max_packet_size; in ff_rtp_send_aac() local
38 max_packet_size = s->max_payload_size - max_au_headers_size; in ff_rtp_send_aac()
62 if (size <= max_packet_size) { in ff_rtp_send_aac()
71 max_packet_size = s->max_payload_size - 4; in ff_rtp_send_aac()
76 len = FFMIN(size, max_packet_size); in ff_rtp_send_aac()
H A Drtpenc_mpv.c32 int len, h, max_packet_size; in ff_rtp_send_mpegvideo() local
37 max_packet_size = s->max_payload_size; in ff_rtp_send_mpegvideo()
47 len = max_packet_size - 4; in ff_rtp_send_mpegvideo()
80 if ((r1 - buf1 > 4) && (r - r1 < max_packet_size)) { in ff_rtp_send_mpegvideo()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/libwebrtc/webrtc/modules/rtp_rtcp/source/
H A Drtcp_transceiver_config.cc37 if (max_packet_size < 100) { in Validate()
38 RTC_LOG(LS_ERROR) << debug_id << "max packet size " << max_packet_size in Validate()
42 if (max_packet_size > IP_PACKET_SIZE) { in Validate()
43 RTC_LOG(LS_ERROR) << debug_id << "max packet size " << max_packet_size in Validate()
/dports/www/firefox-esr/firefox-91.8.0/third_party/libwebrtc/webrtc/modules/rtp_rtcp/source/
H A Drtcp_transceiver_config.cc37 if (max_packet_size < 100) { in Validate()
38 RTC_LOG(LS_ERROR) << debug_id << "max packet size " << max_packet_size in Validate()
42 if (max_packet_size > IP_PACKET_SIZE) { in Validate()
43 RTC_LOG(LS_ERROR) << debug_id << "max packet size " << max_packet_size in Validate()
/dports/lang/spidermonkey78/firefox-78.9.0/media/webrtc/trunk/webrtc/modules/rtp_rtcp/source/
H A Drtcp_transceiver_config.cc37 if (max_packet_size < 100) { in Validate()
38 RTC_LOG(LS_ERROR) << debug_id << "max packet size " << max_packet_size in Validate()
42 if (max_packet_size > IP_PACKET_SIZE) { in Validate()
43 RTC_LOG(LS_ERROR) << debug_id << "max packet size " << max_packet_size in Validate()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/webrtc/modules/rtp_rtcp/source/
H A Drtcp_transceiver_config.cc37 if (max_packet_size < 100) { in Validate()
38 RTC_LOG(LS_ERROR) << debug_id << "max packet size " << max_packet_size in Validate()
42 if (max_packet_size > IP_PACKET_SIZE) { in Validate()
43 RTC_LOG(LS_ERROR) << debug_id << "max packet size " << max_packet_size in Validate()
/dports/net-im/tg_owt/tg_owt-d578c76/src/modules/rtp_rtcp/source/
H A Drtcp_transceiver_config.cc37 if (max_packet_size < 100) { in Validate()
38 RTC_LOG(LS_ERROR) << debug_id << "max packet size " << max_packet_size in Validate()
42 if (max_packet_size > IP_PACKET_SIZE) { in Validate()
43 RTC_LOG(LS_ERROR) << debug_id << "max packet size " << max_packet_size in Validate()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webrtc/modules/rtp_rtcp/source/
H A Drtcp_transceiver_config.cc37 if (max_packet_size < 100) { in Validate()
38 RTC_LOG(LS_ERROR) << debug_id << "max packet size " << max_packet_size in Validate()
42 if (max_packet_size > IP_PACKET_SIZE) { in Validate()
43 RTC_LOG(LS_ERROR) << debug_id << "max packet size " << max_packet_size in Validate()
/dports/www/firefox/firefox-99.0/third_party/libwebrtc/modules/rtp_rtcp/source/
H A Drtcp_transceiver_config.cc37 if (max_packet_size < 100) { in Validate()
38 RTC_LOG(LS_ERROR) << debug_id << "max packet size " << max_packet_size in Validate()
42 if (max_packet_size > IP_PACKET_SIZE) { in Validate()
43 RTC_LOG(LS_ERROR) << debug_id << "max packet size " << max_packet_size in Validate()
/dports/multimedia/v4l_compat/linux-5.13-rc2/fs/ecryptfs/
H A Dkeystore.c587 size_t max_packet_size; member
858 size_t max_packet_size; member
941 > max_packet_size) { in ecryptfs_parse_tag_70_packet()
1554 if (max_packet_size < 16) { in parse_tag_11_packet()
1798 max_packet_size); in ecryptfs_parse_packet_set()
2027 size_t max_packet_size; in write_tag_1_packet() local
2077 (max_packet_size - 4), in write_tag_1_packet()
2115 size_t max_packet_size; in write_tag_11_packet() local
2137 (max_packet_size - 4), in write_tag_11_packet()
2187 size_t max_packet_size; in write_tag_3_packet() local
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/fs/ecryptfs/
H A Dkeystore.c587 size_t max_packet_size; member
858 size_t max_packet_size; member
941 > max_packet_size) { in ecryptfs_parse_tag_70_packet()
1554 if (max_packet_size < 16) { in parse_tag_11_packet()
1798 max_packet_size); in ecryptfs_parse_packet_set()
2027 size_t max_packet_size; in write_tag_1_packet() local
2077 (max_packet_size - 4), in write_tag_1_packet()
2115 size_t max_packet_size; in write_tag_11_packet() local
2137 (max_packet_size - 4), in write_tag_11_packet()
2187 size_t max_packet_size; in write_tag_3_packet() local
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/fs/ecryptfs/
H A Dkeystore.c587 size_t max_packet_size; member
858 size_t max_packet_size; member
941 > max_packet_size) { in ecryptfs_parse_tag_70_packet()
1554 if (max_packet_size < 16) { in parse_tag_11_packet()
1798 max_packet_size); in ecryptfs_parse_packet_set()
2027 size_t max_packet_size; in write_tag_1_packet() local
2077 (max_packet_size - 4), in write_tag_1_packet()
2115 size_t max_packet_size; in write_tag_11_packet() local
2137 (max_packet_size - 4), in write_tag_11_packet()
2187 size_t max_packet_size; in write_tag_3_packet() local
[all …]
/dports/www/trafficserver/trafficserver-9.1.1/iocore/net/quic/test/
H A Dtest_QUICTransportParameters.cc113 uint16_t max_packet_size = 0x1bcd; variable
114 params_in_ch.set(QUICTransportParameterId::MAX_UDP_PAYLOAD_SIZE, max_packet_size);
244 uint16_t max_packet_size = 0x1bcd; variable
245 params_in_ee.set(QUICTransportParameterId::MAX_UDP_PAYLOAD_SIZE, max_packet_size);
273 uint16_t max_packet_size = 0x1bcd; variable
274 params_in_ee.set(QUICTransportParameterId::MAX_UDP_PAYLOAD_SIZE, max_packet_size);
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/libavformat/
H A Drtpenc_mpv.c32 int len, h, max_packet_size; in ff_rtp_send_mpegvideo() local
37 max_packet_size = s->max_payload_size; in ff_rtp_send_mpegvideo()
47 len = max_packet_size - 4; in ff_rtp_send_mpegvideo()
80 if ((r1 - buf1 > 4) && (r - r1 < max_packet_size)) { in ff_rtp_send_mpegvideo()
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libavformat/
H A Drtpenc_mpv.c32 int len, h, max_packet_size; in ff_rtp_send_mpegvideo() local
37 max_packet_size = s->max_payload_size; in ff_rtp_send_mpegvideo()
47 len = max_packet_size - 4; in ff_rtp_send_mpegvideo()
80 if ((r1 - buf1 > 4) && (r - r1 < max_packet_size)) { in ff_rtp_send_mpegvideo()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/libavformat/
H A Drtpenc_mpv.c32 int len, h, max_packet_size; in ff_rtp_send_mpegvideo() local
37 max_packet_size = s->max_payload_size; in ff_rtp_send_mpegvideo()
47 len = max_packet_size - 4; in ff_rtp_send_mpegvideo()
80 if ((r1 - buf1 > 4) && (r - r1 < max_packet_size)) { in ff_rtp_send_mpegvideo()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/libavformat/
H A Drtpenc_mpv.c32 int len, h, max_packet_size; in ff_rtp_send_mpegvideo() local
37 max_packet_size = s->max_payload_size; in ff_rtp_send_mpegvideo()
47 len = max_packet_size - 4; in ff_rtp_send_mpegvideo()
80 if ((r1 - buf1 > 4) && (r - r1 < max_packet_size)) { in ff_rtp_send_mpegvideo()

12345678910>>...65