Home | History | Annotate | Download | only in audioflinger

Lines Matching full:periodns

77     long periodNs = 0;      // expected period; the time required to render one mix buffer
254 periodNs = (frameCount * 1000000000LL) / sampleRate; // 1.00
260 periodNs = 0;
642 sleepNs = periodNs;
649 sleepNs = periodNs;