Searched refs:GST_NSECOND (Results 1 – 5 of 5) sorted by relevance
121 #define GST_NSECOND ((GstClockTimeDiff)(GST_SECOND / G_GINT64_CONSTANT (1000000000))) macro198 …T_TIMESPEC_TO_TIME(ts) (GstClockTime)((ts).tv_sec * GST_SECOND + (ts).tv_nsec * GST_NSECOND)211 (ts).tv_nsec = (glong) (((t) - (ts).tv_sec * GST_SECOND) / GST_NSECOND); \
904 return gst_util_uint64_scale (GST_NSECOND, in gst_system_clock_get_resolution()
128 timestamp_seconds * GST_SECOND + timestamp_nseconds * GST_NSECOND; in handle_buffer()
385 sample.host_ts.tv_nsec * GST_NSECOND; in _pts_to_timestamp()599 aux_header.frame_interval * 100 * GST_NSECOND; in gst_uvc_h264_mjpg_demux_chain()
59278 …introspection: add Value annotations for GST_SECOND, GST_MSECOND, GST_USECOND, GST_NSECOND constan…