HomeSort by relevance Sort by last modified time
    Searched refs:VadInst (Results 1 - 8 of 8) sorted by null

  /external/webrtc/webrtc/common_audio/vad/include/
webrtc_vad.h 23 typedef struct WebRtcVadInst VadInst;
30 VadInst* WebRtcVad_Create();
35 void WebRtcVad_Free(VadInst* handle);
43 int WebRtcVad_Init(VadInst* handle);
56 int WebRtcVad_set_mode(VadInst* handle, int mode);
70 int WebRtcVad_Process(VadInst* handle, int fs, const int16_t* audio_frame,
  /external/webrtc/webrtc/modules/audio_processing/vad/
standalone_vad.h 57 explicit StandaloneVad(VadInst* vad);
62 VadInst* vad_;
standalone_vad.cc 23 StandaloneVad::StandaloneVad(VadInst* vad)
32 VadInst* vad = WebRtcVad_Create();
  /external/webrtc/webrtc/common_audio/vad/
webrtc_vad.c 25 VadInst* WebRtcVad_Create() {
31 return (VadInst*)self;
34 void WebRtcVad_Free(VadInst* handle) {
39 int WebRtcVad_Init(VadInst* handle) {
45 int WebRtcVad_set_mode(VadInst* handle, int mode) {
58 int WebRtcVad_Process(VadInst* handle, int fs, const int16_t* audio_frame,
vad.cc 53 VadInst* handle_;
vad_unittest.cc 62 VadInst* handle = WebRtcVad_Create();
  /external/webrtc/webrtc/modules/audio_coding/neteq/
post_decode_vad.h 66 ::VadInst* vad_instance_;
  /external/webrtc/webrtc/modules/audio_processing/
voice_detection_impl.cc 28 VadInst* state() { return state_; }
30 VadInst* state_ = nullptr;

Completed in 85 milliseconds