Searched refs:renderingOutput (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/Modules/webaudio/
H A DAudioSummingJunction.h56 AudioNodeOutput* renderingOutput(unsigned i) { return m_renderingOutputs[i]; } function in class:WebCore::AudioSummingJunction
57 const AudioNodeOutput* renderingOutput(unsigned i) const { return m_renderingOutputs[i]; } function in class:WebCore::AudioSummingJunction
71 // Instead numberOfRenderingConnections() and renderingOutput() should be used.
H A DAudioNodeInput.cpp173 return renderingOutput(0)->bus();
202 AudioNodeOutput* output = renderingOutput(i);
220 AudioNodeOutput* output = this->renderingOutput(0);
H A DAudioParam.cpp143 AudioNodeOutput* output = renderingOutput(i);
H A DPannerNode.cpp405 AudioNodeOutput* connectedOutput = input->renderingOutput(j);

Completed in 200 milliseconds