Searched refs:set_clock (Results 1 - 4 of 4) sorted by relevance
/third_party/libwebsockets/lib/system/ntpclient/ |
H A D | ntpclient.c | 137 !lws_system_get_ops(wsi->a.context)->set_clock) { in callback_ntpc() 139 lwsl_err("%s: set up system ops for set_clock\n", 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/libwebsockets/include/libwebsockets/ |
H A D | lws-system.h | 165 int (*set_clock)(lws_usec_t us); member
|
/device/soc/rockchip/common/sdk_linux/drivers/mmc/host/ |
H A D | sdhci-of-dwcmshc.c | 229 .set_clock = sdhci_set_clock, 238 .set_clock = dwcmshc_rk_set_clock,
|
/third_party/ffmpeg/fftools/ |
H A D | ffplay.c | 1383 static void set_clock(Clock *c, double pts, int serial) in set_clock() function 1391 set_clock(c, get_clock(c), c->serial); in set_clock_speed() 1400 set_clock(c, NAN, -1); in init_clock() 1408 set_clock(c, slave_clock, slave->serial); in sync_clock_to_slave() 1482 set_clock(&is->vidclk, get_clock(&is->vidclk), is->vidclk.serial); in stream_toggle_pause() 1484 set_clock(&is->extclk, get_clock(&is->extclk), is->extclk.serial); in stream_toggle_pause() 1558 set_clock(&is->vidclk, pts, serial); in update_video_pts() 2963 set_clock(&is->extclk, NAN, 0); in read_thread() 2965 set_clock(&is->extclk, seek_target / (double)AV_TIME_BASE, 0); in read_thread()
|
Completed in 8 milliseconds