Home
last modified time | relevance | path

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

/frameworks/av/media/libeffects/dynamicsproc/dsp/
DDPFrequency.cpp155 int channelcount = getChannelCount(); in configure() local
157 mChannelBuffers.resize(channelcount); in configure()
158 for (int ch = 0; ch < channelcount; ch++) { in configure()