Searched refs:srcFrameCopies (Results 1 – 1 of 1) sorted by relevance
200 const int srcFrameCopies = wholeMultiplier(dst.getChannelCount(), src.getChannelCount()); in fillCopyAudioBufferViewData() local202 T srcFramePatch[srcFrameCopies * src.getChannelCount()]; in fillCopyAudioBufferViewData()207 for (int j = 0; j < srcFrameCopies; ++j, patch += src.getChannelCount()) { in fillCopyAudioBufferViewData()