OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:pullInputs
(Results
1 - 4
of
4
) sorted by null
/external/webkit/Source/WebCore/webaudio/
RealtimeAnalyserNode.cpp
66
// For in-place processing, our override of
pullInputs
() will just pass the audio data through unchanged if the channel count matches from input to output
72
// We override
pullInputs
() as an optimization allowing this node to take advantage of in-place processing,
75
void RealtimeAnalyserNode::
pullInputs
(size_t framesToProcess)
AudioBasicProcessorNode.cpp
96
void AudioBasicProcessorNode::
pullInputs
(size_t framesToProcess)
AudioNode.cpp
160
pullInputs
(framesToProcess);
165
void AudioNode::
pullInputs
(size_t framesToProcess)
AudioPannerNode.cpp
75
void AudioPannerNode::
pullInputs
(size_t framesToProcess)
77
// We override
pullInputs
(), so we can detect new AudioSourceNodes which have connected to us when new connections are made.
86
AudioNode::
pullInputs
(framesToProcess);
Completed in 293 milliseconds