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

  /external/webkit/Source/WebCore/platform/audio/
ReverbConvolver.cpp 178 void ReverbConvolver::process(AudioChannel* sourceChannel, AudioChannel* destinationChannel, size_t framesToProcess)
180 bool isSafe = sourceChannel && destinationChannel && sourceChannel->length() >= framesToProcess && destinationChannel->length() >= framesToProcess;
186 float* destination = destinationChannel->data();
ReverbConvolver.h 55 void process(AudioChannel* sourceChannel, AudioChannel* destinationChannel, size_t framesToProcess);
Reverb.cpp 161 AudioChannel* destinationChannel = destinationBus->channel(i);
162 m_convolvers[i]->process(sourceChannelL, destinationChannel, framesToProcess);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/
UpdateHandler.java 686 final FileChannel destinationChannel = ((FileOutputStream) out).getChannel();
687 sourceChannel.transferTo(0, Integer.MAX_VALUE, destinationChannel);
    [all...]

Completed in 123 milliseconds