Home
last modified time | relevance | path

Searched refs:tone_detection_descriptor_t (Results 1 – 2 of 2) sorted by relevance

/dports/audio/ccaudio2/ccaudio2-2.2.0/inc/
H A Dccaudio2.h105 } tone_detection_descriptor_t; typedef
2147 void goertzelInit(goertzel_state_t *s, tone_detection_descriptor_t *t);
2153 tone_detection_descriptor_t dtmf_detect_row[4];
2154 tone_detection_descriptor_t dtmf_detect_col[4];
2155 tone_detection_descriptor_t dtmf_detect_row_2nd[4];
2156 tone_detection_descriptor_t dtmf_detect_col_2nd[4];
2157 tone_detection_descriptor_t fax_detect;
2158 tone_detection_descriptor_t fax_detect_2nd;
/dports/audio/ccaudio2/ccaudio2-2.2.0/src/
H A Ddetect.cpp129 void DTMFDetect::goertzelInit(goertzel_state_t *s, tone_detection_descriptor_t *t) in goertzelInit()