Searched refs:SlowEnvelope (Results 1 – 6 of 6) sorted by relevance
82 SlowEnvelope::SlowEnvelope( in SlowEnvelope() function in android::audio_effect::haptic_generator::SlowEnvelope93 void SlowEnvelope::process(float* out, const float* in, size_t frameCount) { in process()108 void SlowEnvelope::setNormalizationPower(float normalizationPower) { in setNormalizationPower()112 void SlowEnvelope::clear() { in clear()
44 class SlowEnvelope {46 SlowEnvelope(float cornerFrequency, float sampleRate,
71 std::vector<std::shared_ptr<SlowEnvelope>> slowEnvs;
233 auto slowEnv = std::make_shared<SlowEnvelope>( // SlowEnvelope = partial normalizer, or AGC. in HapticGenerator_buildProcessingChain()
55 std::vector<std::shared_ptr<::android::audio_effect::haptic_generator::SlowEnvelope>> slowEnvs;
290 auto slowEnv = std::make_shared<::android::audio_effect::haptic_generator::SlowEnvelope>( in buildProcessingChain()