| /third_party/gstreamer/gstplugins_base/gst-libs/gst/audio/ |
| D | gstaudioclock.c | 68 gst_audio_clock_init (GstAudioClock * clock) in gst_audio_clock_init() 79 GstAudioClock *clock = GST_AUDIO_CLOCK (object); in gst_audio_clock_dispose() local 130 gst_audio_clock_reset (GstAudioClock * clock, GstClockTime time) in gst_audio_clock_reset() 148 gst_audio_clock_func_invalid (GstClock * clock, gpointer user_data) in gst_audio_clock_func_invalid() 154 gst_audio_clock_get_internal_time (GstClock * clock) in gst_audio_clock_get_internal_time() 190 gst_audio_clock_get_time (GstAudioClock * clock) in gst_audio_clock_get_time() 217 gst_audio_clock_adjust (GstAudioClock * clock, GstClockTime time) in gst_audio_clock_adjust() 238 gst_audio_clock_invalidate (GstAudioClock * clock) in gst_audio_clock_invalidate()
|
| /third_party/gstreamer/gstreamer/gst/ |
| D | gstclock.c | 132 #define GST_CLOCK_SLAVE_LOCK(clock) g_mutex_lock (&GST_CLOCK_CAST (clock)->priv->slave_lock) argument 133 #define GST_CLOCK_SLAVE_UNLOCK(clock) g_mutex_unlock (&GST_CLOCK_CAST (clock)->priv->slave_lock) argument 148 GWeakRef clock; member 152 gst_clock_weak_ref_new (GstClock * clock) in gst_clock_weak_ref_new() 231 #define read_seqbegin(clock) \ argument 235 read_seqretry (GstClock * clock, gint seq) in read_seqretry() 247 #define write_seqlock(clock) \ argument 253 #define write_sequnlock(clock) \ argument 299 gst_clock_entry_new (GstClock * clock, GstClockTime time, in gst_clock_entry_new() 337 gst_clock_entry_reinit (GstClock * clock, GstClockEntry * entry, in gst_clock_entry_reinit() [all …]
|
| D | gstsystemclock.c | 66 #define GST_SYSTEM_CLOCK_GET_LOCK(clock) GST_OBJECT_GET_LOCK(clock) argument 67 #define GST_SYSTEM_CLOCK_LOCK(clock) g_mutex_lock(GST_SYSTEM_CLOCK_GET_LOCK(clock)) argument 68 #define GST_SYSTEM_CLOCK_UNLOCK(clock) g_mutex_unlock(GST_SYSTEM_CLOCK_GET_LOCK(clock)) argument 69 #define GST_SYSTEM_CLOCK_GET_COND(clock) (&GST_SYSTEM_CLOCK_CAST(clock)->priv->entries_chang… argument 70 #define GST_SYSTEM_CLOCK_WAIT(clock) g_cond_wait(GST_SYSTEM_CLOCK_GET_COND(clock),GST_SY… argument 71 #define GST_SYSTEM_CLOCK_BROADCAST(clock) g_cond_broadcast(GST_SYSTEM_CLOCK_GET_COND(clock)) argument 98 GWeakRef clock; member 171 GWeakRef clock; member 303 GWeakRef clock; member 440 gst_system_clock_init (GstSystemClock * clock) in gst_system_clock_init() [all …]
|
| D | gstpipeline.c | 358 GstClock *clock; in pipeline_update_start_time() local 401 GstClock *clock; in gst_pipeline_change_state() local 642 GstClock *clock; in gst_pipeline_handle_message() local 761 GstClock *clock = NULL; in gst_pipeline_provide_clock_func() local 850 gst_pipeline_use_clock (GstPipeline * pipeline, GstClock * clock) in gst_pipeline_use_clock() 881 gst_pipeline_set_clock (GstPipeline * pipeline, GstClock * clock) in gst_pipeline_set_clock() 1120 GstClock *clock; in gst_pipeline_handle_instant_rate() local
|
| D | gstclock.h | 34 #define GST_CLOCK(clock) (G_TYPE_CHECK_INSTANCE_CAST ((clock), GST_TYPE_CLOCK, GstCl… argument 35 #define GST_IS_CLOCK(clock) (G_TYPE_CHECK_INSTANCE_TYPE ((clock), GST_TYPE_CLOCK)) argument 38 #define GST_CLOCK_GET_CLASS(clock) (G_TYPE_INSTANCE_GET_CLASS ((clock), GST_TYPE_CLOCK, GstClo… argument 39 #define GST_CLOCK_CAST(clock) ((GstClock*)(clock)) argument 399 GstClock *clock; member 458 #define GST_CLOCK_FLAGS(clock) GST_OBJECT_FLAGS(clock) argument
|
| /third_party/gstreamer/gstreamer/tests/check/libs/ |
| D | gsttestclock.c | 101 test_async_wait_cb (GstClock * clock, in test_async_wait_cb() 134 GstClock *clock = GST_CLOCK (wait_ctx->test_clock); in gst_test_util_wait_for_clock_id_begin() local 171 GstClock *clock = GST_CLOCK (wait_ctx->test_clock); in gst_test_util_wait_for_clock_id_end() local 190 GstClock *clock = GST_CLOCK (wait_ctx->test_clock); in gst_test_util_clock_wait_context_has_completed() local 200 GstClock *clock = gst_test_clock_new (); in GST_START_TEST() local 214 GstClock *clock = gst_test_clock_new (); in GST_START_TEST() local 223 GstClock *clock; in GST_START_TEST() local 243 GstClock *clock = gst_test_clock_new_with_start_time (GST_SECOND); in GST_START_TEST() local 255 GstClock *clock = gst_test_clock_new_with_start_time (GST_SECOND); in GST_START_TEST() local 268 GstClock *clock; in GST_START_TEST() local [all …]
|
| D | gstnettimeprovider.c | 31 GstClock *clock; in GST_START_TEST() local 59 GstClock *clock; in GST_START_TEST() local
|
| /third_party/gstreamer/gstplugins_good/ext/raw1394/ |
| D | gst1394clock.c | 83 gst_1394_clock_init (Gst1394Clock * clock) in gst_1394_clock_init() 110 gst_1394_clock_get_internal_time (GstClock * clock) in gst_1394_clock_get_internal_time() 147 gst_1394_clock_set_handle (Gst1394Clock * clock, raw1394handle_t handle) in gst_1394_clock_set_handle() 155 gst_1394_clock_unset_handle (Gst1394Clock * clock) in gst_1394_clock_unset_handle()
|
| /third_party/boost/boost/thread/executors/ |
| D | scheduler.hpp | 62 typedef typename Scheduler::clock clock; typedef in boost::executors::resubmit_at_executor 66 …resubmit_at_executor(Scheduler& sch, Executor& ex, chrono::time_point<clock, Duration> const& tp) : in resubmit_at_executor() 124 typedef typename Scheduler::clock clock; typedef in boost::executors::scheduler_executor_wrapper 153 the_executor at(chrono::time_point<clock,Duration> const& abs_time) in at() 169 typedef typename Scheduler::clock clock; typedef in boost::executors::at_executor 174 at_executor(Scheduler& sch, chrono::time_point<clock,Duration> const& tp) : in at_executor() 231 typedef Clock clock; typedef in boost::executors::scheduler 256 at_executor<scheduler> at(chrono::time_point<clock,Duration> const& tp) in at()
|
| /third_party/gstreamer/gstplugins_bad/tests/check/elements/ |
| D | clockselect.c | 29 GstClock *clock; in GST_START_TEST() local 53 GstClock *clock; in GST_START_TEST() local 77 GstClock *clock; in GST_START_TEST() local
|
| /third_party/ffmpeg/libavutil/ |
| D | time_internal.h | 26 static inline struct tm *ff_gmtime_r(const time_t* clock, struct tm *result) in ff_gmtime_r() 38 static inline struct tm *ff_localtime_r(const time_t* clock, struct tm *result) in ff_localtime_r()
|
| /third_party/boost/libs/chrono/example/ |
| D | cycle_count.cpp | 76 typedef cycle_count<400> clock; in cycle_count_delay() typedef 92 typedef approx_cycle_count<400> clock; in cycle_count_delay() typedef 105 typedef cycle_count<1500> clock; in cycle_count_delay() typedef 121 typedef approx_cycle_count<1500> clock; in cycle_count_delay() typedef
|
| D | manipulate_clock_object.cpp | 40 void manipulate_clock_object(system_clock clock) in manipulate_clock_object()
|
| /third_party/boost/boost/thread/concurrent_queues/ |
| D | sync_timed_queue.hpp | 34 typedef Clock clock; typedef 113 typedef Clock clock; typedef in boost::concurrent::sync_timed_queue 190 …void sync_timed_queue<T, Clock, TimePoint>::push(const T& elem, chrono::time_point<clock,Duration>… in push() 204 …d_queue<T, Clock, TimePoint>::push(BOOST_THREAD_RV_REF(T) elem, chrono::time_point<clock,Duration>… in push() 220 … sync_timed_queue<T, Clock, TimePoint>::try_push(const T& elem, chrono::time_point<clock,Duration>… in try_push() 234 …eue<T, Clock, TimePoint>::try_push(BOOST_THREAD_RV_REF(T) elem, chrono::time_point<clock,Duration>… in try_push() 383 …sync_timed_queue<T, Clock, TimePoint>::pull_until(chrono::time_point<clock,Duration> const& tp, T&… in pull_until()
|
| /third_party/musl/src/time/ |
| D | clock.c | 4 clock_t clock() in clock() function
|
| /third_party/musl/porting/liteos_a/user/src/time/ |
| D | clock.c | 5 clock_t clock() in clock() function
|
| /third_party/musl/porting/linux/user/src/thread/ |
| D | pthread_mutex_timedlock.c | 38 int clock = m->_m_clock; in pthread_mutex_timedlock_pi() local 80 int clock = (m->_m_clock == CLOCK_MONOTONIC) ? CLOCK_MONOTONIC : CLOCK_REALTIME; in __pthread_mutex_timedlock() local
|
| D | pthread_rwlock_timedwrlock.c | 24 int clock = (rw->_rw_clock == CLOCK_MONOTONIC) ? CLOCK_MONOTONIC : CLOCK_REALTIME; in __pthread_rwlock_timedwrlock() local
|
| D | pthread_rwlock_timedrdlock.c | 21 int clock = (rw->_rw_clock == CLOCK_MONOTONIC) ? CLOCK_MONOTONIC : CLOCK_REALTIME; in __pthread_rwlock_timedrdlock() local
|
| /third_party/gstreamer/gstreamer/tests/check/gst/ |
| D | gstsystemclock.c | 70 GstClock *clock, *static_clock; in GST_START_TEST() local 121 GstClockID id, GstClock * clock) in test_async_full_slave_callback() 202 GstClock *clock; in GST_START_TEST() local 247 GstClock *clock = gst_system_clock_obtain (); in single_shot_wait_thread_func() local
|
| /third_party/gstreamer/gstreamer/libs/gst/check/libcheck/libcompat/ |
| D | localtime_r.c | 26 localtime_r (const time_t * clock, struct tm *result) in localtime_r()
|
| /third_party/ltp/testcases/kernel/syscalls/timer_delete/ |
| D | timer_delete01.c | 31 clock_t clock = clock_list[i]; in run() local
|
| /third_party/gstreamer/gstreamer/tests/examples/netclock/ |
| D | netclock-server.c | 33 GstClock *clock; in main() local
|
| /third_party/python/Lib/turtledemo/ |
| D | rosette.py | 17 from time import perf_counter as clock, sleep unknown
|
| /third_party/ltp/testcases/kernel/syscalls/timer_create/ |
| D | timer_create03.c | 33 clock_t clock = CLOCK_MONOTONIC; in run() local
|