Home
last modified time | relevance | path

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

/frameworks/av/media/libeffects/downmix/tests/
Ddownmixtest.cpp36 int numFileChannels; member
119 const int numFileChannels = pDescriptor->numFileChannels; in DownmixExecute() local
121 const int fileFrameSize = numFileChannels * sizeof(short); in DownmixExecute()
144 if (numFileChannels != numProcessChannels) { in DownmixExecute()
145 adjust_channels(inS16.data(), numFileChannels, inS16.data(), in DownmixExecute()
206 int numFileChannels = 1, numProcessChannels = 8; in main() local
272 descriptor.numFileChannels = fChannels; in main()