Home
last modified time | relevance | path

Searched refs:g_date_time_get_microsecond (Results 1 – 11 of 11) sorted by relevance

/third_party/glib/glib/
Dgdatetime.h237 gint g_date_time_get_microsecond (GDateTime *datetime);
Dgdatetime.c2522 g_date_time_get_microsecond (GDateTime *datetime) in g_date_time_get_microsecond() function
/third_party/gstreamer/gstreamer/gst/
Dgstdatetime.c325 return g_date_time_get_microsecond (datetime->datetime); in gst_date_time_get_microsecond()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/
Dgstvideotimecode.c274 gst_util_uint64_scale_round (g_date_time_get_microsecond (dt) * in gst_video_time_code_init_from_date_time_full()
/third_party/glib/glib/tests/
Dgdatetime.c49 g_assert_cmpint ((U), ==, g_date_time_get_microsecond ((dt))); \
336 g_assert_cmpint (tv.tv_usec, ==, g_date_time_get_microsecond (dt)); in test_GDateTime_get_microsecond()
2729 g_assert_cmpint (g_date_time_get_microsecond (dt), ==, 1); in test_GDateTime_floating_point()
/third_party/gstreamer/gstreamer/tests/check/gst/
Dgstdatetime.c922 g_date_time_get_microsecond (gdt)); in GST_START_TEST()
/third_party/glib/gio/
Dgfileinfo.c2237 _g_file_attribute_value_set_uint32 (value, g_date_time_get_microsecond (mtime)); in g_file_info_set_modification_date_time()
/third_party/gstreamer/gstplugins_bad/gst/timecode/
Dgsttimecodestamper.c1274 g_date_time_get_microsecond (dt_frame)); in gst_timecodestamper_transform_ip()
/third_party/glib/docs/reference/glib/
Dglib-sections.txt2047 g_date_time_get_microsecond
/third_party/gstreamer/gstplugins_good/gst/matroska/
Dmatroska-mux.c3283 time += g_date_time_get_microsecond (mux->creation_time) * GST_USECOND; in gst_matroska_mux_start()
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/adaptivedemux/
Dgstadaptivedemux.c640 g_date_time_get_microsecond (utc_now) - GST_TIME_AS_USECONDS (rtc_now); in gst_adaptive_demux_init()