Searched refs:base_timestamp (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.h35 uint32_t base_timestamp; member in struct:RTPMuxContext
H A Drtpdec.c134 if (!s->base_timestamp)
135 s->base_timestamp = s->last_rtcp_timestamp;
136 s->rtcp_ts_offset = s->last_rtcp_timestamp - s->base_timestamp;
445 if (!s->base_timestamp)
446 s->base_timestamp = timestamp;
453 pkt->pts = s->unwrapped_timestamp + s->range_start_offset - s->base_timestamp;
H A Drtpenc.c99 s->base_timestamp = av_get_random_seed();
100 s->timestamp = s->base_timestamp;
213 s1->streams[0]->time_base) + s->base_timestamp;
393 s->cur_timestamp = s->base_timestamp + pkt->pts;
H A Drtpdec.h153 uint32_t base_timestamp; member in struct:RTPDemuxContext
H A Drtspdec.c54 rtpctx->base_timestamp = 0;
H A Drtsp.c768 rtpctx->base_timestamp = rtptime;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Drtpenc.h36 uint32_t base_timestamp; member in struct:RTPMuxContext
H A Drtpdec.h154 uint32_t base_timestamp; member in struct:RTPDemuxContext
H A Drtpenc.c115 s->base_timestamp = av_get_random_seed();
116 s->timestamp = s->base_timestamp;
279 s1->streams[0]->time_base) + s->base_timestamp;
513 s->cur_timestamp = s->base_timestamp + pkt->pts;
H A Drtpdec.c149 if (!s->base_timestamp)
150 s->base_timestamp = s->last_rtcp_timestamp;
151 s->rtcp_ts_offset = s->last_rtcp_timestamp - s->base_timestamp;
567 if (!s->base_timestamp)
568 s->base_timestamp = timestamp;
577 s->base_timestamp;
H A Drtspdec.c517 rtpctx->base_timestamp = 0;
H A Drtsp.c951 rtpctx->base_timestamp = rtptime;

Completed in 325 milliseconds