OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:periodns
(Results
1 - 1
of
1
) sorted by null
/frameworks/av/services/audioflinger/
FastMixer.cpp
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
;
[
all
...]
Completed in 220 milliseconds