Home
last modified time | relevance | path

Searched refs:set_clock (Results 1 – 17 of 17) sorted by relevance

/third_party/libwebsockets/lib/system/ntpclient/
Dntpclient.c137 !lws_system_get_ops(wsi->a.context)->set_clock) { in callback_ntpc()
235 lws_system_get_ops(wsi->a.context)->set_clock) in callback_ntpc()
236 lws_system_get_ops(wsi->a.context)->set_clock((int64_t)ns / 1000); in callback_ntpc()
/third_party/gstreamer/gstplugins_bad/tools/element-templates/
Delement31 element_class->set_clock = GST_DEBUG_FUNCPTR (gst_replace_set_clock);
100 return GST_ELEMENT_CLASS (parent_class)->set_clock (element, clock);
/third_party/libwebsockets/minimal-examples/raw/minimal-raw-serial/
DREADME.md25 [2019/12/08 16:30:53:5016] E: callback_ntpc: set up system ops for set_clock
/third_party/libwebsockets/minimal-examples/http-client/minimal-http-client-attach/
DREADME.md21 [2019/12/31 18:30:50:5727] E: callback_ntpc: set up system ops for set_clock
/third_party/gstreamer/gstreamer/docs/random/wtay/
Dclocking73 set_clock on all of their children. When other children are added, they
84 set_clock on itself. This happens in the NULL->READY state.
86 bins dispatch the set_clock to to all of the reveivers. Bins with
/third_party/libwebsockets/READMEs/
DREADME.lws_system.md17 int (*set_clock)(lws_usec_t us);
27 |`(*set_clock)()`|Set the system clock|
34 ### `set_clock`
/third_party/libwebsockets/include/libwebsockets/
Dlws-system.h165 int (*set_clock)(lws_usec_t us); member
/third_party/ffmpeg/fftools/
Dffplay.c1395 static void set_clock(Clock *c, double pts, int serial) in set_clock() function
1403 set_clock(c, get_clock(c), c->serial); in set_clock_speed()
1412 set_clock(c, NAN, -1); in init_clock()
1420 set_clock(c, slave_clock, slave->serial); in sync_clock_to_slave()
1494 set_clock(&is->vidclk, get_clock(&is->vidclk), is->vidclk.serial); in stream_toggle_pause()
1496 set_clock(&is->extclk, get_clock(&is->extclk), is->extclk.serial); in stream_toggle_pause()
1570 set_clock(&is->vidclk, pts, serial); in update_video_pts()
2974 set_clock(&is->extclk, NAN, 0); in read_thread()
2976 set_clock(&is->extclk, seek_target / (double)AV_TIME_BASE, 0); in read_thread()
/third_party/gstreamer/gstplugins_bad/sys/winks/
Dgstksvideosrc.c186 gstelement_class->set_clock = GST_DEBUG_FUNCPTR (gst_ks_video_src_set_clock); in gst_ks_video_src_class_init()
691 return GST_ELEMENT_CLASS (parent_class)->set_clock (element, clock); in gst_ks_video_src_set_clock()
/third_party/gstreamer/gstreamer/gst/
Dgstpipeline.c887 GST_ELEMENT_CLASS (parent_class)->set_clock (GST_ELEMENT_CAST (pipeline), in gst_pipeline_set_clock()
Dgstelement.h867 gboolean (*set_clock) (GstElement *element, GstClock *clock); member
Dgstelement.c278 klass->set_clock = GST_DEBUG_FUNCPTR (gst_element_set_clock_func); in gst_element_class_init()
447 if (oclass->set_clock) in gst_element_set_clock()
448 res = oclass->set_clock (element, clock); in gst_element_set_clock()
Dgstbin.c466 gstelement_class->set_clock = GST_DEBUG_FUNCPTR (gst_bin_set_clock_func); in gst_bin_class_init()
732 res = GST_ELEMENT_CLASS (parent_class)->set_clock (element, clock); in gst_bin_set_clock_func()
/third_party/gstreamer/gstplugins_good/gst/rtpmanager/
Dgstrtpjitterbuffer.c977 gstelement_class->set_clock = in gst_rtp_jitter_buffer_class_init()
1282 return GST_ELEMENT_CLASS (parent_class)->set_clock (element, clock); in gst_rtp_jitter_buffer_set_clock()
/third_party/gstreamer/gstreamer/
DChangeLog13284 element: Annotate set_clock() clock parameter with allow-none
58765 element: add a default set_clock implementation
58766 Add a default set_clock implementation and avoid doing work in the vmethod
117582 The set_clock returns a gboolean for when an element cannot
123516 Make get/set_clock() symetric. Add provide_clock vmethod since
/third_party/gstreamer/gstplugins_base/
DChangeLog142510 …gst/playback/gstplaybin.c: Remove playbin's override of the set_clock vmethod. It's irrelevant aft…
142513 Remove playbin's override of the set_clock vmethod. It's irrelevant
/third_party/gstreamer/gstplugins_bad/
DChangeLog160586 chain up in set_clock