HomeSort by relevance Sort by last modified time
    Searched refs:m_sourceFramesAvailable (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebCore/platform/audio/
SincResampler.h 74 unsigned m_sourceFramesAvailable;
SincResampler.cpp 77 , m_sourceFramesAvailable(0)
130 unsigned framesToCopy = min(m_sourceFramesAvailable, numberOfSourceFrames);
137 m_sourceFramesAvailable -= framesToCopy;
156 m_sourceFramesAvailable = numberOfSourceFrames;

Completed in 1003 milliseconds