Home
last modified time | relevance | path

Searched defs:clock (Results 1 – 25 of 166) sorted by relevance

1234567

/third_party/gstreamer/gstreamer/gst/
Dgstclock.c132 #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 …]
Dgstsystemclock.c66 #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 …]
Dgstpipeline.c358 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
Dgstclock.h34 #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/
Dgstaudioclock.c68 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/
Dgsttestclock.c101 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 …]
Dgstnettimeprovider.c31 GstClock *clock; in GST_START_TEST() local
59 GstClock *clock; in GST_START_TEST() local
/third_party/gstreamer/gstplugins_good/ext/raw1394/
Dgst1394clock.c83 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/
Dclockselect.c29 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/
Dtime_internal.h26 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/
Dgstsystemclock.c70 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
Dgstclock.c48 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/
Dpthread_mutex_timedlock.c38 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
Dpthread_rwlock_timedrdlock.c21 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/
Dclock.c5 clock_t clock() in clock() function
/third_party/rust/crates/rustix/src/time/
Dmod.rs3 mod clock; module
/third_party/musl/src/time/
Dclock.c4 clock_t clock() in clock() function
/third_party/gstreamer/gstreamer/libs/gst/check/libcheck/libcompat/
Dlocaltime_r.c26 localtime_r (const time_t * clock, struct tm *result) in localtime_r()
/third_party/rust/crates/rustix/src/thread/
Dmod.rs4 mod clock; module
/third_party/gstreamer/gstreamer/tests/check/elements/
Dclocksync.c68 GstClock *clock; in GST_START_TEST() local
193 GstClock *clock; in GST_START_TEST() local
/third_party/ltp/testcases/kernel/syscalls/timer_delete/
Dtimer_delete01.c31 clock_t clock = clock_list[i]; in run() local
/third_party/gstreamer/gstreamer/libs/gst/net/
Dgstnetclientclock.c75 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/
Dtest7.c96 GstClock *clock; in new_clock_cb() local
105 GstClock *clock; in clock_lost_cb() local
/third_party/gstreamer/gstreamer/tests/examples/netclock/
Dnetclock-server.c33 GstClock *clock; in main() local
/third_party/ltp/testcases/kernel/syscalls/timer_create/
Dtimer_create03.c33 clock_t clock = CLOCK_MONOTONIC; in run() local

1234567