HomeSort by relevance Sort by last modified time
    Searched defs:DTMFDetector (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/webrtc/modules/audio_coding/main/test/
utility.h 118 class DTMFDetector : public AudioCodingFeedback {
120 DTMFDetector();
121 ~DTMFDetector();
utility.cc 281 DTMFDetector::DTMFDetector() {
287 DTMFDetector::~DTMFDetector() {
290 int32_t DTMFDetector::IncomingDtmf(const uint8_t digitDtmf,
297 void DTMFDetector::PrintDetectedDigits() {

Completed in 428 milliseconds