Searched refs:cutOffFreqs (Results 1 – 1 of 1) sorted by relevance
727 const std::vector<std::pair<int, float>> cutOffFreqs = std::get<EQ_BAND_CUT_OFF_FREQ>(params); in fillEqBandConfig() local728 int bandCount = cutOffFreqs.size(); in fillEqBandConfig()732 cfgs[i].band = cutOffFreqs[i].first; in fillEqBandConfig()734 cfgs[i].cutoffFrequencyHz = cutOffFreqs[i].second; in fillEqBandConfig()885 const std::vector<std::pair<int, float>> cutOffFreqs = std::get<MBC_BAND_CUTOFF_FREQ>(params); in fillMbcBandConfig() local887 int bandCount = cutOffFreqs.size(); in fillMbcBandConfig()892 .band = cutOffFreqs[i].first, in fillMbcBandConfig()894 .cutoffFrequencyHz = cutOffFreqs[i].second, in fillMbcBandConfig()