Home
last modified time | relevance | path

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

/dports/multimedia/vlc/vlc-3.0.16/modules/demux/smooth/mp4/
H A DIndexReader.cpp70 uint64_t stime = p_tfrfdata->p_tfrf_data_fields[i].i_fragment_abs_time; in parseIndex()
/dports/multimedia/vlc/vlc-3.0.16/modules/demux/mp4/
H A Dlibmp4.h432 uint64_t i_fragment_abs_time; member
439 uint64_t i_fragment_abs_time; member
H A Dlibmp4.c766 MP4_GET4BYTES( p_tfxd_data->i_fragment_abs_time ); in MP4_ReadBox_tfxd()
771 MP4_GET8BYTES( p_tfxd_data->i_fragment_abs_time ); in MP4_ReadBox_tfxd()
781 p_tfxd_data->i_fragment_abs_time in MP4_ReadBox_tfxd()
812 MP4_GET4BYTES( TfrfBoxDataField->i_fragment_abs_time ); in MP4_ReadBox_tfrf()
817 MP4_GET8BYTES( TfrfBoxDataField->i_fragment_abs_time ); in MP4_ReadBox_tfrf()
833 TfrfBoxDataField->i_fragment_abs_time ); in MP4_ReadBox_tfrf()
H A Dmp4.c4587 i_traf_start_time = p_uuid->data.p_tfxd->i_fragment_abs_time; in FragCreateTrunIndex()