Searched refs:TypingDetection (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/webrtc/modules/audio_processing/
H A Dtyping_detection.cc15 TypingDetection::TypingDetection() function in class:webrtc::TypingDetection
30 TypingDetection::~TypingDetection() {}
32 bool TypingDetection::Process(bool key_pressed, bool vad_activity) {
65 int TypingDetection::TimeSinceLastDetectionInSeconds() {
70 void TypingDetection::SetParameters(int time_window,
H A Dtyping_detection.h19 class TypingDetection { class in namespace:webrtc
21 TypingDetection();
22 virtual ~TypingDetection();
/external/chromium_org/content/renderer/media/
H A Dmedia_stream_audio_processor_options.h20 class TypingDetection;
102 webrtc::TypingDetection* typing_detector);
H A Dmedia_stream_audio_processor.h33 class TypingDetection;
195 scoped_ptr<webrtc::TypingDetection> typing_detector_;
H A Dmedia_stream_audio_processor_options.cc241 webrtc::TypingDetection* typing_detector) {
H A Dmedia_stream_audio_processor.cc445 typing_detector_.reset(new webrtc::TypingDetection());
/external/chromium_org/third_party/webrtc/voice_engine/
H A Dtransmit_mixer.h188 void TypingDetection(bool keyPressed);
217 webrtc::TypingDetection _typingDetection;
H A Dtransmit_mixer.cc361 TypingDetection(keyPressed);
1287 void TransmitMixer::TypingDetection(bool keyPressed) function in class:webrtc::voe::TransmitMixer

Completed in 138 milliseconds