Searched refs:last_rtcp_ntp_time (Results 1 – 5 of 5) sorted by relevance
191 s->last_rtcp_ntp_time = AV_RB64(buf + 8); in rtcp_parse_packet()194 s->first_rtcp_ntp_time = s->last_rtcp_ntp_time; in rtcp_parse_packet()365 if (s->last_rtcp_ntp_time == AV_NOPTS_VALUE) { in ff_rtp_check_and_send_back_rr()369 …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()574 s->last_rtcp_ntp_time = AV_NOPTS_VALUE; in ff_rtp_parse_open()636 if (s->last_rtcp_ntp_time != AV_NOPTS_VALUE && s->ic->nb_streams > 1) { in finalize_packet()643 addend = av_rescale(s->last_rtcp_ntp_time - s->first_rtcp_ntp_time, in finalize_packet()
42 int64_t last_rtcp_ntp_time; member
175 uint64_t last_rtcp_ntp_time; member
292 s->last_rtcp_ntp_time = ntp_time; in rtcp_send_sr()529 (ff_ntp_time() - s->last_rtcp_ntp_time > 5000000))) && in rtp_write_packet()
545 rtpctx->last_rtcp_ntp_time = AV_NOPTS_VALUE; in rtsp_read_play()