Searched defs:speech_frame (Results 1 – 3 of 3) sorted by relevance
| /external/chromium_org/third_party/webrtc/common_audio/vad/ |
| D | vad_core.c | 606 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/ |
| D | vad_core.c | 275 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()
|
| D | webrtc_vad.c | 136 WebRtc_Word16 *speech_frame, in WebRtcVad_Process()
|