OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:bandcfg
(Results
1 - 1
of
1
) sorted by null
/frameworks/av/media/libeffects/testlibs/
AudioEqualizer.cpp
208
const BandConfig &
bandCfg
= presetCfg.bandConfigs[band];
209
setGain(band,
bandCfg
.gain);
210
setFrequency(band,
bandCfg
.freq);
211
setBandwidth(band,
bandCfg
.bandwidth);
Completed in 172 milliseconds