Data Fields | |
int | current_digits |
int | current_sample |
int | detected_digits |
char | digits [MAX_DTMF_DIGITS+1] |
int | fax_hits |
int | hits [5] |
int | lost_digits |
int | mhit |
goertzel_state_t | tone_out [6] |
Definition at line 238 of file dsp.c.
int current_digits |
Definition at line 256 of file dsp.c.
Referenced by ast_dsp_digitreset(), ast_dsp_getdigits(), ast_dsp_process(), ast_mf_detect_init(), and mf_detect().
int current_sample |
Definition at line 252 of file dsp.c.
Referenced by ast_dsp_digitreset(), ast_mf_detect_init(), and mf_detect().
int detected_digits |
Definition at line 257 of file dsp.c.
Referenced by ast_mf_detect_init(), and mf_detect().
char digits[MAX_DTMF_DIGITS+1] |
Definition at line 254 of file dsp.c.
Referenced by ast_dsp_digitreset(), ast_dsp_getdigits(), ast_dsp_process(), ast_mf_detect_init(), and mf_detect().
int hits[5] |
Definition at line 250 of file dsp.c.
Referenced by ast_dsp_digitreset(), ast_mf_detect_init(), and mf_detect().
int lost_digits |
Definition at line 258 of file dsp.c.
Referenced by ast_mf_detect_init(), and mf_detect().
int mhit |
Definition at line 241 of file dsp.c.
Referenced by ast_dsp_digitreset(), ast_mf_detect_init(), and mf_detect().
Definition at line 240 of file dsp.c.
Referenced by ast_dsp_digitreset(), ast_mf_detect_init(), and mf_detect().