Searched refs:_ef (Results 1 – 15 of 15) sorted by relevance
/external/oboe/apps/fxlab/app/src/main/cpp/effects/descrip/ |
D | EffectDescription.h | 26 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()
|
D | TremoloDescription.h | 40 static _ef<iter_type> buildEffect(std::array<float, getNumParams()> paramArr ) { in buildEffect() 41 return _ef<iter_type> { in buildEffect()
|
D | VibratoDescription.h | 40 static _ef<iter_type> buildEffect(std::array<float, getNumParams()> paramArr) { in buildEffect() 41 return _ef<iter_type> { in buildEffect()
|
D | EchoDescription.h | 40 static _ef<iter_type> buildEffect(std::array<float, getNumParams()> paramArr) { in buildEffect() 41 return _ef<iter_type> { in buildEffect()
|
D | FIRDescription.h | 39 static _ef<iter_type> buildEffect(std::array<float, getNumParams()> paramArr) { in buildEffect() 40 return _ef<iter_type> { in buildEffect()
|
D | SlapbackDescription.h | 42 static _ef<iter_type> buildEffect(std::array<float, getNumParams()> paramArr) { in buildEffect() 43 return _ef<iter_type> { in buildEffect()
|
D | AllPassDescription.h | 40 static _ef<iter_type> buildEffect(std::array<float, getNumParams()> paramArr) { in buildEffect() 41 return _ef<iter_type> { in buildEffect()
|
D | DoublingDescription.h | 26 static _ef<iter_type> buildEffect(std::array<float, getNumParams()> paramArr) { in buildEffect() 27 return _ef<iter_type> { in buildEffect()
|
D | WhiteChorusDescription.h | 41 static _ef<iter_type> buildEffect(std::array<float, getNumParams()> paramArr) { in buildEffect() 42 return _ef<iter_type> { in buildEffect()
|
D | IIRDescription.h | 42 static _ef<iter_type> buildEffect(std::array<float, getNumParams()> paramArr) { in buildEffect() 43 return _ef<iter_type> { in buildEffect()
|
D | GainDescription.h | 40 static _ef<iter_type> buildEffect(std::array<float, getNumParams()> paramArr) { in buildEffect() 42 return _ef<iter_type> { in buildEffect()
|
D | PassthroughDescription.h | 40 static _ef<iter_type> buildEffect(std::array<float, getNumParams()> ) { in buildEffect()
|
D | OverdriveDescription.h | 45 static _ef<iter_type> buildEffect(std::array<float, getNumParams()> paramArr) { in buildEffect()
|
D | FlangerDescription.h | 42 static _ef<iter_type> buildEffect(std::array<float, getNumParams()> paramArr) { in buildEffect()
|
D | DistortionDescription.h | 40 static _ef<iter_type> buildEffect(std::array<float, getNumParams()> paramArr) { in buildEffect()
|