Home
last modified time | relevance | path

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

/dports/multimedia/gpac-mp4box/gpac-1.0.0/src/filters/
H A Dreframer.c527 u64 cts_us = gf_filter_pck_get_dts(pck); in reframer_send_packet() local
528 if (cts_us==GF_FILTER_NO_TS) in reframer_send_packet()
529 cts_us = gf_filter_pck_get_cts(pck); in reframer_send_packet()
531 if (cts_us==GF_FILTER_NO_TS) { in reframer_send_packet()
535 cts_us += st->tk_delay; in reframer_send_packet()
537 cts_us *= 1000000; in reframer_send_packet()
538 cts_us /= st->timescale; in reframer_send_packet()
545 st->cts_us_at_init = cts_us; in reframer_send_packet()
548 } else if (cts_us < st->cts_us_at_init) { in reframer_send_packet()
552 u64 diff = cts_us - st->cts_us_at_init; in reframer_send_packet()
/dports/multimedia/gpac-libgpac/gpac-1.0.0/src/filters/
H A Dreframer.c527 u64 cts_us = gf_filter_pck_get_dts(pck); in reframer_send_packet() local
528 if (cts_us==GF_FILTER_NO_TS) in reframer_send_packet()
529 cts_us = gf_filter_pck_get_cts(pck); in reframer_send_packet()
531 if (cts_us==GF_FILTER_NO_TS) { in reframer_send_packet()
535 cts_us += st->tk_delay; in reframer_send_packet()
537 cts_us *= 1000000; in reframer_send_packet()
538 cts_us /= st->timescale; in reframer_send_packet()
545 st->cts_us_at_init = cts_us; in reframer_send_packet()
548 } else if (cts_us < st->cts_us_at_init) { in reframer_send_packet()
552 u64 diff = cts_us - st->cts_us_at_init; in reframer_send_packet()