OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VoiceDetectionImpl
(Results
1 - 4
of
4
) sorted by null
/external/webrtc/src/modules/audio_processing/
voice_detection_impl.cc
47
VoiceDetectionImpl
::
VoiceDetectionImpl
(const AudioProcessingImpl* apm)
56
VoiceDetectionImpl
::~
VoiceDetectionImpl
() {}
58
int
VoiceDetectionImpl
::ProcessCaptureAudio(AudioBuffer* audio) {
94
int
VoiceDetectionImpl
::Enable(bool enable) {
99
bool
VoiceDetectionImpl
::is_enabled() const {
103
int
VoiceDetectionImpl
::set_stream_has_voice(bool has_voice) {
109
bool
VoiceDetectionImpl
::stream_has_voice() const {
115
int
VoiceDetectionImpl
::set_likelihood(VoiceDetection::Likelihood likelihood)
[
all
...]
voice_detection_impl.h
21
class
VoiceDetectionImpl
: public VoiceDetection,
24
explicit
VoiceDetectionImpl
(const AudioProcessingImpl* apm);
25
virtual ~
VoiceDetectionImpl
();
audio_processing_impl.h
32
class
VoiceDetectionImpl
;
98
VoiceDetectionImpl
* voice_detection_;
audio_processing_impl.cc
101
voice_detection_ = new
VoiceDetectionImpl
(this);
Completed in 187 milliseconds