Searched refs:active_speech (Results 1 – 10 of 10) sorted by relevance
52 bool active_speech, in CheckCriteriaAndStretch() argument58 if ((best_correlation > correlation_threshold) || !active_speech) { in CheckCriteriaAndStretch()87 if (active_speech) { in CheckCriteriaAndStretch()
64 bool active_speech, in CheckCriteriaAndStretch() argument74 !active_speech) { in CheckCriteriaAndStretch()95 if (active_speech) { in CheckCriteriaAndStretch()
102 bool active_speech = in Process() local106 if (!active_speech) { in Process()144 active_speech, fast_mode, output); in Process()
54 bool active_speech() const { return active_speech_; } in active_speech() function
62 bool active_speech,
63 bool active_speech,
77 bool active_speech,
51 if (vad.running() && vad.active_speech()) { in Update()73 (vad.running() && !vad.active_speech())) { in Update()
2167 } else if (vad_->running() && !vad_->active_speech()) { in LastOutputType()
113 void CheckBlockGrouping(size_t blocks_per_frame, bool active_speech) { in CheckBlockGrouping() argument120 .WillRepeatedly(Return(active_speech ? Vad::kActive : Vad::kPassive)); in CheckBlockGrouping()128 if (active_speech) in CheckBlockGrouping()131 if (active_speech) { in CheckBlockGrouping()