Home
last modified time | relevance | path

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

/frameworks/av/media/libeffects/dynamicsproc/aidl/
DDynamicsProcessingContext.cpp137 !validateBandConfig(bands, mChannelCount, mEngineArchitecture.preEqStage.bandCount), in setPreEqBand()
145 !validateBandConfig(bands, mChannelCount, mEngineArchitecture.postEqStage.bandCount), in setPostEqBand()
153 !validateBandConfig(bands, mChannelCount, mEngineArchitecture.mbcStage.bandCount), in setMbcBand()
393 bool DynamicsProcessingContext::validateBandConfig(const std::vector<T>& bands, int maxChannel, in validateBandConfig() function in aidl::android::hardware::audio::effect::DynamicsProcessingContext
DDynamicsProcessingContext.h112 bool validateBandConfig(const std::vector<T>& bands, int maxChannel, int maxBand);