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/
voice_detection_impl.cc 109 bool VoiceDetectionImpl::stream_has_voice() const { function in class:webrtc::VoiceDetectionImpl
  /external/webrtc/src/modules/audio_processing/test/
process_test.cc 506 int8_t stream_has_voice = 0; local
637 stream_has_voice =
638 static_cast<int8_t>(apm->voice_detection()->stream_has_voice());
640 ASSERT_EQ(1u, fwrite(&stream_has_voice,
641 sizeof(stream_has_voice),
836 stream_has_voice =
837 static_cast<int8_t>(apm->voice_detection()->stream_has_voice());
839 ASSERT_EQ(1u, fwrite(&stream_has_voice,
840 sizeof(stream_has_voice),
    [all...]

Completed in 75 milliseconds