Home
last modified time | relevance | path

Searched refs:last_rtcp_timestamp (Results 1 – 2 of 2) sorted by relevance

/third_party/ffmpeg/libavformat/
Drtpdec.c192 s->last_rtcp_timestamp = AV_RB32(buf + 16); in rtcp_parse_packet()
196 s->base_timestamp = s->last_rtcp_timestamp; in rtcp_parse_packet()
197 s->rtcp_ts_offset = (int32_t)(s->last_rtcp_timestamp - s->base_timestamp); in rtcp_parse_packet()
641 delta_timestamp = timestamp - s->last_rtcp_timestamp; in finalize_packet()
Drtpdec.h178 uint32_t last_rtcp_timestamp; member