Home
last modified time | relevance | path

Searched refs:ec_table (Results 1 - 1 of 1) sorted by relevance

/third_party/pulseaudio/src/modules/echo-cancel/
H A Dmodule-echo-cancel.c79 /* NOTE: Make sure the enum and ec_table are maintained in the correct order */
100 static const pa_echo_canceller ec_table[] = { variable
1698 u->ec->init = ec_table[ec_method].init; in init_common()
1699 u->ec->play = ec_table[ec_method].play; in init_common()
1700 u->ec->record = ec_table[ec_method].record; in init_common()
1701 u->ec->set_drift = ec_table[ec_method].set_drift; in init_common()
1702 u->ec->run = ec_table[ec_method].run; in init_common()
1703 u->ec->done = ec_table[ec_method].done; in init_common()

Completed in 4 milliseconds