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

  /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/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...]

Completed in 160 milliseconds