Searched refs:MaxBusChannels (Results 1 – 1 of 1) sorted by relevance
48 const unsigned MaxBusChannels = 32; variable52 ASSERT(numberOfChannels <= MaxBusChannels); in create()53 if (numberOfChannels > MaxBusChannels) in create()425 ASSERT(numberOfChannels <= MaxBusChannels); in copyWithGainFrom()426 if (numberOfChannels > MaxBusChannels) in copyWithGainFrom()434 const float* sources[MaxBusChannels]; in copyWithGainFrom()435 float* destinations[MaxBusChannels]; in copyWithGainFrom()