Home | History | Annotate | Download | only in src

Lines Matching defs:USEC_PER_SEC

52 #define USEC_PER_SEC 1000000L
172 now_us = now.tv_sec * USEC_PER_SEC + now.tv_nsec / 1000;
175 diff_us = (now.tv_sec - prev.tv_sec) * USEC_PER_SEC +
180 diff_us = (now.tv_sec - prev.tv_sec) * USEC_PER_SEC +
214 int)(((int64_t)bytes * (USEC_PER_SEC / (chan_count * bytes_per_sample))) /