Lines Matching defs:port
126 int port;
130 av_url_split(proto, sizeof(proto), NULL, 0, dest_addr, size, &port, NULL, 0, url);
152 return port;
813 int port, int ttl, AVFormatContext *fmt)
828 av_strlcatf(buff, size, "m=%s %d RTP/AVP %d\r\n", type, port, payload_type);
841 int i, j, port, ttl, is_multicast, index = 0;
850 port = 0;
853 port = sdp_get_address(dst, sizeof(dst), &ttl, ac[0]->url ? ac[0]->url : "");
873 port = sdp_get_address(dst, sizeof(dst), &ttl, ac[i]->url ? ac[i]->url : "");
882 (port > 0) ? port + j * 2 : 0,
887 if (port <= 0) {
917 int port, int ttl, AVFormatContext *fmt)