Home
last modified time | relevance | path

Searched refs:_ef (Results 1 – 15 of 15) sorted by relevance

/external/oboe/apps/fxlab/app/src/main/cpp/effects/descrip/
DEffectDescription.h26 using _ef = std::function<void(iter_type, iter_type)>; variable
75 static _ef<iter_type> buildEffect(std::array<float, N> paramArr);
79 static _ef<iter_type> buildDefaultEffect() { in buildDefaultEffect()
90 static _ef<iter_type> modifyEffect( in modifyEffect()
91 _ef<iter_type> /* effect */, std::array<float, N> paramArr) { in modifyEffect()
95 static _ef<iter_type> modifyEffectVec( in modifyEffectVec()
96 _ef<iter_type> effect, std::vector<float> paramVec) { in modifyEffectVec()
DTremoloDescription.h40 static _ef<iter_type> buildEffect(std::array<float, getNumParams()> paramArr ) { in buildEffect()
41 return _ef<iter_type> { in buildEffect()
DVibratoDescription.h40 static _ef<iter_type> buildEffect(std::array<float, getNumParams()> paramArr) { in buildEffect()
41 return _ef<iter_type> { in buildEffect()
DEchoDescription.h40 static _ef<iter_type> buildEffect(std::array<float, getNumParams()> paramArr) { in buildEffect()
41 return _ef<iter_type> { in buildEffect()
DFIRDescription.h39 static _ef<iter_type> buildEffect(std::array<float, getNumParams()> paramArr) { in buildEffect()
40 return _ef<iter_type> { in buildEffect()
DSlapbackDescription.h42 static _ef<iter_type> buildEffect(std::array<float, getNumParams()> paramArr) { in buildEffect()
43 return _ef<iter_type> { in buildEffect()
DAllPassDescription.h40 static _ef<iter_type> buildEffect(std::array<float, getNumParams()> paramArr) { in buildEffect()
41 return _ef<iter_type> { in buildEffect()
DDoublingDescription.h26 static _ef<iter_type> buildEffect(std::array<float, getNumParams()> paramArr) { in buildEffect()
27 return _ef<iter_type> { in buildEffect()
DWhiteChorusDescription.h41 static _ef<iter_type> buildEffect(std::array<float, getNumParams()> paramArr) { in buildEffect()
42 return _ef<iter_type> { in buildEffect()
DIIRDescription.h42 static _ef<iter_type> buildEffect(std::array<float, getNumParams()> paramArr) { in buildEffect()
43 return _ef<iter_type> { in buildEffect()
DGainDescription.h40 static _ef<iter_type> buildEffect(std::array<float, getNumParams()> paramArr) { in buildEffect()
42 return _ef<iter_type> { in buildEffect()
DPassthroughDescription.h40 static _ef<iter_type> buildEffect(std::array<float, getNumParams()> ) { in buildEffect()
DOverdriveDescription.h45 static _ef<iter_type> buildEffect(std::array<float, getNumParams()> paramArr) { in buildEffect()
DFlangerDescription.h42 static _ef<iter_type> buildEffect(std::array<float, getNumParams()> paramArr) { in buildEffect()
DDistortionDescription.h40 static _ef<iter_type> buildEffect(std::array<float, getNumParams()> paramArr) { in buildEffect()