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 45 static float extractAverageGroupDelay(AudioChannel* channel, size_t analysisFFTSize)
62 float frameDelay = narrowPrecisionToFloat(estimationFrame.extractAverageGroupDelay());
75 m_frameDelay = extractAverageGroupDelay(channel, fftSize / 2);
FFTFrame.cpp 177 double FFTFrame::extractAverageGroupDelay()

Completed in 136 milliseconds