Searched refs:VoiceDetection (Results 1 - 7 of 7) sorted by relevance

/external/webrtc/src/modules/audio_processing/
H A Dvoice_detection_impl.cc26 WebRtc_Word16 MapSetting(VoiceDetection::Likelihood likelihood) {
28 case VoiceDetection::kVeryLowLikelihood:
31 case VoiceDetection::kLowLikelihood:
34 case VoiceDetection::kModerateLikelihood:
37 case VoiceDetection::kHighLikelihood:
115 int VoiceDetectionImpl::set_likelihood(VoiceDetection::Likelihood likelihood) {
125 VoiceDetection::Likelihood VoiceDetectionImpl::likelihood() const {
H A Dvoice_detection_impl.h21 class VoiceDetectionImpl : public VoiceDetection,
29 // VoiceDetection implementation.
37 // VoiceDetection implementation.
H A Daudio_processing_impl.h80 virtual VoiceDetection* voice_detection() const;
H A Daudio_processing_impl.cc551 VoiceDetection* AudioProcessingImpl::voice_detection() const {
/external/webrtc/src/modules/audio_processing/interface/
H A Daudio_processing.h28 class VoiceDetection;
210 virtual VoiceDetection* voice_detection() const = 0;
553 class VoiceDetection { class in namespace:webrtc
566 // VoiceDetection does _not_ need to be enabled to use this. If it happens to
593 virtual ~VoiceDetection() {};
/external/chromium_org/content/renderer/media/
H A Dmedia_stream_audio_processor_options.cc59 webrtc::VoiceDetection::kVeryLowLikelihood);
/external/webrtc/src/modules/audio_processing/test/
H A Dunit_test.cc40 using webrtc::VoiceDetection;
826 TEST_F(ApmTest, VoiceDetection) {
838 static_cast<VoiceDetection::Likelihood>(-1)));
842 static_cast<VoiceDetection::Likelihood>(5)));
845 VoiceDetection::Likelihood likelihood[] = {
846 VoiceDetection::kVeryLowLikelihood,
847 VoiceDetection::kLowLikelihood,
848 VoiceDetection::kModerateLikelihood,
849 VoiceDetection::kHighLikelihood

Completed in 157 milliseconds