Home | History | Annotate | Download | only in lib_src

Lines Matching defs:secs

1358     EAS_I32 secs, msecs;
1369 /* break down into secs and msecs */
1370 secs = time / 1000;
1371 msecs = time - (secs * 1000);
1378 temp += secs * pState->sampleRate;