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

  /external/chromium_org/third_party/WebKit/Source/platform/audio/
HRTFKernel.cpp 47 static float extractAverageGroupDelay(AudioChannel* channel, size_t analysisFFTSize)
64 float frameDelay = narrowPrecisionToFloat(estimationFrame.extractAverageGroupDelay());
77 m_frameDelay = extractAverageGroupDelay(channel, fftSize / 2);
FFTFrame.cpp 176 double FFTFrame::extractAverageGroupDelay()

Completed in 142 milliseconds