Home
last modified time | relevance | path

Searched defs:speech_frame (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/webrtc/common_audio/vad/
Dvad_core.c606 int WebRtcVad_CalcVad48khz(VadInstT* inst, const int16_t* speech_frame, in WebRtcVad_CalcVad48khz()
631 int WebRtcVad_CalcVad32khz(VadInstT* inst, const int16_t* speech_frame, in WebRtcVad_CalcVad32khz()
653 int WebRtcVad_CalcVad16khz(VadInstT* inst, const int16_t* speech_frame, in WebRtcVad_CalcVad16khz()
669 int WebRtcVad_CalcVad8khz(VadInstT* inst, const int16_t* speech_frame, in WebRtcVad_CalcVad8khz()
/external/webrtc/src/common_audio/vad/
Dvad_core.c275 WebRtc_Word16 WebRtcVad_CalcVad32khz(VadInstT *inst, WebRtc_Word16 *speech_frame, in WebRtcVad_CalcVad32khz()
297 WebRtc_Word16 WebRtcVad_CalcVad16khz(VadInstT *inst, WebRtc_Word16 *speech_frame, in WebRtcVad_CalcVad16khz()
313 WebRtc_Word16 WebRtcVad_CalcVad8khz(VadInstT *inst, WebRtc_Word16 *speech_frame, in WebRtcVad_CalcVad8khz()
Dwebrtc_vad.c136 WebRtc_Word16 *speech_frame, in WebRtcVad_Process()