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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Drtpenc.h42 int64_t first_rtcp_ntp_time; // TODO: move into statistics member in struct:RTPMuxContext
H A Drtpenc.c104 s->first_rtcp_ntp_time = ff_ntp_time();
107 s->first_rtcp_ntp_time = (s1->start_time_realtime / 1000) * 1000 +
212 rtp_ts = av_rescale_q(ntp_time - s->first_rtcp_ntp_time, (AVRational){1, 1000000},
H A Drtpdec.c132 if (s->first_rtcp_ntp_time == AV_NOPTS_VALUE) {
133 s->first_rtcp_ntp_time = s->last_rtcp_ntp_time;
376 s->first_rtcp_ntp_time = AV_NOPTS_VALUE;
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.h176 int64_t first_rtcp_ntp_time; // TODO: move into statistics member in struct:RTPDemuxContext
H A Drtsp.c1775 * first_rtcp_ntp_time field was initialized. */
1777 if (rtpctx->first_rtcp_ntp_time != AV_NOPTS_VALUE) {
1778 /* first_rtcp_ntp_time has been initialized for this stream,
1792 rtpctx2->first_rtcp_ntp_time == AV_NOPTS_VALUE) {
1793 rtpctx2->first_rtcp_ntp_time = rtpctx->first_rtcp_ntp_time;
H A Drtspdec.c53 rtpctx->first_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.h43 int64_t first_rtcp_ntp_time; member in struct:RTPMuxContext
H A Drtpdec.h178 uint64_t first_rtcp_ntp_time; member in struct:RTPDemuxContext
H A Drtpenc.c121 s->first_rtcp_ntp_time = ff_ntp_time();
124 s->first_rtcp_ntp_time = (s1->start_time_realtime / 1000) * 1000 +
278 rtp_ts = av_rescale_q(ntp_time - s->first_rtcp_ntp_time, (AVRational){1, 1000000},
H A Drtpdec.c147 if (s->first_rtcp_ntp_time == AV_NOPTS_VALUE) {
148 s->first_rtcp_ntp_time = s->last_rtcp_ntp_time;
505 s->first_rtcp_ntp_time = AV_NOPTS_VALUE;
559 addend = av_rescale(s->last_rtcp_ntp_time - s->first_rtcp_ntp_time,
H A Drtsp.c2073 * first_rtcp_ntp_time field was initialized. */
2075 if (rtpctx->first_rtcp_ntp_time != AV_NOPTS_VALUE) {
2076 /* first_rtcp_ntp_time has been initialized for this stream,
2090 rtpctx2->first_rtcp_ntp_time == AV_NOPTS_VALUE) {
2091 rtpctx2->first_rtcp_ntp_time = rtpctx->first_rtcp_ntp_time;
2099 s->start_time_realtime = av_rescale (rtpctx->first_rtcp_ntp_time - (NTP_OFFSET << 32), 1000000, 1LL << 32);
H A Drtspdec.c516 rtpctx->first_rtcp_ntp_time = AV_NOPTS_VALUE;

Completed in 268 milliseconds