Searched refs:rtp_port_max (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Drtsp.h386 int rtp_port_min, rtp_port_max; member in struct:RTSPState
H A Drtspdec.c296 } while (ret || localport > rt->rtp_port_max);
297 if (localport > rt->rtp_port_max) {
H A Drtsp.c92 { "max_port", "set maximum local UDP port", OFFSET(rtp_port_max), AV_OPT_TYPE_INT, {.i64 = RTSP_RTP_PORT_MAX}, 0, 65535, DEC|ENC },
1362 port_off = av_get_random_seed() % ((rt->rtp_port_max - rt->rtp_port_min)/2);
1403 while (j <= rt->rtp_port_max) {
1599 if (rt->rtp_port_max < rt->rtp_port_min) {
1601 "than min port %d\n", rt->rtp_port_max,

Completed in 69 milliseconds