OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WebRtcVad_Process
(Results
1 - 11
of
11
) sorted by null
/external/chromium_org/third_party/webrtc/common_audio/vad/include/
webrtc_vad.h
72
int
WebRtcVad_Process
(VadInst* handle, int fs, const int16_t* audio_frame,
/external/chromium_org/third_party/webrtc/common_audio/vad/
vad_unittest.cc
74
EXPECT_EQ(-1,
WebRtcVad_Process
(NULL, kRates[0], speech, kFrameLengths[0]));
80
EXPECT_EQ(-1,
WebRtcVad_Process
(handle, kRates[0], speech, kFrameLengths[0]));
95
//
WebRtcVad_Process
() tests
97
EXPECT_EQ(-1,
WebRtcVad_Process
(handle, kRates[0], NULL, kFrameLengths[0]));
99
EXPECT_EQ(-1,
WebRtcVad_Process
(handle, 9999, speech, kFrameLengths[0]));
101
EXPECT_EQ(0,
WebRtcVad_Process
(handle, kRates[0], zeros, kFrameLengths[0]));
109
EXPECT_EQ(1,
WebRtcVad_Process
(handle,
114
EXPECT_EQ(-1,
WebRtcVad_Process
(handle,
webrtc_vad.c
71
int
WebRtcVad_Process
(VadInst* handle, int fs, const int16_t* audio_frame,
/external/webrtc/src/common_audio/vad/include/
webrtc_vad.h
133
*
WebRtcVad_Process
(...)
150
WebRtc_Word16
WebRtcVad_Process
(VadInst *vad_inst,
/external/webrtc/src/common_audio/vad/
vad_unittest.cc
104
EXPECT_EQ(-1,
WebRtcVad_Process
(NULL, kRates[0], speech, kFrameLengths[0]));
122
EXPECT_EQ(-1,
WebRtcVad_Process
(handle, kRates[0], speech, kFrameLengths[0]));
132
//
WebRtcVad_Process
() tests
134
EXPECT_EQ(-1,
WebRtcVad_Process
(handle, kRates[0], NULL, kFrameLengths[0]));
136
EXPECT_EQ(-1,
WebRtcVad_Process
(handle, 9999, speech, kFrameLengths[0]));
138
EXPECT_EQ(0,
WebRtcVad_Process
(handle, kRates[0], zeros, kFrameLengths[0]));
146
EXPECT_EQ(1,
WebRtcVad_Process
(handle,
151
EXPECT_EQ(-1,
WebRtcVad_Process
(handle,
webrtc_vad.c
134
WebRtc_Word16
WebRtcVad_Process
(VadInst *vad_inst,
/external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/
post_decode_vad.cc
77
int vad_return =
WebRtcVad_Process
(
/external/chromium_org/third_party/webrtc/modules/audio_processing/
voice_detection_impl.cc
72
int vad_ret =
WebRtcVad_Process
(static_cast<Handle*>(handle(0)),
/external/webrtc/src/modules/audio_processing/
voice_detection_impl.cc
77
int vad_ret =
WebRtcVad_Process
(static_cast<Handle*>(handle(0)),
/external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/test/
RTPencode.cc
[
all
...]
/external/chromium_org/third_party/webrtc/modules/audio_coding/main/acm2/
acm_generic_codec.cc
882
status = static_cast<int16_t>(
WebRtcVad_Process
(ptr_vad_inst_,
[
all
...]
Completed in 599 milliseconds