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

  /external/webrtc/webrtc/common_audio/vad/
vad_core.h 40 int16_t num_of_speech; member in struct:VadInstT_
vad_core.c 468 self->num_of_speech = 0;
470 self->num_of_speech++;
471 if (self->num_of_speech > kMaxSpeechFrames) {
472 self->num_of_speech = kMaxSpeechFrames;
493 self->num_of_speech = 0;

Completed in 68 milliseconds