Home
last modified time | relevance | path

Searched refs:VoiceDetection (Results 1 – 10 of 10) sorted by relevance

/external/webrtc/webrtc/modules/audio_processing/
Dvoice_detection_impl.cc109 int VoiceDetectionImpl::set_likelihood(VoiceDetection::Likelihood likelihood) { in set_likelihood()
115 case VoiceDetection::kVeryLowLikelihood: in set_likelihood()
118 case VoiceDetection::kLowLikelihood: in set_likelihood()
121 case VoiceDetection::kModerateLikelihood: in set_likelihood()
124 case VoiceDetection::kHighLikelihood: in set_likelihood()
137 VoiceDetection::Likelihood VoiceDetectionImpl::likelihood() const { in likelihood()
Dvoice_detection_impl.h23 class VoiceDetectionImpl : public VoiceDetection {
Daudio_processing_impl.h123 VoiceDetection* voice_detection() const override;
Daudio_processing_impl.cc1183 VoiceDetection* AudioProcessingImpl::voice_detection() const { in voice_detection()
/external/webrtc/webrtc/modules/audio_processing/include/
Daudio_processing.h46 class VoiceDetection; variable
450 virtual VoiceDetection* voice_detection() const = 0;
920 class VoiceDetection {
960 virtual ~VoiceDetection() {} in ~VoiceDetection()
Dmock_audio_processing.h145 class MockVoiceDetection : public VoiceDetection {
/external/webrtc/webrtc/modules/audio_processing/test/
Dprocess_test.cc381 VoiceDetection::kVeryLowLikelihood)); in void_main()
387 VoiceDetection::kLowLikelihood)); in void_main()
393 VoiceDetection::kModerateLikelihood)); in void_main()
399 VoiceDetection::kHighLikelihood)); in void_main()
Daudio_processing_unittest.cc1474 TEST_F(ApmTest, VoiceDetection) { in TEST_F() argument
1484 VoiceDetection::Likelihood likelihood[] = { in TEST_F()
1485 VoiceDetection::kVeryLowLikelihood, in TEST_F()
1486 VoiceDetection::kLowLikelihood, in TEST_F()
1487 VoiceDetection::kModerateLikelihood, in TEST_F()
1488 VoiceDetection::kHighLikelihood in TEST_F()
/external/webrtc/webrtc/voice_engine/
Dvoe_audio_processing_impl.cc972 VoiceDetection::kVeryLowLikelihood)) { in SetTypingDetectionStatus()
/external/webrtc/talk/media/webrtc/
Dfakewebrtcvoiceengine.h129 webrtc::VoiceDetection* voice_detection() const override { return NULL; } in voice_detection()