Home
last modified time | relevance | path

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

/dports/multimedia/gpac-mp4box/gpac-1.0.0/src/filters/
H A Dreframer.c139 u64 min_ts_computed; member
350 ctx->min_ts_computed = 0; in reframer_load_range()
914 ctx->min_ts_computed = min_ts; in check_gop_split()
932 if (ts * ctx->min_ts_scale < ctx->min_ts_computed * st->timescale) { in check_gop_split()
962 if (ts * ctx->min_ts_scale >= ctx->min_ts_computed * st->timescale) { in check_gop_split()
978 && (!ctx->prev_min_ts_computed || (ctx->prev_min_ts_computed < ctx->min_ts_computed)) in check_gop_split()
982 ctx->prev_min_ts_computed = ctx->min_ts_computed; in check_gop_split()
984 ctx->min_ts_computed = 0; in check_gop_split()
1010 ctx->min_ts_computed = ctx->prev_min_ts_computed; in check_gop_split()
1027 st->range_end_reached_ts = (ctx->min_ts_computed * st->timescale); in check_gop_split()
[all …]
/dports/multimedia/gpac-libgpac/gpac-1.0.0/src/filters/
H A Dreframer.c139 u64 min_ts_computed; member
350 ctx->min_ts_computed = 0; in reframer_load_range()
914 ctx->min_ts_computed = min_ts; in check_gop_split()
932 if (ts * ctx->min_ts_scale < ctx->min_ts_computed * st->timescale) { in check_gop_split()
962 if (ts * ctx->min_ts_scale >= ctx->min_ts_computed * st->timescale) { in check_gop_split()
978 && (!ctx->prev_min_ts_computed || (ctx->prev_min_ts_computed < ctx->min_ts_computed)) in check_gop_split()
982 ctx->prev_min_ts_computed = ctx->min_ts_computed; in check_gop_split()
984 ctx->min_ts_computed = 0; in check_gop_split()
1010 ctx->min_ts_computed = ctx->prev_min_ts_computed; in check_gop_split()
1027 st->range_end_reached_ts = (ctx->min_ts_computed * st->timescale); in check_gop_split()
[all …]