Lines Matching defs:time
42 #include <time.h>
75 * @brief Represents timestamp information, including the frame position information and high-resolution time source.
84 time.tv_sec = 0;
85 time.tv_nsec = 0;
89 struct timespec time;
92 * @brief Enumerates the time base of this <b>Timestamp</b>. Different timing methods are supported.
96 /** Monotonically increasing time, excluding the system sleep time */
98 /** Monotonically increasing time, including the system sleep time */
223 * @param base Indicates the time base, which can be {@link Timestamp.Timebase#BOOTTIME Timestamp.Timebase.BOOTTIME}