Home | History | Annotate | Download | only in audioflinger

Lines Matching full:effects

322     // TODO: handle configuration of effects replacing track process
1040 // restore suspended effects if the disconnected handle was enabled and the last one.
1294 // never process effects when:
1343 // Auxiliary effects are inserted at the beginning of mEffects vector as
1355 // auxiliary effects output samples to chain input buffer for further processing
1356 // by insert effects
1359 // Insert effects are inserted at the end of mEffects vector as they are processed
1360 // after track and auxiliary effects.
1542 // then indicate volume to all other effects in chain.
1543 // Pass altered volume to effects before volume controller
1544 // and requested volume to effects after controller
1571 snprintf(buffer, SIZE, "Effects for session %d:\n", mSessionId);
1670 Vector< sp<EffectModule> > effects;
1671 getSuspendEligibleEffects(effects);
1672 for (size_t i = 0; i < effects.size(); i++) {
1673 setEffectSuspended_l(&effects[i]->desc().type, true);
1713 // auxiliary effects and visualizer are never suspended on output mix
1724 Vector< sp<AudioFlinger::EffectModule> > &effects)
1726 effects.clear();
1729 effects.add(mEffects[i]);
1747 // if the effect is not suspend check if all effects are suspended