• Home
  • Raw
  • Download

Lines Matching refs:transport_priv

769         if (rtsp_st->transport_priv) {  in ff_rtsp_undo_setup()
771 AVFormatContext *rtpctx = rtsp_st->transport_priv; in ff_rtsp_undo_setup()
782 ff_rdt_parse_close(rtsp_st->transport_priv); in ff_rtsp_undo_setup()
784 ff_rtp_parse_close(rtsp_st->transport_priv); in ff_rtsp_undo_setup()
786 rtsp_st->transport_priv = NULL; in ff_rtsp_undo_setup()
847 int ret = ff_rtp_chain_mux_open((AVFormatContext **)&rtsp_st->transport_priv, in ff_rtsp_open_transport_ctx()
855 st->time_base = ((AVFormatContext*)rtsp_st->transport_priv)->streams[0]->time_base; in ff_rtsp_open_transport_ctx()
859 rtsp_st->transport_priv = ff_rdt_parse_open(s, st->index, in ff_rtsp_open_transport_ctx()
863 rtsp_st->transport_priv = ff_rtp_parse_open(s, st, in ff_rtsp_open_transport_ctx()
867 if (!rtsp_st->transport_priv) { in ff_rtsp_open_transport_ctx()
871 RTPDemuxContext *rtpctx = rtsp_st->transport_priv; in ff_rtsp_open_transport_ctx()
874 ff_rtp_parse_set_dynamic_protocol(rtsp_st->transport_priv, in ff_rtsp_open_transport_ctx()
879 ff_rtp_parse_set_crypto(rtsp_st->transport_priv, in ff_rtsp_open_transport_ctx()
1045 RTPDemuxContext *rtpctx = rtsp_st->transport_priv; in handle_rtp_info()
2121 RTPDemuxContext *rtpctx = rt->rtsp_streams[i]->transport_priv; in pick_stream()
2167 if (len > 0 && (*rtsp_st)->transport_priv && rt->transport == RTSP_TRANSPORT_RTP) in read_packet()
2168 … ff_rtp_check_and_send_back_rr((*rtsp_st)->transport_priv, (*rtsp_st)->rtp_handle, NULL, len); in read_packet()
2177 if (len > 0 && (*rtsp_st)->transport_priv && rt->transport == RTSP_TRANSPORT_RTP) in read_packet()
2178 ff_rtp_check_and_send_back_rr((*rtsp_st)->transport_priv, NULL, s->pb, len); in read_packet()
2226 RTPDemuxContext *rtpctx = rt->rtsp_streams[i]->transport_priv; in ff_rtsp_fetch_packet()
2258 ret = ff_rtp_parse_packet(rtsp_st->transport_priv, pkt, NULL, 0); in ff_rtsp_fetch_packet()
2265 ret = ff_rdt_parse_packet(rtsp_st->transport_priv, pkt, &rt->recvbuf, len); in ff_rtsp_fetch_packet()
2267 ret = ff_rtp_parse_packet(rtsp_st->transport_priv, pkt, &rt->recvbuf, len); in ff_rtsp_fetch_packet()
2272 ff_rtp_send_rtcp_feedback(rtsp_st->transport_priv, rtsp_st->rtp_handle, pb); in ff_rtsp_fetch_packet()
2277 RTPDemuxContext *rtpctx = rtsp_st->transport_priv; in ff_rtsp_fetch_packet()
2288 RTPDemuxContext *rtpctx2 = rt->rtsp_streams[i]->transport_priv; in ff_rtsp_fetch_packet()
2339 rt->cur_transport_priv = rtsp_st->transport_priv; in ff_rtsp_fetch_packet()