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

  /external/webrtc/src/modules/audio_processing/main/source/
voice_detection_impl.h 40 virtual bool stream_has_voice() const;
voice_detection_impl.cc 109 bool VoiceDetectionImpl::stream_has_voice() const { function in class:webrtc::VoiceDetectionImpl
  /external/webrtc/src/modules/audio_processing/main/test/process_test/
process_test.cc 386 int8_t stream_has_voice = 0; local
546 stream_has_voice =
547 static_cast<int8_t>(apm->voice_detection()->stream_has_voice());
549 ASSERT_EQ(1u, fwrite(&stream_has_voice,
550 sizeof(stream_has_voice),
  /external/webrtc/src/modules/audio_processing/main/interface/
audio_processing.h 96 // has_voice = apm->stream_has_voice();
527 virtual bool stream_has_voice() const = 0;
  /external/webrtc/src/modules/audio_processing/main/test/unit_test/
unit_test.cc 504 if (apm_->voice_detection()->stream_has_voice()) {
800 EXPECT_TRUE(apm_->voice_detection()->stream_has_voice());
803 EXPECT_FALSE(apm_->voice_detection()->stream_has_voice());
846 // TODO(bjornv): Add tests for streamed voice; stream_has_voice()

Completed in 864 milliseconds