HomeSort by relevance Sort by last modified time
    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