HomeSort by relevance Sort by last modified time
    Searched refs:VoiceDetection (Results 1 - 19 of 19) sorted by null

  /external/chromium_org/third_party/webrtc/modules/audio_processing/
voice_detection_impl.cc 24 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 {
voice_detection_impl.h 22 class VoiceDetectionImpl : public VoiceDetection,
30 // VoiceDetection implementation.
37 // VoiceDetection implementation.
audio_processing_impl.h 137 virtual VoiceDetection* voice_detection() const OVERRIDE;
audio_processing_impl.cc 766 VoiceDetection* AudioProcessingImpl::voice_detection() const {
  /external/webrtc/src/modules/audio_processing/
voice_detection_impl.cc 26 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 {
voice_detection_impl.h 21 class VoiceDetectionImpl : public VoiceDetection,
29 // VoiceDetection implementation.
37 // VoiceDetection implementation.
audio_processing_impl.h 80 virtual VoiceDetection* voice_detection() const;
audio_processing_impl.cc 551 VoiceDetection* AudioProcessingImpl::voice_detection() const {
  /external/webrtc/src/modules/audio_processing/interface/
audio_processing.h 28 class VoiceDetection;
210 virtual VoiceDetection* voice_detection() const = 0;
553 class VoiceDetection {
566 // VoiceDetection does _not_ need to be enabled to use this. If it happens to
593 virtual ~VoiceDetection() {};
  /external/chromium_org/third_party/webrtc/modules/audio_processing/include/
audio_processing.h 32 class VoiceDetection;
349 virtual VoiceDetection* voice_detection() const = 0;
698 class VoiceDetection {
711 // VoiceDetection does _not_ need to be enabled to use this. If it happens to
738 virtual ~VoiceDetection() {}
mock_audio_processing.h 143 class MockVoiceDetection : public VoiceDetection {
  /external/webrtc/src/modules/audio_processing/test/
unit_test.cc 40 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
    [all...]
  /external/chromium_org/content/renderer/media/
media_stream_audio_processor_options.cc 244 webrtc::VoiceDetection::kVeryLowLikelihood);
media_stream_audio_processor.cc 576 webrtc::VoiceDetection* vad = ap->voice_detection();
media_stream_audio_processor_unittest.cc 150 webrtc::VoiceDetection::kVeryLowLikelihood);
  /external/chromium_org/third_party/webrtc/modules/audio_processing/test/
process_test.cc 379 VoiceDetection::kVeryLowLikelihood));
385 VoiceDetection::kLowLikelihood));
391 VoiceDetection::kModerateLikelihood));
397 VoiceDetection::kHighLikelihood));
    [all...]
audio_processing_unittest.cc     [all...]
  /external/chromium_org/third_party/webrtc/voice_engine/
voe_audio_processing_impl.cc     [all...]
  /external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
fakewebrtcvoiceengine.h 148 virtual webrtc::VoiceDetection* voice_detection() const OVERRIDE {
    [all...]

Completed in 1654 milliseconds