Searched defs:key_pressed (Results 1 - 8 of 8) sorted by relevance

/external/webrtc/webrtc/modules/audio_processing/
H A Dtyping_detection.cc32 bool TypingDetection::Process(bool key_pressed, bool vad_activity) { argument
39 if (key_pressed)
H A Daudio_processing_impl.h83 void set_stream_key_pressed(bool key_pressed) override;
293 key_pressed(false),
306 bool key_pressed; member in struct:webrtc::AudioProcessingImpl::ApmCaptureState
H A Daudio_processing_impl.cc752 msg->set_keypress(capture_.key_pressed);
824 capture_.key_pressed);
1041 void AudioProcessingImpl::set_stream_key_pressed(bool key_pressed) { argument
1043 capture_.key_pressed = key_pressed;
/external/webrtc/webrtc/modules/audio_device/include/
H A Daudio_device_defines.h74 // volume. |key_pressed| is used by the typing detection.
78 // values of |audio_delay_milliseconds|, |current_volume| and |key_pressed|
92 bool key_pressed,
84 OnDataAvailable(const int voe_channels[], size_t number_of_voe_channels, const int16_t* audio_data, int sample_rate, size_t number_of_channels, size_t number_of_frames, int audio_delay_milliseconds, int current_volume, bool key_pressed, bool need_audio_processing) argument
/external/webrtc/webrtc/modules/audio_processing/transient/
H A Dtransient_suppressor.cc173 bool key_pressed) {
180 UpdateKeypress(key_pressed);
284 void TransientSuppressor::UpdateKeypress(bool key_pressed) { argument
289 if (key_pressed) {
165 Suppress(float* data, size_t data_length, int num_channels, const float* detection_data, size_t detection_length, const float* reference_data, size_t reference_length, float voice_probability, bool key_pressed) argument
/external/webrtc/webrtc/voice_engine/
H A Dvoe_base_impl.cc118 bool key_pressed, bool need_audio_processing) {
125 volume, key_pressed);
704 int32_t clock_drift, uint32_t volume, bool key_pressed) {
737 voe_mic_level, key_pressed);
112 OnDataAvailable(const int voe_channels[], size_t number_of_voe_channels, const int16_t* audio_data, int sample_rate, size_t number_of_channels, size_t number_of_frames, int audio_delay_milliseconds, int volume, bool key_pressed, bool need_audio_processing) argument
700 ProcessRecordedDataWithAPM( const int voe_channels[], size_t number_of_voe_channels, const void* audio_data, uint32_t sample_rate, size_t number_of_channels, size_t number_of_frames, uint32_t audio_delay_milliseconds, int32_t clock_drift, uint32_t volume, bool key_pressed) argument
H A Dtransmit_mixer.cc1242 int current_mic_level, bool key_pressed) {
1259 audioproc_->set_stream_key_pressed(key_pressed);
1241 ProcessAudio(int delay_ms, int clock_drift, int current_mic_level, bool key_pressed) argument
/external/webrtc/talk/app/webrtc/test/
H A Dfakeaudiocapturemodule.cc730 bool key_pressed = false; local
738 key_pressed,

Completed in 156 milliseconds