Home
last modified time | relevance | path

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

/frameworks/av/media/libeffects/dynamicsproc/aidl/
DDynamicsProcessingContext.h112 bool validateBandConfig(const std::vector<T>& bands, int maxChannel, int maxBand);
114 int maxChannel);
116 int maxChannel);
DDynamicsProcessingContext.cpp393 bool DynamicsProcessingContext::validateBandConfig(const std::vector<T>& bands, int maxChannel, in validateBandConfig() argument
397 if (!validateChannel(band.channel, maxChannel)) { in validateBandConfig()
398 LOG(ERROR) << __func__ << " " << band.toString() << " invalid, maxCh " << maxChannel; in validateBandConfig()
415 const std::vector<DynamicsProcessing::LimiterConfig>& cfgs, int maxChannel) { in validateLimiterConfig() argument
417 if (!validateChannel(cfg.channel, maxChannel)) return false; in validateLimiterConfig()
423 const std::vector<DynamicsProcessing::InputGain>& cfgs, int maxChannel) { in validateInputGainConfig() argument
425 if (!validateChannel(cfg.channel, maxChannel)) return false; in validateInputGainConfig()