Searched refs:getPostEqBandCount (Results 1 - 4 of 4) sorted by last modified time

/frameworks/base/media/java/android/media/audiofx/
H A DDynamicsProcessing.java217 config.getPostEqBandCount(),
1423 public int getPostEqBandCount() { method in class:DynamicsProcessing.Config
/frameworks/av/media/libeffects/dynamicsproc/
H A DEffectDynamicsProcessing.cpp702 values[7].i = pContext->mPDynamics->getPostEqBandCount();
/frameworks/av/media/libeffects/dynamicsproc/dsp/
H A DDPBase.h328 uint32_t getPostEqBandCount() const { function in class:dp_fx::DPBase
H A DDPFrequency.cpp84 mPostEqBands.resize(dpBase.getPostEqBandCount());
263 for (unsigned int b = 0; b < getPostEqBandCount(); b++) {
278 for (unsigned int b = 0; b < getPostEqBandCount(); b++) {

Completed in 57 milliseconds