Lines Matching refs:rtpctx
768 AVFormatContext *rtpctx = rtsp_st->transport_priv;
769 av_write_trailer(rtpctx);
771 if (CONFIG_RTSP_MUXER && rtpctx->pb && send_packets)
773 ffio_free_dyn_buf(&rtpctx->pb);
775 avio_closep(&rtpctx->pb);
777 avformat_free_context(rtpctx);
868 RTPDemuxContext *rtpctx = rtsp_st->transport_priv;
869 rtpctx->ssrc = rtsp_st->ssrc;
1044 RTPDemuxContext *rtpctx = rtsp_st->transport_priv;
1045 if (!rtpctx)
1048 rtpctx->base_timestamp = rtptime;
2132 RTPDemuxContext *rtpctx = rt->rtsp_streams[i]->transport_priv;
2133 if (!rtpctx)
2135 if (rtpctx->ssrc == AV_RB32(&buf[4])) {
2139 if (!rtpctx->ssrc)
2237 RTPDemuxContext *rtpctx = rt->rtsp_streams[i]->transport_priv;
2239 if (!rtpctx)
2241 queue_time = ff_rtp_queued_packet_time(rtpctx);
2288 RTPDemuxContext *rtpctx = rtsp_st->transport_priv;
2289 if (rtpctx->first_rtcp_ntp_time != AV_NOPTS_VALUE) {
2305 rtpctx2->first_rtcp_ntp_time = rtpctx->first_rtcp_ntp_time;
2307 rtpctx->rtcp_ts_offset, st->time_base,
2313 s->start_time_realtime = av_rescale (rtpctx->first_rtcp_ntp_time - (NTP_OFFSET << 32), 1000000, 1LL << 32);
2314 if (rtpctx->st) {
2316 av_rescale_q (rtpctx->rtcp_ts_offset, rtpctx->st->time_base, AV_TIME_BASE_Q);