Home
last modified time | relevance | path

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

/third_party/gstreamer/gstreamer/gst/
Dgstdatetime.c478 gint64 usec_part = usecs % G_USEC_PER_SEC; in gst_date_time_new_from_unix_epoch_local_time_usecs() local
483 datetime = g_date_time_add_seconds (dt, (gdouble) usec_part / G_USEC_PER_SEC); in gst_date_time_new_from_unix_epoch_local_time_usecs()
508 gint64 usec_part = usecs % G_USEC_PER_SEC; in gst_date_time_new_from_unix_epoch_utc_usecs() local
513 datetime = g_date_time_add_seconds (dt, (gdouble) usec_part / G_USEC_PER_SEC); in gst_date_time_new_from_unix_epoch_utc_usecs()