Home | History | Annotate | Download | only in libmedia

Lines Matching full:nsec

986                 long nsec = stopTime.tv_nsec - mStartTime.tv_nsec;
987 if (nsec < 0) {
989 nsec += 1000000000;
996 sec = sec * 1000 + nsec / 1000000; // duration in milliseconds