Searched refs:usec_part (Results 1 – 1 of 1) sorted by relevance
478 gint64 usec_part = usecs % G_USEC_PER_SEC; in gst_date_time_new_from_unix_epoch_local_time_usecs() local483 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() local513 datetime = g_date_time_add_seconds (dt, (gdouble) usec_part / G_USEC_PER_SEC); in gst_date_time_new_from_unix_epoch_utc_usecs()