Home
last modified time | relevance | path

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

/frameworks/av/media/libeffects/downmix/tests/
Ddownmixtest.cpp35 int numFileChannels; member
116 const int numFileChannels = pDescriptor->numFileChannels; in DownmixExecute() local
118 const int fileFrameSize = numFileChannels * sizeof(short); in DownmixExecute()
141 if (numFileChannels != numProcessChannels) { in DownmixExecute()
142 adjust_channels(inS16.data(), numFileChannels, inS16.data(), in DownmixExecute()
203 int numFileChannels = 1, numProcessChannels = 8; in main() local
269 descriptor.numFileChannels = fChannels; in main()