Searched refs:rtp_handle (Results 1 - 9 of 9) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Drtsp.c558 if (rtsp_st->rtp_handle)
559 ffurl_close(rtsp_st->rtp_handle);
560 rtsp_st->rtp_handle = NULL;
602 rtsp_st->rtp_handle,
604 /* Ownership of rtp_handle is passed to the rtp mux context */
605 rtsp_st->rtp_handle = NULL;
611 rtsp_st->transport_priv = ff_rtp_parse_open(s, st, rtsp_st->rtp_handle,
1167 if (ffurl_open(&rtsp_st->rtp_handle, buf, AVIO_FLAG_READ_WRITE,
1178 port = ff_rtp_get_local_rtp_port(rtsp_st->rtp_handle);
1284 ff_rtp_set_remote_url(rtsp_st->rtp_handle, ur
[all...]
H A Drtpdec.h65 void ff_rtp_send_punch_packets(URLContext* rtp_handle);
H A Drtsp.h375 URLContext *rtp_handle; /**< RTP stream handle (if UDP) */ member in struct:RTSPStream
547 * transport_priv and rtp_handle fields.
H A Drtpdec.c323 void ff_rtp_send_punch_packets(URLContext* rtp_handle) argument
342 ffurl_write(rtp_handle, buf, len);
357 ffurl_write(rtp_handle, buf, len);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Drtsp.c696 if (rtsp_st->rtp_handle)
697 ffurl_close(rtsp_st->rtp_handle);
698 rtsp_st->rtp_handle = NULL;
756 s, st, rtsp_st->rtp_handle,
759 /* Ownership of rtp_handle is passed to the rtp mux context */
760 rtsp_st->rtp_handle = NULL;
1408 if (!ffurl_open(&rtsp_st->rtp_handle, buf, AVIO_FLAG_READ_WRITE,
1417 port = ff_rtp_get_local_rtp_port(rtsp_st->rtp_handle);
1521 ff_rtp_set_remote_url(rtsp_st->rtp_handle, url) < 0) {
1531 ff_rtp_send_punch_packets(rtsp_st->rtp_handle);
[all...]
H A Drtpdec.h66 void ff_rtp_send_punch_packets(URLContext* rtp_handle);
H A Drtsp.h429 URLContext *rtp_handle; /**< RTP stream handle (if UDP) */ member in struct:RTSPStream
622 * transport_priv and rtp_handle fields.
H A Drtpdec.c359 void ff_rtp_send_punch_packets(URLContext *rtp_handle) argument
378 ffurl_write(rtp_handle, buf, len);
393 ffurl_write(rtp_handle, buf, len);
H A Drtspdec.c292 ret = ffurl_open(&rtsp_st->rtp_handle, url, AVIO_FLAG_READ_WRITE,
303 ff_rtp_get_local_rtp_port(rtsp_st->rtp_handle));
309 localport = ff_rtp_get_local_rtp_port(rtsp_st->rtp_handle);

Completed in 135 milliseconds