Home
last modified time | relevance | path

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

/dports/multimedia/gpac-mp4box/gpac-1.0.0/src/filters/
H A Dreframer.c73 u64 ts_at_range_end; member
642 ts += st->ts_at_range_end; in reframer_send_packet()
660 ts += st->ts_at_range_end; in reframer_send_packet()
1622 st->ts_at_range_end = ctx->cur_end.num; in reframer_process()
1623 st->ts_at_range_end *= st->timescale; in reframer_process()
1624 st->ts_at_range_end /= ctx->cur_end.den; in reframer_process()
1625 st->ts_at_range_end -= start; in reframer_process()
1627 st->ts_at_range_end = (st->range_end_reached_ts - 1) - (st->ts_at_range_start_plus_one - 1); in reframer_process()
/dports/multimedia/gpac-libgpac/gpac-1.0.0/src/filters/
H A Dreframer.c73 u64 ts_at_range_end; member
642 ts += st->ts_at_range_end; in reframer_send_packet()
660 ts += st->ts_at_range_end; in reframer_send_packet()
1622 st->ts_at_range_end = ctx->cur_end.num; in reframer_process()
1623 st->ts_at_range_end *= st->timescale; in reframer_process()
1624 st->ts_at_range_end /= ctx->cur_end.den; in reframer_process()
1625 st->ts_at_range_end -= start; in reframer_process()
1627 st->ts_at_range_end = (st->range_end_reached_ts - 1) - (st->ts_at_range_start_plus_one - 1); in reframer_process()