Searched refs:last_rtcp_timestamp (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Drtpdec.h179 uint32_t last_rtcp_timestamp; member in struct:RTPDemuxContext
H A Drtpdec.c146 s->last_rtcp_timestamp = AV_RB32(buf + 16);
150 s->base_timestamp = s->last_rtcp_timestamp;
151 s->rtcp_ts_offset = s->last_rtcp_timestamp - s->base_timestamp;
557 delta_timestamp = timestamp - s->last_rtcp_timestamp;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Drtpdec.c131 s->last_rtcp_timestamp = AV_RB32(buf + 16);
135 s->base_timestamp = s->last_rtcp_timestamp;
136 s->rtcp_ts_offset = s->last_rtcp_timestamp - s->base_timestamp;
437 delta_timestamp = timestamp - s->last_rtcp_timestamp;
H A Drtpdec.h177 uint32_t last_rtcp_timestamp; // TODO: move into statistics member in struct:RTPDemuxContext

Completed in 123 milliseconds