| Asterisk - The Open Source Telephony Project GIT-master-27fb039
    | 

| 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 299 of file dsp.c.
Referenced by ast_dsp_digitreset(), ast_mf_detect_init(), and mf_detect().
| int current_sample | 
Definition at line 301 of file dsp.c.
Referenced by ast_dsp_digitreset(), ast_mf_detect_init(), and mf_detect().
| int hits[5] | 
Definition at line 300 of file dsp.c.
Referenced by ast_dsp_digitreset(), ast_mf_detect_init(), and mf_detect().
| int mute_samples | 
Definition at line 302 of file dsp.c.
Referenced by mf_detect().
| goertzel_state_t tone_out[6] | 
Definition at line 298 of file dsp.c.
Referenced by ast_dsp_digitreset(), ast_mf_detect_init(), and mf_detect().