Searched refs:unwrapped_timestamp (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Drtpdec.h156 int64_t unwrapped_timestamp; member in struct:RTPDemuxContext
H A Drtpdec.c572 s->unwrapped_timestamp += timestamp;
574 s->unwrapped_timestamp += (int32_t)(timestamp - s->timestamp);
576 pkt->pts = s->unwrapped_timestamp + s->range_start_offset -
H A Drtspdec.c519 rtpctx->unwrapped_timestamp = 0;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Drtpdec.h155 int64_t unwrapped_timestamp; member in struct:RTPDemuxContext
H A Drtpdec.c449 s->unwrapped_timestamp += timestamp;
451 s->unwrapped_timestamp += (int32_t)(timestamp - s->timestamp);
453 pkt->pts = s->unwrapped_timestamp + s->range_start_offset - s->base_timestamp;
H A Drtspdec.c56 rtpctx->unwrapped_timestamp = 0;

Completed in 172 milliseconds