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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/isdn/i4l/
H A Disdn_audio.h12 #define DTMF_NPOINTS 205 /* Number of samples for DTMF recognition */ macro
25 int buf[DTMF_NPOINTS];
H A Disdn_audio.c468 for (n = 0; n < DTMF_NPOINTS; n++) {
600 c = DTMF_NPOINTS - s->idx;
613 if (s->idx == DTMF_NPOINTS) {

Completed in 51 milliseconds