Home | History | Annotate | Download | only in libaudioclient

Lines Matching refs:nsec

1178                 auto nsec = stopTime.tv_nsec - mStartTime.tv_nsec;
1179 if (nsec < 0) {
1181 nsec += 1000000000;
1188 sec = sec * 1000 + nsec / 1000000; // duration in milliseconds