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

  /external/chromium_org/third_party/WebKit/Source/platform/audio/
ReverbConvolver.cpp 153 void ReverbConvolver::process(const AudioChannel* sourceChannel, AudioChannel* destinationChannel, size_t framesToProcess)
155 bool isSafe = sourceChannel && destinationChannel && sourceChannel->length() >= framesToProcess && destinationChannel->length() >= framesToProcess;
161 float* destination = destinationChannel->mutableData();
ReverbConvolver.h 60 void process(const AudioChannel* sourceChannel, AudioChannel* destinationChannel, size_t framesToProcess);
Reverb.cpp 170 AudioChannel* destinationChannel = destinationBus->channel(i);
171 m_convolvers[i]->process(sourceChannelL, destinationChannel, framesToProcess);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/
UpdateHandler.java     [all...]

Completed in 160 milliseconds