Searched defs:isDestinationGood (Results 1 - 1 of 1) sorted by relevance

/external/webkit/Source/WebCore/webaudio/
H A DAudioBufferSourceNode.cpp294 bool isDestinationGood = destinationL && (numberOfChannels == 1 || destinationR); local
295 ASSERT(isDestinationGood);
296 if (!isDestinationGood)

Completed in 53 milliseconds