OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:nextfractionalindex
(Results
1 - 1
of
1
) sorted by null
/external/webkit/Source/WebCore/platform/audio/
AudioResamplerKernel.cpp
56
double
nextFractionalIndex
= m_virtualReadIndex + framesToProcess * rate();
59
int endIndex = static_cast<int>(
nextFractionalIndex
+ 1.0); // round up to next integer index
Completed in 32 milliseconds