Searched refs:validateBandConfig (Results 1 – 2 of 2) sorted by relevance
/frameworks/av/media/libeffects/dynamicsproc/aidl/ |
D | DynamicsProcessingContext.cpp | 137 !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
|
D | DynamicsProcessingContext.h | 112 bool validateBandConfig(const std::vector<T>& bands, int maxChannel, int maxBand);
|