Home
last modified time | relevance | path

Searched refs:i_fragment_duration (Results 1 – 4 of 4) sorted by relevance

/dports/multimedia/vlc/vlc-3.0.16/modules/demux/smooth/mp4/
H A DIndexReader.cpp69 uint64_t dur = p_tfrfdata->p_tfrf_data_fields[i].i_fragment_duration; in parseIndex()
/dports/multimedia/vlc/vlc-3.0.16/modules/demux/mp4/
H A Dlibmp4.h431 uint64_t i_fragment_duration; member
438 uint64_t i_fragment_duration; member
1521 uint64_t i_fragment_duration; member
H A Dlibmp4.c767 MP4_GET4BYTES( p_tfxd_data->i_fragment_duration ); in MP4_ReadBox_tfxd()
772 MP4_GET8BYTES( p_tfxd_data->i_fragment_duration ); in MP4_ReadBox_tfxd()
780 p_tfxd_data->i_fragment_duration, in MP4_ReadBox_tfxd()
813 MP4_GET4BYTES( TfrfBoxDataField->i_fragment_duration ); in MP4_ReadBox_tfrf()
818 MP4_GET8BYTES( TfrfBoxDataField->i_fragment_duration ); in MP4_ReadBox_tfrf()
832 TfrfBoxDataField->i_fragment_duration, in MP4_ReadBox_tfrf()
4124 MP4_GET8BYTES( p_box->data.p_mehd->i_fragment_duration ); in MP4_ReadBox_mehd()
4126 MP4_GET4BYTES( p_box->data.p_mehd->i_fragment_duration ); in MP4_ReadBox_mehd()
4131 p_box->data.p_mehd->i_fragment_duration ); in MP4_ReadBox_mehd()
H A Dmp4.c962 if( BOXDATA(p_mehd)->i_fragment_duration > p_sys->i_duration ) in Open()
965 p_sys->i_duration = BOXDATA(p_mehd)->i_fragment_duration; in Open()