|
Asterisk - The Open Source Telephony Project GIT-master-80b953f
|

Data Fields | |
| int | current_hit |
| int | current_sample |
| int | hits [5] |
| int | mute_samples |
| goertzel_state_t | tone_out [6] |
| int current_hit |
Definition at line 306 of file dsp.c.
Referenced by ast_dsp_digitreset(), ast_mf_detect_init(), ast_r2_detect_init(), mf_detect(), and r2_detect().
| int current_sample |
Definition at line 308 of file dsp.c.
Referenced by ast_dsp_digitreset(), ast_mf_detect_init(), ast_r2_detect_init(), mf_detect(), and r2_detect().
| int hits[5] |
Definition at line 307 of file dsp.c.
Referenced by ast_dsp_digitreset(), ast_mf_detect_init(), ast_r2_detect_init(), mf_detect(), and r2_detect().
| int mute_samples |
Definition at line 309 of file dsp.c.
Referenced by mf_detect(), and r2_detect().
| goertzel_state_t tone_out[6] |
Definition at line 305 of file dsp.c.
Referenced by ast_dsp_digitreset(), ast_mf_detect_init(), ast_r2_detect_init(), mf_detect(), and r2_detect().