OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:createinterpolatedframe
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/WebKit/Source/platform/audio/
FFTFrame.h
73
FFTFrame(); // creates a blank/empty frame for later use with
createInterpolatedFrame
()
92
static PassOwnPtr<FFTFrame>
createInterpolatedFrame
(const FFTFrame& frame1, const FFTFrame& frame2, double x);
HRTFKernel.cpp
129
OwnPtr<FFTFrame> interpolatedFrame = FFTFrame::
createInterpolatedFrame
(*kernel1->fftFrame(), *kernel2->fftFrame(), x);
FFTFrame.cpp
56
PassOwnPtr<FFTFrame> FFTFrame::
createInterpolatedFrame
(const FFTFrame& frame1, const FFTFrame& frame2, double x)
Completed in 42 milliseconds