Searched refs:checkNumberOfChannelsForInput (Results 1 – 12 of 12) sorted by relevance
74 void AudioBasicInspectorNode::checkNumberOfChannelsForInput(AudioNodeInput* input) in checkNumberOfChannelsForInput() function in WebCore::AudioBasicInspectorNode89 AudioNode::checkNumberOfChannelsForInput(input); in checkNumberOfChannelsForInput()
87 void GainNode::checkNumberOfChannelsForInput(AudioNodeInput* input) in checkNumberOfChannelsForInput() function in WebCore::GainNode108 AudioNode::checkNumberOfChannelsForInput(input); in checkNumberOfChannelsForInput()
97 void AudioBasicProcessorNode::checkNumberOfChannelsForInput(AudioNodeInput* input) in checkNumberOfChannelsForInput() function in WebCore::AudioBasicProcessorNode125 AudioNode::checkNumberOfChannelsForInput(input); in checkNumberOfChannelsForInput()
108 void ChannelMergerNode::checkNumberOfChannelsForInput(AudioNodeInput* input) in checkNumberOfChannelsForInput() function in WebCore::ChannelMergerNode132 AudioNode::checkNumberOfChannelsForInput(input); in checkNumberOfChannelsForInput()
47 virtual void checkNumberOfChannelsForInput(AudioNodeInput*) OVERRIDE;
45 virtual void checkNumberOfChannelsForInput(AudioNodeInput*) OVERRIDE FINAL;
51 virtual void checkNumberOfChannelsForInput(AudioNodeInput*) OVERRIDE;
51 virtual void checkNumberOfChannelsForInput(AudioNodeInput*) OVERRIDE FINAL;
143 virtual void checkNumberOfChannelsForInput(AudioNodeInput*);
134 node()->checkNumberOfChannelsForInput(this); in didUpdate()
102 connectionNode->checkNumberOfChannelsForInput(input); in propagateChannelCount()
388 void AudioNode::checkNumberOfChannelsForInput(AudioNodeInput* input) in checkNumberOfChannelsForInput() function in WebCore::AudioNode