HomeSort by relevance Sort by last modified time
    Searched refs:destinationR (Results 1 - 6 of 6) sorted by null

  /external/webkit/Source/WebCore/platform/audio/
EqualPowerPanner.cpp 65 float* destinationR = outputBus->channelByType(AudioBus::ChannelRight)->data();
67 if (!sourceP || !destinationL || !destinationR)
103 *destinationR++ = static_cast<float>(input * gainR);