Searched refs:bandCount (Results 1 – 7 of 7) sorted by relevance
/hardware/interfaces/audio/aidl/vts/ |
D | VtsHalDynamicsProcessingTest.cpp | 109 bool isBandConfigValid(const std::vector<T>& cfgs, int bandCount); 137 .preEqStage = {.inUse = true, .bandCount = kBandCount}, 138 .postEqStage = {.inUse = true, .bandCount = kBandCount}, 139 .mbcStage = {.inUse = true, .bandCount = kBandCount}, 169 {.inUse = true, .bandCount = DynamicsProcessingTestHelper::kBandCount}, 170 {.inUse = true, .bandCount = 0}, 171 {.inUse = true, .bandCount = -1}, 172 {.inUse = false, .bandCount = 0}, 173 {.inUse = false, .bandCount = -1}, 174 {.inUse = false, .bandCount = DynamicsProcessingTestHelper::kBandCount}}; [all …]
|
/hardware/interfaces/audio/aidl/default/dynamicProcessing/ |
D | DynamicsProcessingSw.cpp | 364 if (!validateEqBandConfig(cfg, mChannelCount, stage.bandCount, channelConfig)) { in setEqBandCfgs() 369 targetCfgs[cfg.channel * stage.bandCount + cfg.band] = cfg; in setEqBandCfgs() 392 int bandCount = mEngineSettings.mbcStage.bandCount; in setMbcBandCfgs() local 393 std::vector<bool> filled(mChannelCount * bandCount, false); in setMbcBandCfgs() 401 if (!validateMbcBandConfig(it, mChannelCount, mEngineSettings.mbcStage.bandCount, in setMbcBandCfgs() 407 mMbcChBands[it.channel * bandCount + it.band] = it; in setMbcBandCfgs() 456 if (mPreEqChBands.size() != (size_t)(mChannelCount * mEngineSettings.preEqStage.bandCount)) { in resizeBands() 457 mPreEqChBands.resize(mChannelCount * mEngineSettings.preEqStage.bandCount, in resizeBands() 460 if (mPostEqChBands.size() != (size_t)(mChannelCount * mEngineSettings.postEqStage.bandCount)) { in resizeBands() 461 mPostEqChBands.resize(mChannelCount * mEngineSettings.postEqStage.bandCount, in resizeBands() [all …]
|
/hardware/interfaces/audio/aidl/common/ |
D | EffectRangeSpecific.cpp | 82 arg.preEqStage.inUse, arg.preEqStage.bandCount, in isEngineConfigInRange() 83 arg.postEqStage.inUse, arg.postEqStage.bandCount, arg.mbcStage.inUse, in isEngineConfigInRange() 84 arg.mbcStage.bandCount, arg.limiterInUse); in isEngineConfigInRange()
|
/hardware/interfaces/audio/aidl/android/hardware/audio/effect/ |
D | DynamicsProcessing.aidl | 70 int bandCount;
|
/hardware/interfaces/audio/aidl/aidl_api/android.hardware.audio.effect/1/android/hardware/audio/effect/ |
D | DynamicsProcessing.aidl | 59 int bandCount;
|
/hardware/interfaces/audio/aidl/aidl_api/android.hardware.audio.effect/current/android/hardware/audio/effect/ |
D | DynamicsProcessing.aidl | 59 int bandCount;
|
/hardware/interfaces/audio/aidl/aidl_api/android.hardware.audio.effect/2/android/hardware/audio/effect/ |
D | DynamicsProcessing.aidl | 59 int bandCount;
|