Searched refs:VadInst (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/third_party/webrtc/common_audio/vad/include/
H A Dwebrtc_vad.h21 typedef struct WebRtcVadInst VadInst; typedef in typeref:struct:WebRtcVadInst
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/
H A Dwebrtc_vad.h21 typedef struct WebRtcVadInst VadInst; typedef in typeref:struct:WebRtcVadInst
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,
/external/webrtc/src/common_audio/vad/
H A Dwebrtc_vad.c49 WebRtc_Word16 WebRtcVad_Assign(VadInst **vad_inst, void *vad_inst_addr)
59 *vad_inst = (VadInst*)vad_inst_addr;
67 WebRtc_Word16 WebRtcVad_Create(VadInst **vad_inst)
80 *vad_inst = (VadInst *)vad_ptr;
92 WebRtc_Word16 WebRtcVad_Free(VadInst *vad_inst)
104 WebRtc_Word16 WebRtcVad_Init(VadInst *vad_inst)
116 WebRtc_Word16 WebRtcVad_set_mode(VadInst *vad_inst, WebRtc_Word16 mode)
134 WebRtc_Word16 WebRtcVad_Process(VadInst *vad_inst,
H A Dvad_unittest.cc82 VadInst* handle = NULL;
/external/chromium_org/third_party/webrtc/common_audio/vad/
H A Dwebrtc_vad.c25 int WebRtcVad_Create(VadInst** handle) {
34 *handle = (VadInst*) self;
47 void WebRtcVad_Free(VadInst* handle) {
52 int WebRtcVad_Init(VadInst* handle) {
58 int WebRtcVad_set_mode(VadInst* handle, int mode) {
71 int WebRtcVad_Process(VadInst* handle, int fs, const int16_t* audio_frame,
H A Dvad_unittest.cc60 VadInst* handle = NULL;
/external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/
H A Dpost_decode_vad.h66 ::VadInst* vad_instance_;
/external/chromium_org/third_party/webrtc/modules/audio_processing/
H A Dvoice_detection_impl.cc21 typedef VadInst Handle;
/external/webrtc/src/modules/audio_processing/
H A Dvoice_detection_impl.cc23 typedef VadInst Handle;

Completed in 1360 milliseconds