Searched defs:max_packet_size (Results 1 – 15 of 15) sorted by relevance
/third_party/ffmpeg/libavformat/ |
D | rtpenc.c | 361 int len, max_packet_size, n; in rtp_send_samples() local 390 int len, count, max_packet_size; in rtp_send_mpegaudio() local 442 int len, max_packet_size; in rtp_send_raw() local
|
D | rtpenc_vp8.c | 29 int len, max_packet_size, header_size; in ff_rtp_send_vp8() local
|
D | rtpenc_aac.c | 32 int len, max_packet_size = s->max_payload_size - max_au_headers_size; in ff_rtp_send_aac() local
|
D | rtpenc_h263.c | 46 int len, max_packet_size; in ff_rtp_send_h263() local
|
D | rtpenc_mpv.c | 32 int len, h, max_packet_size; in ff_rtp_send_mpegvideo() local
|
D | aviobuf.c | 959 int buffer_size, max_packet_size; in ffio_fdopen() local 1462 static int url_open_dyn_buf_internal(AVIOContext **s, int max_packet_size) in url_open_dyn_buf_internal() 1488 int ffio_open_dyn_packet_buf(AVIOContext **s, int max_packet_size) in ffio_open_dyn_packet_buf() 1520 int max_packet_size = s->max_packet_size; in ffio_reset_dyn_buf() local
|
D | url.h | 43 …int max_packet_size; /**< if non zero, the stream is packetized with this max packet size */ member
|
D | avio.h | 243 int max_packet_size; member
|
D | movenc.h | 134 uint32_t max_packet_size; member
|
D | mpegts.c | 207 int max_packet_size; member 1972 int max_packet_size = ts->max_packet_size; in mpegts_push_data() local
|
/third_party/lwip/test/fuzz/ |
D | fuzz.c | 116 const u16_t max_packet_size = 1514; in input_pkts() local
|
/third_party/ffmpeg/libavcodec/ |
D | pngenc.c | 577 uint64_t *max_packet_size) in add_icc_profile_size() 610 uint64_t max_packet_size; in encode_png() local 928 uint64_t max_packet_size; in encode_apng() local
|
/third_party/FreeBSD/sys/dev/usb/ |
D | usb_core.h | 166 uint16_t max_packet_size; member
|
/third_party/python/Lib/ |
D | socketserver.py | 524 max_packet_size = 8192 variable in UDPServer
|
/third_party/FreeBSD/sys/dev/usb/controller/ |
D | xhci.c | 85 uint32_t max_packet_size; member 2296 uint8_t mult, uint8_t fps_shift, uint16_t max_packet_size, in xhci_configure_endpoint()
|