Lines Matching refs:rtpctx
541 RTPDemuxContext *rtpctx = rtsp_st->transport_priv; in rtsp_read_play() local
542 if (!rtpctx) in rtsp_read_play()
544 ff_rtp_reset_packet_queue(rtpctx); in rtsp_read_play()
545 rtpctx->last_rtcp_ntp_time = AV_NOPTS_VALUE; in rtsp_read_play()
546 rtpctx->first_rtcp_ntp_time = AV_NOPTS_VALUE; in rtsp_read_play()
547 rtpctx->base_timestamp = 0; in rtsp_read_play()
548 rtpctx->timestamp = 0; in rtsp_read_play()
549 rtpctx->unwrapped_timestamp = 0; in rtsp_read_play()
550 rtpctx->rtcp_ts_offset = 0; in rtsp_read_play()
569 RTPDemuxContext *rtpctx = rtsp_st->transport_priv; in rtsp_read_play() local
571 if (!rtpctx || rtsp_st->stream_index < 0) in rtsp_read_play()
575 rtpctx->range_start_offset = in rtsp_read_play()