Home
last modified time | relevance | path

Searched refs:srcFrameCopies (Results 1 – 1 of 1) sorted by relevance

/external/drrickorang/LoopbackApp/app/src/main/cpp/lb2/
Daudio_buffer.h200 const int srcFrameCopies = wholeMultiplier(dst.getChannelCount(), src.getChannelCount()); in fillCopyAudioBufferViewData() local
202 T srcFramePatch[srcFrameCopies * src.getChannelCount()]; in fillCopyAudioBufferViewData()
207 for (int j = 0; j < srcFrameCopies; ++j, patch += src.getChannelCount()) { in fillCopyAudioBufferViewData()