Home
last modified time | relevance | path

Searched refs:get_resolution (Results 1 – 6 of 6) sorted by relevance

/third_party/gstreamer/gstreamer/gst/
Dgstclock.h511 GstClockTime (*get_resolution) (GstClock *clock); member
Dgstclock.c919 if (cclass->get_resolution) in gst_clock_get_resolution()
920 return cclass->get_resolution (clock); in gst_clock_get_resolution()
Dgstsystemclock.c433 gstclock_class->get_resolution = gst_system_clock_get_resolution; in gst_system_clock_class_init()
/third_party/gstreamer/gstreamer/docs/random/wtay/
Dclocking34 get_resolution/set_resolution can be used to control the resolution.
/third_party/gstreamer/gstreamer/libs/gst/check/
Dgsttestclock.c270 gstclock_class->get_resolution = in gst_test_clock_class_init()
/third_party/gstreamer/gstreamer/
DChangeLog25985 timestamps is either 0 or at least as long as get_resolution returned.