Home | History | Annotate | Download | only in audio

Lines Matching refs:dtime

190 		unsigned int dtime, periods;
208 dtime = delta.tv_sec * 1000000 + delta.tv_nsec / 1000;
209 periods = 1.0 * dtime / period_time;