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

/external/chromium_org/third_party/webrtc/modules/audio_processing/
H A Dvoice_detection_impl.cc24 int MapSetting(VoiceDetection::Likelihood likelihood) {
26 case VoiceDetection::kVeryLowLikelihood:
28 case VoiceDetection::kLowLikelihood:
30 case VoiceDetection::kModerateLikelihood:
32 case VoiceDetection::kHighLikelihood:
104 int VoiceDetectionImpl::set_likelihood(VoiceDetection::Likelihood likelihood) {
114 VoiceDetection::Likelihood VoiceDetectionImpl::likelihood() const {
H A Dvoice_detection_impl.h22 class VoiceDetectionImpl : public VoiceDetection,
30 // VoiceDetection implementation.
37 // VoiceDetection implementation.
H A Daudio_processing_impl.h137 virtual VoiceDetection* voice_detection() const OVERRIDE;
H A Daudio_processing_impl.cc766 VoiceDetection* AudioProcessingImpl::voice_detection() const {
/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/chromium_org/third_party/webrtc/modules/audio_processing/include/
H A Daudio_processing.h32 class VoiceDetection;
349 virtual VoiceDetection* voice_detection() const = 0;
698 class VoiceDetection { class in namespace:webrtc
711 // VoiceDetection does _not_ need to be enabled to use this. If it happens to
738 virtual ~VoiceDetection() {}
H A Dmock_audio_processing.h143 class MockVoiceDetection : public VoiceDetection {
/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/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
/external/chromium_org/content/renderer/media/
H A Dmedia_stream_audio_processor_options.cc244 webrtc::VoiceDetection::kVeryLowLikelihood);
H A Dmedia_stream_audio_processor.cc576 webrtc::VoiceDetection* vad = ap->voice_detection();
H A Dmedia_stream_audio_processor_unittest.cc150 webrtc::VoiceDetection::kVeryLowLikelihood);
/external/chromium_org/third_party/webrtc/modules/audio_processing/test/
H A Dprocess_test.cc379 VoiceDetection::kVeryLowLikelihood));
385 VoiceDetection::kLowLikelihood));
391 VoiceDetection::kModerateLikelihood));
397 VoiceDetection::kHighLikelihood));
H A Daudio_processing_unittest.cc1251 TEST_F(ApmTest, VoiceDetection) {
1261 VoiceDetection::Likelihood likelihood[] = {
1262 VoiceDetection::kVeryLowLikelihood,
1263 VoiceDetection::kLowLikelihood,
1264 VoiceDetection::kModerateLikelihood,
1265 VoiceDetection::kHighLikelihood
/external/chromium_org/third_party/webrtc/voice_engine/
H A Dvoe_audio_processing_impl.cc1017 VoiceDetection::kVeryLowLikelihood)) {
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
H A Dfakewebrtcvoiceengine.h148 virtual webrtc::VoiceDetection* voice_detection() const OVERRIDE {

Completed in 182 milliseconds