Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavformat/
H A Drtpdec.c202 if (s->first_rtcp_ntp_time == AV_NOPTS_VALUE) { in rtcp_parse_packet()
203 s->first_rtcp_ntp_time = s->last_rtcp_ntp_time; in rtcp_parse_packet()
584 s->first_rtcp_ntp_time = AV_NOPTS_VALUE; in ff_rtp_parse_open()
676 addend = av_rescale(s->last_rtcp_ntp_time - s->first_rtcp_ntp_time, in finalize_packet()
H A Drtpenc.c129 s->first_rtcp_ntp_time = ff_ntp_time(); in rtp_write_header()
132 s->first_rtcp_ntp_time = (s1->start_time_realtime / 1000) * 1000 + in rtp_write_header()
295 rtp_ts = av_rescale_q(ntp_time - s->first_rtcp_ntp_time, (AVRational){1, 1000000}, in rtcp_send_sr()
H A Drtpenc.h43 int64_t first_rtcp_ntp_time; member
H A Drtpdec.h178 uint64_t first_rtcp_ntp_time; member
H A Drtsp.c2287 * first_rtcp_ntp_time field was initialized. */ in ff_rtsp_fetch_packet()
2289 if (rtpctx->first_rtcp_ntp_time != AV_NOPTS_VALUE) { in ff_rtsp_fetch_packet()
2290 /* first_rtcp_ntp_time has been initialized for this stream, in ff_rtsp_fetch_packet()
2304 rtpctx2->first_rtcp_ntp_time == AV_NOPTS_VALUE) { in ff_rtsp_fetch_packet()
2305 rtpctx2->first_rtcp_ntp_time = rtpctx->first_rtcp_ntp_time; in ff_rtsp_fetch_packet()
2313 s->start_time_realtime = av_rescale (rtpctx->first_rtcp_ntp_time - (NTP_OFFSET << 32), 1000000, 1LL << 32); in ff_rtsp_fetch_packet()
H A Drtspdec.c555 rtpctx->first_rtcp_ntp_time = AV_NOPTS_VALUE; in rtsp_read_play()

Completed in 9 milliseconds