Searched refs:createInterpolatedFrame (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/audio/
H A DFFTFrame.h58 FFTFrame(); // creates a blank/empty frame for later use with createInterpolatedFrame()
77 static PassOwnPtr<FFTFrame> createInterpolatedFrame(const FFTFrame& frame1, const FFTFrame& frame2, double x);
H A DHRTFKernel.cpp127 OwnPtr<FFTFrame> interpolatedFrame = FFTFrame::createInterpolatedFrame(*kernel1->fftFrame(), *kernel2->fftFrame(), x);
H A DFFTFrame.cpp57 PassOwnPtr<FFTFrame> FFTFrame::createInterpolatedFrame(const FFTFrame& frame1, const FFTFrame& frame2, double x) function in class:blink::FFTFrame

Completed in 86 milliseconds