Searched refs:modification_time (Results 1 – 4 of 4) sorted by relevance
/third_party/gstreamer/gstplugins_good/gst/isomp4/ |
D | atoms.h | 125 guint64 modification_time; member 214 guint64 modification_time; member
|
D | atoms.c | 92 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()
|
D | gstqtmux.c | 2419 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/ |
D | native.rs | 323 pub modification_time: ::time_t,
|