OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:attackframes
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/third_party/WebKit/Source/platform/audio/
DynamicsCompressorKernel.cpp
242
float
attackFrames
= attackTime * sampleRate;
356
envelopeRate = 1 - powf(x, 1 /
attackFrames
);
Completed in 688 milliseconds