Searched refs:getBandCount (Results 1 - 4 of 4) sorted by path

/frameworks/av/media/libeffects/dynamicsproc/
H A DEffectDynamicsProcessing.cpp757 values[2].i = pEq->getBandCount();
826 values[2].i = pMbc->getBandCount();
1062 if ((int32_t)pEq->getBandCount() != bandCount) {
1064 pEq->getBandCount(), bandCount);
1144 if ((int32_t)pMbc->getBandCount() != bandCount) {
1146 pMbc->getBandCount(), bandCount);
/frameworks/av/media/libeffects/dynamicsproc/dsp/
H A DDPBase.cpp111 mBands.resize(getBandCount());
115 if (band < getBandCount()) {
122 if (band < getBandCount()) {
141 if (band < getBandCount()) {
148 if (band < getBandCount()) {
H A DDPBase.h68 uint32_t getBandCount() const { function in class:dp_fx::DPBandStage
/frameworks/base/media/java/android/media/audiofx/
H A DDynamicsProcessing.java382 public int getBandCount() { method in class:DynamicsProcessing.BandStage
742 super(cfg.isInUse(), cfg.isEnabled(), cfg.getBandCount());
833 super(cfg.isInUse(), cfg.isEnabled(), cfg.getBandCount());
1121 if (preEq.getBandCount() != mPreEq.getBandCount()) {
1123 mPreEq.getBandCount() + " to " + preEq.getBandCount());
1157 if (mbc.getBandCount() != mMbc.getBandCount()) {
1159 mMbc.getBandCount()
[all...]

Completed in 99 milliseconds