Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_good/gst/isomp4/
Datoms.h125 guint64 modification_time; member
214 guint64 modification_time; member
Datoms.c92 ti->creation_time = ti->modification_time = atoms_get_current_qt_time (); in common_time_info_init()
1236 tkhd->creation_time = tkhd->modification_time = atoms_get_current_qt_time (); in atom_tkhd_init()
1616 prop_copy_uint32 ((guint32) ti->modification_time, buffer, size, offset); in common_time_info_copy_data()
1621 prop_copy_uint64 (ti->modification_time, buffer, size, offset); in common_time_info_copy_data()
1806 prop_copy_uint32 ((guint32) tkhd->modification_time, buffer, size, offset); in atom_tkhd_copy_data()
1812 prop_copy_uint64 (tkhd->modification_time, buffer, size, offset); in atom_tkhd_copy_data()
Dgstqtmux.c2419 qtmux->moov->mvhd.time_info.modification_time = current_time; in gst_qt_mux_send_moov()
2425 qtpad->trak->mdia.mdhd.time_info.modification_time = current_time; in gst_qt_mux_send_moov()
2426 qtpad->trak->tkhd.modification_time = current_time; in gst_qt_mux_send_moov()
/third_party/rust/crates/libc/src/unix/haiku/
Dnative.rs323 pub modification_time: ::time_t,