| /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/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/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/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/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
|
| D | gstclock.c | 48 fake_wait_async (GstClock * clock, GstClockEntry * entry) in fake_wait_async() 64 test_clock_init (TestClock * clock) in test_clock_init()
|
| /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 84 int clock = (m->_m_clock == CLOCK_MONOTONIC) ? CLOCK_MONOTONIC : CLOCK_REALTIME; in __pthread_mutex_timedlock_inner() 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/musl/porting/liteos_a/user/src/time/ |
| D | clock.c | 5 clock_t clock() in clock() function
|
| /third_party/rust/crates/rustix/src/time/ |
| D | mod.rs | 3 mod clock; module
|
| /third_party/musl/src/time/ |
| D | clock.c | 4 clock_t clock() in clock() function
|
| /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/rust/crates/rustix/src/thread/ |
| D | mod.rs | 4 mod clock; module
|
| /third_party/gstreamer/gstreamer/tests/check/elements/ |
| D | clocksync.c | 68 GstClock *clock; in GST_START_TEST() local 193 GstClock *clock; in GST_START_TEST() local
|
| /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/libs/gst/net/ |
| D | gstnetclientclock.c | 75 GstClock *clock; /* GstNetClientInternalClock */ member 132 GstSystemClock clock; member 354 GstClock *clock; in gst_net_client_internal_clock_observe_times() local 1098 GstClock *clock; in gst_net_client_clock_init() local 1131 GstNetClientClock *clock = l->data; in update_clock_cache() local 1160 remove_clock_cache (GstClock * clock, GstClockTime time, GstClockID id, in remove_clock_cache() 1264 GstClock *clock; in gst_net_client_clock_set_property() local 1414 gst_net_client_clock_get_internal_time (GstClock * clock) in gst_net_client_clock_get_internal_time()
|
| /third_party/gstreamer/gstplugins_base/tests/icles/playback/ |
| D | test7.c | 96 GstClock *clock; in new_clock_cb() local 105 GstClock *clock; in clock_lost_cb() local
|
| /third_party/gstreamer/gstreamer/tests/examples/netclock/ |
| D | netclock-server.c | 33 GstClock *clock; in main() local
|
| /third_party/ltp/testcases/kernel/syscalls/timer_create/ |
| D | timer_create03.c | 33 clock_t clock = CLOCK_MONOTONIC; in run() local
|