Home
last modified time | relevance | path

Searched refs:FAPOFXEchoParameters (Results 1 – 2 of 2) sorted by relevance

/dports/audio/faudio/FAudio-21.01/src/
H A DFAPOFX_echo.c178 const FAPOFXEchoParameters fxdefault = in FAPOFXCreateEcho()
190 sizeof(FAPOFXEchoParameters) * 3 in FAPOFXCreateEcho()
194 FAudio_zero(params, sizeof(FAPOFXEchoParameters) * 3); in FAPOFXCreateEcho()
197 params + sizeof(FAPOFXEchoParameters) * offset, \ in FAPOFXCreateEcho()
199 sizeof(FAPOFXEchoParameters) \ in FAPOFXCreateEcho()
208 FAudio_assert(InitDataByteSize == sizeof(FAPOFXEchoParameters)); in FAPOFXCreateEcho()
229 sizeof(FAPOFXEchoParameters), in FAPOFXCreateEcho()
/dports/audio/faudio/FAudio-21.01/include/
H A DFAPOFX.h86 typedef struct FAPOFXEchoParameters struct
91 } FAPOFXEchoParameters; argument