Searched refs:last_rtcp_ntp_time (Results 1 - 10 of 10) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Drtpenc.h41 int64_t last_rtcp_ntp_time; // TODO: move into statistics member in struct:RTPMuxContext
H A Drtpdec.c130 s->last_rtcp_ntp_time = AV_RB64(buf + 8);
133 s->first_rtcp_ntp_time = s->last_rtcp_ntp_time;
240 uint64_t ntp_time= s->last_rtcp_ntp_time; // TODO: Get local ntp time?
285 if(s->last_rtcp_ntp_time==AV_NOPTS_VALUE)
290 uint32_t middle_32_bits= s->last_rtcp_ntp_time>>16; // this is valid, right? do we need to handle 64 bit values special?
291 uint32_t delay_since_last= ntp_time - s->last_rtcp_ntp_time;
375 s->last_rtcp_ntp_time = AV_NOPTS_VALUE;
432 if (s->last_rtcp_ntp_time != AV_NOPTS_VALUE && s->ic->nb_streams > 1) {
439 addend = av_rescale(s->last_rtcp_ntp_time - s->first_rtcp_ntp_time, s->st->time_base.den, (uint64_t)s->st->time_base.num << 32);
H A Drtpdec.h175 int64_t last_rtcp_ntp_time; // TODO: move into statistics member in struct:RTPDemuxContext
H A Drtpenc.c211 s->last_rtcp_ntp_time = ntp_time;
388 (ff_ntp_time() - s->last_rtcp_ntp_time > 5000000))) {
H A Drtspdec.c52 rtpctx->last_rtcp_ntp_time = AV_NOPTS_VALUE;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Drtpenc.h42 int64_t last_rtcp_ntp_time; member in struct:RTPMuxContext
H A Drtpdec.c145 s->last_rtcp_ntp_time = AV_RB64(buf + 8);
148 s->first_rtcp_ntp_time = s->last_rtcp_ntp_time;
319 if (s->last_rtcp_ntp_time == AV_NOPTS_VALUE) {
323 uint32_t middle_32_bits = s->last_rtcp_ntp_time >> 16; // this is valid, right? do we need to handle 64 bit values special?
504 s->last_rtcp_ntp_time = AV_NOPTS_VALUE;
552 if (s->last_rtcp_ntp_time != AV_NOPTS_VALUE && s->ic->nb_streams > 1) {
559 addend = av_rescale(s->last_rtcp_ntp_time - s->first_rtcp_ntp_time,
H A Drtpdec.h176 uint64_t last_rtcp_ntp_time; member in struct:RTPDemuxContext
H A Drtpenc.c277 s->last_rtcp_ntp_time = ntp_time;
507 (ff_ntp_time() - s->last_rtcp_ntp_time > 5000000))) &&
H A Drtspdec.c515 rtpctx->last_rtcp_ntp_time = AV_NOPTS_VALUE;

Completed in 211 milliseconds