OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:VadInst
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/webrtc/common_audio/vad/include/
webrtc_vad.h
21
typedef struct WebRtcVadInst
VadInst
;
32
int WebRtcVad_Create(
VadInst
** handle);
37
void WebRtcVad_Free(
VadInst
* handle);
45
int WebRtcVad_Init(
VadInst
* handle);
58
int WebRtcVad_set_mode(
VadInst
* handle, int mode);
72
int WebRtcVad_Process(
VadInst
* handle, int fs, const int16_t* audio_frame,
/external/webrtc/src/common_audio/vad/include/
webrtc_vad.h
21
typedef struct WebRtcVadInst
VadInst
;
68
WebRtc_Word16 WebRtcVad_Assign(
VadInst
**vad_inst, void *vad_inst_addr);
84
WebRtc_Word16 WebRtcVad_Create(
VadInst
**vad_inst);
97
WebRtc_Word16 WebRtcVad_Free(
VadInst
*vad_inst);
113
WebRtc_Word16 WebRtcVad_Init(
VadInst
*vad_inst);
130
WebRtc_Word16 WebRtcVad_set_mode(
VadInst
*vad_inst, WebRtc_Word16 mode);
150
WebRtc_Word16 WebRtcVad_Process(
VadInst
*vad_inst,
Completed in 303 milliseconds