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

  /external/chromium_org/third_party/webrtc/modules/audio_coding/main/test/
utility.cc 283 _toneCntr[n] = 0;
293 _toneCntr[digitDtmf]++;
299 if (_toneCntr[n] > 0) {
300 fprintf(stdout, "%d %u msec, \n", n, _toneCntr[n] * 10);
utility.h 127 uint32_t _toneCntr[1000];

Completed in 41 milliseconds