Home
last modified time | relevance | path

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

/dports/multimedia/gpac-mp4box/gpac-1.0.0/src/filters/
H A Dreframer.c83 u64 sap_ts_plus_one; member
1261 st->sap_ts_plus_one = ts+1; in reframer_process()
1263 st->sap_ts_plus_one = st->prev_sap_ts + 1; in reframer_process()
1266 st->sap_ts_plus_one = st->prev_sap_ts+1; in reframer_process()
1268 st->sap_ts_plus_one = ts+1; in reframer_process()
1294 st->sap_ts_plus_one = st->prev_sap_ts + 1; in reframer_process()
1380 min_ts_split = st->sap_ts_plus_one; in reframer_process()
1385 if (!min_ts_a || ((st->sap_ts_plus_one-1) * min_timescale_a < min_ts_a * st->timescale) ) { in reframer_process()
1386 min_ts_a = st->sap_ts_plus_one; in reframer_process()
1390 if (!min_ts || ((st->sap_ts_plus_one-1) * min_timescale < min_ts * st->timescale) ) { in reframer_process()
[all …]
/dports/multimedia/gpac-libgpac/gpac-1.0.0/src/filters/
H A Dreframer.c83 u64 sap_ts_plus_one; member
1261 st->sap_ts_plus_one = ts+1; in reframer_process()
1263 st->sap_ts_plus_one = st->prev_sap_ts + 1; in reframer_process()
1266 st->sap_ts_plus_one = st->prev_sap_ts+1; in reframer_process()
1268 st->sap_ts_plus_one = ts+1; in reframer_process()
1294 st->sap_ts_plus_one = st->prev_sap_ts + 1; in reframer_process()
1380 min_ts_split = st->sap_ts_plus_one; in reframer_process()
1385 if (!min_ts_a || ((st->sap_ts_plus_one-1) * min_timescale_a < min_ts_a * st->timescale) ) { in reframer_process()
1386 min_ts_a = st->sap_ts_plus_one; in reframer_process()
1390 if (!min_ts || ((st->sap_ts_plus_one-1) * min_timescale < min_ts * st->timescale) ) { in reframer_process()
[all …]