Searched refs:last_rtcp_ntp_time (Results 1 – 5 of 5) sorted by relevance
200 s->last_rtcp_ntp_time = AV_RB64(buf + 8); in rtcp_parse_packet()203 s->first_rtcp_ntp_time = s->last_rtcp_ntp_time; in rtcp_parse_packet()374 if (s->last_rtcp_ntp_time == AV_NOPTS_VALUE) { in ff_rtp_check_and_send_back_rr()378 …uint32_t middle_32_bits = s->last_rtcp_ntp_time >> 16; // this is valid, right? do we need to ha… in ff_rtp_check_and_send_back_rr()583 s->last_rtcp_ntp_time = AV_NOPTS_VALUE; in ff_rtp_parse_open()643 rtcp_time = ff_parse_ntp_time(s->last_rtcp_ntp_time) - NTP_OFFSET_US; in rtp_set_prft()663 if (s->last_rtcp_ntp_time != AV_NOPTS_VALUE) { in finalize_packet()669 if (s->last_rtcp_ntp_time != AV_NOPTS_VALUE && s->ic->nb_streams > 1) { in finalize_packet()676 addend = av_rescale(s->last_rtcp_ntp_time - s->first_rtcp_ntp_time, in finalize_packet()
42 int64_t last_rtcp_ntp_time; member
176 uint64_t last_rtcp_ntp_time; member
294 s->last_rtcp_ntp_time = ntp_time; in rtcp_send_sr()531 (ff_ntp_time() - s->last_rtcp_ntp_time > 5000000))) && in rtp_write_packet()
554 rtpctx->last_rtcp_ntp_time = AV_NOPTS_VALUE; in rtsp_read_play()