Searched refs:channelCountGood (Results 1 - 1 of 1) sorted by relevance

/external/webkit/Source/WebCore/webaudio/
H A DAudioBufferSourceNode.cpp152 bool channelCountGood = numberOfChannels == busNumberOfChannels && (numberOfChannels == 1 || numberOfChannels == 2); local
153 ASSERT(channelCountGood);
154 if (!channelCountGood)
272 bool channelCountGood = numberOfChannels == 1 || numberOfChannels == 2; local
273 ASSERT(channelCountGood);
274 if (!channelCountGood)

Completed in 248 milliseconds