Searched refs:destinationChannel (Results 1 – 3 of 3) sorted by relevance
178 void ReverbConvolver::process(AudioChannel* sourceChannel, AudioChannel* destinationChannel, size_t… in process() argument180 …bool isSafe = sourceChannel && destinationChannel && sourceChannel->length() >= framesToProcess &&… in process()186 float* destination = destinationChannel->data(); in process()
161 AudioChannel* destinationChannel = destinationBus->channel(i); in process() local162 m_convolvers[i]->process(sourceChannelL, destinationChannel, framesToProcess); in process()
55 …void process(AudioChannel* sourceChannel, AudioChannel* destinationChannel, size_t framesToProcess…