Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/gst-libs/gst/isoff/
Dgstisoff.c297 guint64 absolute_time = 0; in gst_isoff_tfxd_box_parse() local
322 gst_byte_reader_get_uint64_be (reader, &absolute_time); in gst_isoff_tfxd_box_parse()
329 absolute_time = time; in gst_isoff_tfxd_box_parse()
333 tfxd->time = absolute_time; in gst_isoff_tfxd_box_parse()
375 guint64 absolute_time = 0; in gst_isoff_tfrf_box_parse() local
381 if (!gst_byte_reader_get_uint64_be (reader, &absolute_time) || in gst_isoff_tfrf_box_parse()
392 absolute_time = time; in gst_isoff_tfrf_box_parse()
395 entry.time = absolute_time; in gst_isoff_tfrf_box_parse()
/third_party/boost/boost/thread/pthread/
Dmutex.hpp162 bool timed_lock(boost::xtime const & absolute_time) in timed_lock() argument
164 return timed_lock(system_time(absolute_time)); in timed_lock()
/third_party/boost/boost/thread/
Dlock_types.hpp380 bool timed_lock(::boost::system_time const& absolute_time) in timed_lock() argument
390 is_locked=m->timed_lock(absolute_time); in timed_lock()
393 bool timed_lock(::boost::xtime const& absolute_time) in timed_lock() argument
403 is_locked=m->timed_lock(absolute_time); in timed_lock()
/third_party/boost/libs/thread/doc/
Dmutex_concepts.qbk1316 bool timed_lock(::boost::system_time const& absolute_time);