Home
last modified time | relevance | path

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

/dports/multimedia/vlc/vlc-3.0.16/modules/demux/mp4/
H A Dlibmp4.c4261 p_tfra->i_length_size_of_trun_num = ( i_lengths & 0x0c ) >> 2; in MP4_ReadBox_tfra()
4271 size = 1 + p_tfra->i_length_size_of_trun_num; in MP4_ReadBox_tfra()
4283 + p_tfra->i_length_size_of_trun_num in MP4_ReadBox_tfra()
4306 READ_VARIABLE_LENGTH(p_tfra->i_length_size_of_trun_num, p_tfra->p_trun_number); in MP4_ReadBox_tfra()
4313 FIX_VARIABLE_LENGTH(p_tfra->i_length_size_of_trun_num); in MP4_ReadBox_tfra()
H A Dlibmp4.h1566 uint8_t i_length_size_of_trun_num; member