Searched refs:nextFractionalIndex (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/audio/
H A DAudioResamplerKernel.cpp54 double nextFractionalIndex = m_virtualReadIndex + framesToProcess * rate(); local
57 int endIndex = static_cast<int>(nextFractionalIndex + 1.0); // round up to next integer index

Completed in 61 milliseconds