Home
last modified time | relevance | path

Searched refs:first_rtcp_ntp_time (Results 1 – 6 of 6) sorted by relevance

/third_party/ffmpeg/libavformat/
Drtpenc.h43 int64_t first_rtcp_ntp_time; member
Drtpdec.c190 if (s->first_rtcp_ntp_time == AV_NOPTS_VALUE) { in rtcp_parse_packet()
191 s->first_rtcp_ntp_time = s->last_rtcp_ntp_time; in rtcp_parse_packet()
546 s->first_rtcp_ntp_time = AV_NOPTS_VALUE; in ff_rtp_parse_open()
604 addend = av_rescale(s->last_rtcp_ntp_time - s->first_rtcp_ntp_time, in finalize_packet()
Drtpdec.h179 uint64_t first_rtcp_ntp_time; member
Drtpenc.c127 s->first_rtcp_ntp_time = ff_ntp_time(); in rtp_write_header()
130 s->first_rtcp_ntp_time = (s1->start_time_realtime / 1000) * 1000 + in rtp_write_header()
293 rtp_ts = av_rescale_q(ntp_time - s->first_rtcp_ntp_time, (AVRational){1, 1000000}, in rtcp_send_sr()
Drtsp.c2235 if (rtpctx->first_rtcp_ntp_time != AV_NOPTS_VALUE) { in ff_rtsp_fetch_packet()
2250 rtpctx2->first_rtcp_ntp_time == AV_NOPTS_VALUE) { in ff_rtsp_fetch_packet()
2251 rtpctx2->first_rtcp_ntp_time = rtpctx->first_rtcp_ntp_time; in ff_rtsp_fetch_packet()
2259 …s->start_time_realtime = av_rescale (rtpctx->first_rtcp_ntp_time - (NTP_OFFSET << 32), 1000000, 1L… in ff_rtsp_fetch_packet()
Drtspdec.c534 rtpctx->first_rtcp_ntp_time = AV_NOPTS_VALUE; in rtsp_read_play()