Searched refs:channelsMatch (Results 1 – 2 of 2) sorted by relevance
83 bool channelsMatch = (destinationBus && destinationBus->numberOfChannels() == numberOfChannels); in process() local84 ASSERT(channelsMatch); in process()85 if (!channelsMatch) in process()
104 bool channelsMatch = m_renderBus->numberOfChannels() == m_renderTarget->numberOfChannels(); in render() local105 ASSERT(channelsMatch); in render()106 if (!channelsMatch) in render()