Searched refs:transport_priv (Results 1 - 8 of 8) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Drtsp.c540 if (rtsp_st->transport_priv) {
542 AVFormatContext *rtpctx = rtsp_st->transport_priv;
553 ff_rdt_parse_close(rtsp_st->transport_priv);
555 ff_rtp_parse_close(rtsp_st->transport_priv);
557 rtsp_st->transport_priv = NULL;
601 rtsp_st->transport_priv = ff_rtp_chain_mux_open(s, st,
607 rtsp_st->transport_priv = ff_rdt_parse_open(s, st->index,
611 rtsp_st->transport_priv = ff_rtp_parse_open(s, st, rtsp_st->rtp_handle,
616 if (!rtsp_st->transport_priv) {
620 ff_rtp_parse_set_dynamic_protocol(rtsp_st->transport_priv,
[all...]
H A Drtspenc.c142 AVFormatContext *rtpctx = rtsp_st->transport_priv;
212 rtpctx = rtsp_st->transport_priv;
H A Drtsp.h267 /** RTSPStream->transport_priv of the last stream that we read a
376 void *transport_priv; /**< RTP/RDT parse context if input, RTP AVFormatContext if output */ member in struct:RTSPStream
547 * transport_priv and rtp_handle fields.
H A Drtspdec.c48 RTPDemuxContext *rtpctx = rtsp_st->transport_priv;
76 RTPDemuxContext *rtpctx = rtsp_st->transport_priv;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Drtsp.c676 if (rtsp_st->transport_priv) {
678 AVFormatContext *rtpctx = rtsp_st->transport_priv;
691 ff_rdt_parse_close(rtsp_st->transport_priv);
693 ff_rtp_parse_close(rtsp_st->transport_priv);
695 rtsp_st->transport_priv = NULL;
755 int ret = ff_rtp_chain_mux_open((AVFormatContext **)&rtsp_st->transport_priv,
763 st->time_base = ((AVFormatContext*)rtsp_st->transport_priv)->streams[0]->time_base;
767 rtsp_st->transport_priv = ff_rdt_parse_open(s, st->index,
771 rtsp_st->transport_priv = ff_rtp_parse_open(s, st,
775 if (!rtsp_st->transport_priv) {
[all...]
H A Drtspenc.c143 AVFormatContext *rtpctx = rtsp_st->transport_priv;
213 rtpctx = rtsp_st->transport_priv;
H A Drtsp.h280 /** RTSPStream->transport_priv of the last stream that we read a
430 void *transport_priv; /**< RTP/RDT parse context if input, RTP AVFormatContext if output */ member in struct:RTSPStream
622 * transport_priv and rtp_handle fields.
H A Drtspdec.c511 RTPDemuxContext *rtpctx = rtsp_st->transport_priv;
539 RTPDemuxContext *rtpctx = rtsp_st->transport_priv;

Completed in 57 milliseconds