Home
last modified time | relevance | path

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

/dports/multimedia/l-smash/l-smash-2.14.5/common/
H A Dbytes.h91 static inline uint64_t lsmash_bs_get_stream_pos( lsmash_bs_t *bs ) in lsmash_bs_get_stream_pos() function
H A Dbytes.c187 return lsmash_bs_get_stream_pos( bs ); in lsmash_bs_read_seek()
/dports/multimedia/l-smash/l-smash-2.14.5/importer/
H A Dals_imp.c181 int64_t end_offset = lsmash_bs_get_stream_pos( bs ) + read_size; in als_parse_specific_config()
H A Dwave_imp.c289 wave_imp->chunk.data_offset = lsmash_bs_get_stream_pos( bs ); in wave_importer_probe()
/dports/multimedia/l-smash/l-smash-2.14.5/core/
H A Dread.c46 box->pos = lsmash_bs_get_stream_pos( bs ); in isom_bs_read_box_common()
62 box->size = bs->written - (lsmash_bs_get_stream_pos( bs ) - lsmash_bs_count( bs )); in isom_bs_read_box_common()
151 uint64_t start = lsmash_bs_get_stream_pos( bs ); in isom_skip_box_rest()
157 uint64_t end = lsmash_bs_get_stream_pos( bs ); in isom_skip_box_rest()
165 uint64_t start = lsmash_bs_get_stream_pos( bs ); in isom_skip_box_rest()
167 uint64_t end = lsmash_bs_get_stream_pos( bs ); in isom_skip_box_rest()
2484 size = bs->written - lsmash_bs_get_stream_pos( bs ); in isom_read_skip_box_extra_bytes()
/dports/multimedia/l-smash/l-smash-2.14.5/codecs/
H A Dmp4sys.c1315 uint64_t start = lsmash_bs_get_stream_pos( bs ); in mp4sys_get_descriptor()
1317 uint64_t end = lsmash_bs_get_stream_pos( bs ); in mp4sys_get_descriptor()