Home
last modified time | relevance | path

Searched defs:set_clock (Results 1 – 3 of 3) sorted by relevance

/third_party/libwebsockets/include/libwebsockets/
Dlws-system.h165 int (*set_clock)(lws_usec_t us); member
/third_party/gstreamer/gstreamer/gst/
Dgstelement.h867 gboolean (*set_clock) (GstElement *element, GstClock *clock); member
/third_party/ffmpeg/fftools/
Dffplay.c1395 static void set_clock(Clock *c, double pts, int serial) in set_clock() function