Searched refs:delta_timestamp (Results 1 - 3 of 3) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/ffmpeg/libavformat/
H A Drtpdec.c434 int delta_timestamp; local
437 delta_timestamp = timestamp - s->last_rtcp_timestamp;
440 pkt->pts = s->range_start_offset + addend + delta_timestamp;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/ffmpeg/libavformat/
H A Drtpdec.c434 int delta_timestamp; local
437 delta_timestamp = timestamp - s->last_rtcp_timestamp;
440 pkt->pts = s->range_start_offset + addend + delta_timestamp;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/ffmpeg/libavformat/
H A Drtpdec.c434 int delta_timestamp; local
437 delta_timestamp = timestamp - s->last_rtcp_timestamp;
440 pkt->pts = s->range_start_offset + addend + delta_timestamp;

Completed in 70 milliseconds