Home
last modified time | relevance | path

Searched refs:max_async_tolerance (Results 1 – 6 of 6) sorted by relevance

/dports/multimedia/l-smash/l-smash-2.14.5/cli/
H A Dcli.c152 param->max_async_tolerance = 2.0; in dry_open_file()
H A Dtimelineeditor.c1027 out_file->param.max_async_tolerance = 2.0; in main()
/dports/multimedia/l-smash/l-smash-2.14.5/core/
H A Dfile.c527 param->max_async_tolerance = 2.0; in lsmash_open_file()
568 …file->max_async_tolerance = LSMASH_MAX( param->max_async_tolerance, 2 * param->max_chunk_duration … in lsmash_set_file()
H A Dbox.h1940 …double max_async_tolerance; /* max tolerance, in seconds, for amount of interleaving async… member
H A Disom.c3853 double tolerance = file->max_async_tolerance; in isom_append_sample_internal()
4038 || file->max_async_tolerance == 0 ) in lsmash_append_sample()
/dports/multimedia/l-smash/l-smash-2.14.5/
H A Dlsmash.h253 …double max_async_tolerance; /* max tolerance, in seconds, for amount of interleaving async… member