Searched refs:set_clock (Results 1 – 17 of 17) sorted by relevance
/third_party/libwebsockets/lib/system/ntpclient/ |
D | ntpclient.c | 137 !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/ |
D | element | 31 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/ |
D | README.md | 25 [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/ |
D | README.md | 21 [2019/12/31 18:30:50:5727] E: callback_ntpc: set up system ops for set_clock
|
/third_party/gstreamer/gstreamer/docs/random/wtay/ |
D | clocking | 73 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/ |
D | README.lws_system.md | 17 int (*set_clock)(lws_usec_t us); 27 |`(*set_clock)()`|Set the system clock| 34 ### `set_clock`
|
/third_party/libwebsockets/include/libwebsockets/ |
D | lws-system.h | 165 int (*set_clock)(lws_usec_t us); member
|
/third_party/ffmpeg/fftools/ |
D | ffplay.c | 1395 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/ |
D | gstksvideosrc.c | 186 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/ |
D | gstpipeline.c | 887 GST_ELEMENT_CLASS (parent_class)->set_clock (GST_ELEMENT_CAST (pipeline), in gst_pipeline_set_clock()
|
D | gstelement.h | 867 gboolean (*set_clock) (GstElement *element, GstClock *clock); member
|
D | gstelement.c | 278 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()
|
D | gstbin.c | 466 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/ |
D | gstrtpjitterbuffer.c | 977 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/ |
D | ChangeLog | 13284 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/ |
D | ChangeLog | 142510 …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/ |
D | ChangeLog | 160586 chain up in set_clock
|