Searched refs:sourceBusSafe (Results 1 – 1 of 1) sorted by relevance
283 AudioBus& sourceBusSafe = const_cast<AudioBus&>(sourceBus); in speakersCopyFrom() local285 const float* sourceL = sourceBusSafe.channelByType(ChannelLeft)->data(); in speakersCopyFrom()286 const float* sourceR = sourceBusSafe.channelByType(ChannelRight)->data(); in speakersCopyFrom()325 AudioBus& sourceBusSafe = const_cast<AudioBus&>(sourceBus); in speakersSumFrom() local327 const float* sourceL = sourceBusSafe.channelByType(ChannelLeft)->data(); in speakersSumFrom()328 const float* sourceR = sourceBusSafe.channelByType(ChannelRight)->data(); in speakersSumFrom()348 AudioBus& sourceBusSafe = const_cast<AudioBus&>(sourceBus); in speakersSumFrom5_1_ToMono() local350 const float* sourceL = sourceBusSafe.channelByType(ChannelLeft)->data(); in speakersSumFrom5_1_ToMono()351 const float* sourceR = sourceBusSafe.channelByType(ChannelRight)->data(); in speakersSumFrom5_1_ToMono()352 const float* sourceC = sourceBusSafe.channelByType(ChannelCenter)->data(); in speakersSumFrom5_1_ToMono()[all …]