Home
last modified time | relevance | path

Searched refs:SlowEnvelope (Results 1 – 6 of 6) sorted by relevance

/frameworks/av/media/libeffects/hapticgenerator/
DProcessors.cpp82 SlowEnvelope::SlowEnvelope( in SlowEnvelope() function in android::audio_effect::haptic_generator::SlowEnvelope
93 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()
DProcessors.h44 class SlowEnvelope {
46 SlowEnvelope(float cornerFrequency, float sampleRate,
DEffectHapticGenerator.h71 std::vector<std::shared_ptr<SlowEnvelope>> slowEnvs;
DEffectHapticGenerator.cpp233 auto slowEnv = std::make_shared<SlowEnvelope>( // SlowEnvelope = partial normalizer, or AGC. in HapticGenerator_buildProcessingChain()
/frameworks/av/media/libeffects/hapticgenerator/aidl/
DHapticGeneratorContext.h55 std::vector<std::shared_ptr<::android::audio_effect::haptic_generator::SlowEnvelope>> slowEnvs;
DHapticGeneratorContext.cpp290 auto slowEnv = std::make_shared<::android::audio_effect::haptic_generator::SlowEnvelope>( in buildProcessingChain()