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

  /external/webrtc/src/modules/audio_processing/main/source/
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),

Completed in 604 milliseconds