Home
last modified time | relevance | path

Searched refs:lsmash_bs_show_be32 (Results 1 – 8 of 8) sorted by relevance

/dports/multimedia/l-smash/l-smash-2.14.5/importer/
H A Dals_imp.c99 if( 0x414C5300 != lsmash_bs_show_be32( bs, 0 ) ) in als_parse_specific_config()
102 alssc->samp_freq = lsmash_bs_show_be32( bs, 4 ); in als_parse_specific_config()
103 alssc->samples = lsmash_bs_show_be32( bs, 8 ); in als_parse_specific_config()
151 uint32_t header_size = lsmash_bs_show_be32( bs, 0 ); in als_parse_specific_config()
152 uint32_t trailer_size = lsmash_bs_show_be32( bs, 4 ); in als_parse_specific_config()
199 uint32_t aux_size = lsmash_bs_show_be32( bs, 0 ); in als_parse_specific_config()
/dports/multimedia/l-smash/l-smash-2.14.5/common/
H A Dbytes.h130 uint32_t lsmash_bs_show_be32( lsmash_bs_t *bs, uint32_t offset );
H A Dbytes.c432 uint32_t lsmash_bs_show_be32( lsmash_bs_t *bs, uint32_t offset ) in lsmash_bs_show_be32() function
/dports/multimedia/l-smash/l-smash-2.14.5/codecs/
H A Dnalu.c226 if( 0x00000001 == lsmash_bs_show_be32( bs, first_sc_head_pos ) ) in nalu_find_first_start_code()
H A Ddts.c1023 if( lsmash_bs_show_be32( bits->bs, 0 ) == DTS_SYNCWORD_X ) in dts_parse_exss_xll()
H A Dh264.c201 …ash_bs_is_end( bs, NALU_LONG_START_CODE_LENGTH ) && 0x00000001 == lsmash_bs_show_be32( bs, 0 )) ?… in h264_find_next_start_code()
H A Dhevc.c248 …ash_bs_is_end( bs, NALU_LONG_START_CODE_LENGTH ) && 0x00000001 == lsmash_bs_show_be32( bs, 0 )) ?… in hevc_find_next_start_code()
/dports/multimedia/l-smash/l-smash-2.14.5/core/
H A Dread.c1234 uint32_t size = lsmash_bs_show_be32( bs, 0 ); in isom_read_audio_description()
2466 uint64_t size = (uint64_t)lsmash_bs_show_be32( bs, 0 ); in isom_read_skip_box_extra_bytes()
2831 && lsmash_bs_show_be32( bs, 0 ) == 0 ) in isom_read_box()