createInterpolatedFrame   79 Source/platform/audio/FFTFrame.h     static PassOwnPtr<FFTFrame> createInterpolatedFrame(const FFTFrame& frame1, const FFTFrame& frame2, double x);
createInterpolatedFrame  129 Source/platform/audio/HRTFKernel.cpp     OwnPtr<FFTFrame> interpolatedFrame = FFTFrame::createInterpolatedFrame(*kernel1->fftFrame(), *kernel2->fftFrame(), x);