Home | History | Annotate | Download | only in src

Lines Matching defs:USEC_PER_SEC

58 #define USEC_PER_SEC 1000000L
188 now_us = now.tv_sec * USEC_PER_SEC + now.tv_nsec / 1000;
191 diff_us = (now.tv_sec - prev.tv_sec) * USEC_PER_SEC +
196 diff_us = (now.tv_sec - prev.tv_sec) * USEC_PER_SEC +
230 int)(((int64_t)bytes * (USEC_PER_SEC / (chan_count * bytes_per_sample))) /