Home
last modified time | relevance | path

Searched refs:vad_state (Results 1 – 25 of 49) sorted by relevance

12

/dports/net/freeswitch/freeswitch-1.10.3.-release/src/
H A Dswitch_vad.c53 switch_vad_state_t vad_state; member
174 vad->vad_state = SWITCH_VAD_STATE_NONE; in switch_vad_reset()
219 if (vad->vad_state == SWITCH_VAD_STATE_STOP_TALKING) { in switch_vad_process()
220 vad->vad_state = SWITCH_VAD_STATE_NONE; in switch_vad_process()
221 } else if (vad->vad_state == SWITCH_VAD_STATE_START_TALKING) { in switch_vad_process()
222 vad->vad_state = SWITCH_VAD_STATE_TALKING; in switch_vad_process()
235 …if (vad->vad_state == SWITCH_VAD_STATE_TALKING && vad->silence_samples > vad->silence_samples_thre… in switch_vad_process()
236 vad->vad_state = SWITCH_VAD_STATE_STOP_TALKING; in switch_vad_process()
239 vad->vad_state = SWITCH_VAD_STATE_START_TALKING; in switch_vad_process()
245 return vad->vad_state; in switch_vad_process()
[all …]
/dports/net/gstreamer1-plugins-srtp/gst-plugins-bad-1.16.2/gst/removesilence/
H A Dvad_private.c58 gint vad_state; member
83 vad->vad_state = VAD_SILENCE; in vad_reset()
150 if (p->vad_state != frame_type) { in vad_update()
152 if (p->vad_state == VAD_VOICE) { in vad_update()
155 p->vad_state = frame_type; in vad_update()
159 p->vad_state = frame_type; in vad_update()
166 return p->vad_state; in vad_update()
/dports/multimedia/gstreamer1-plugins-msdk/gst-plugins-bad-1.16.2/gst/removesilence/
H A Dvad_private.c58 gint vad_state; member
83 vad->vad_state = VAD_SILENCE; in vad_reset()
150 if (p->vad_state != frame_type) { in vad_update()
152 if (p->vad_state == VAD_VOICE) { in vad_update()
155 p->vad_state = frame_type; in vad_update()
159 p->vad_state = frame_type; in vad_update()
166 return p->vad_state; in vad_update()
/dports/multimedia/gstreamer1-plugins-openh264/gst-plugins-bad-1.16.2/gst/removesilence/
H A Dvad_private.c58 gint vad_state; member
83 vad->vad_state = VAD_SILENCE; in vad_reset()
150 if (p->vad_state != frame_type) { in vad_update()
152 if (p->vad_state == VAD_VOICE) { in vad_update()
155 p->vad_state = frame_type; in vad_update()
159 p->vad_state = frame_type; in vad_update()
166 return p->vad_state; in vad_update()
/dports/multimedia/gstreamer1-plugins-mplex/gst-plugins-bad-1.16.2/gst/removesilence/
H A Dvad_private.c58 gint vad_state; member
83 vad->vad_state = VAD_SILENCE; in vad_reset()
150 if (p->vad_state != frame_type) { in vad_update()
152 if (p->vad_state == VAD_VOICE) { in vad_update()
155 p->vad_state = frame_type; in vad_update()
159 p->vad_state = frame_type; in vad_update()
166 return p->vad_state; in vad_update()
/dports/multimedia/gstreamer1-plugins-resindvd/gst-plugins-bad-1.16.2/gst/removesilence/
H A Dvad_private.c58 gint vad_state; member
83 vad->vad_state = VAD_SILENCE; in vad_reset()
150 if (p->vad_state != frame_type) { in vad_update()
152 if (p->vad_state == VAD_VOICE) { in vad_update()
155 p->vad_state = frame_type; in vad_update()
159 p->vad_state = frame_type; in vad_update()
166 return p->vad_state; in vad_update()
/dports/multimedia/gstreamer1-plugins-rtmp/gst-plugins-bad-1.16.2/gst/removesilence/
H A Dvad_private.c58 gint vad_state; member
83 vad->vad_state = VAD_SILENCE; in vad_reset()
150 if (p->vad_state != frame_type) { in vad_update()
152 if (p->vad_state == VAD_VOICE) { in vad_update()
155 p->vad_state = frame_type; in vad_update()
159 p->vad_state = frame_type; in vad_update()
166 return p->vad_state; in vad_update()
/dports/multimedia/gstreamer1-plugins-smoothstreaming/gst-plugins-bad-1.16.2/gst/removesilence/
H A Dvad_private.c58 gint vad_state; member
83 vad->vad_state = VAD_SILENCE; in vad_reset()
150 if (p->vad_state != frame_type) { in vad_update()
152 if (p->vad_state == VAD_VOICE) { in vad_update()
155 p->vad_state = frame_type; in vad_update()
159 p->vad_state = frame_type; in vad_update()
166 return p->vad_state; in vad_update()
/dports/multimedia/gstreamer1-plugins-dash/gst-plugins-bad-1.16.2/gst/removesilence/
H A Dvad_private.c58 gint vad_state; member
83 vad->vad_state = VAD_SILENCE; in vad_reset()
150 if (p->vad_state != frame_type) { in vad_update()
152 if (p->vad_state == VAD_VOICE) { in vad_update()
155 p->vad_state = frame_type; in vad_update()
159 p->vad_state = frame_type; in vad_update()
166 return p->vad_state; in vad_update()
/dports/multimedia/gstreamer1-plugins-dts/gst-plugins-bad-1.16.2/gst/removesilence/
H A Dvad_private.c58 gint vad_state; member
83 vad->vad_state = VAD_SILENCE; in vad_reset()
150 if (p->vad_state != frame_type) { in vad_update()
152 if (p->vad_state == VAD_VOICE) { in vad_update()
155 p->vad_state = frame_type; in vad_update()
159 p->vad_state = frame_type; in vad_update()
166 return p->vad_state; in vad_update()
/dports/multimedia/gstreamer1-plugins-assrender/gst-plugins-bad-1.16.2/gst/removesilence/
H A Dvad_private.c58 gint vad_state; member
83 vad->vad_state = VAD_SILENCE; in vad_reset()
150 if (p->vad_state != frame_type) { in vad_update()
152 if (p->vad_state == VAD_VOICE) { in vad_update()
155 p->vad_state = frame_type; in vad_update()
159 p->vad_state = frame_type; in vad_update()
166 return p->vad_state; in vad_update()
/dports/multimedia/gstreamer1-plugins-aom/gst-plugins-bad-1.16.2/gst/removesilence/
H A Dvad_private.c58 gint vad_state; member
83 vad->vad_state = VAD_SILENCE; in vad_reset()
150 if (p->vad_state != frame_type) { in vad_update()
152 if (p->vad_state == VAD_VOICE) { in vad_update()
155 p->vad_state = frame_type; in vad_update()
159 p->vad_state = frame_type; in vad_update()
166 return p->vad_state; in vad_update()
/dports/multimedia/gstreamer1-plugins-bad/gst-plugins-bad-1.16.2/gst/removesilence/
H A Dvad_private.c58 gint vad_state; member
83 vad->vad_state = VAD_SILENCE; in vad_reset()
150 if (p->vad_state != frame_type) { in vad_update()
152 if (p->vad_state == VAD_VOICE) { in vad_update()
155 p->vad_state = frame_type; in vad_update()
159 p->vad_state = frame_type; in vad_update()
166 return p->vad_state; in vad_update()
/dports/multimedia/gstreamer1-plugins-libde265/gst-plugins-bad-1.16.2/gst/removesilence/
H A Dvad_private.c58 gint vad_state; member
83 vad->vad_state = VAD_SILENCE; in vad_reset()
150 if (p->vad_state != frame_type) { in vad_update()
152 if (p->vad_state == VAD_VOICE) { in vad_update()
155 p->vad_state = frame_type; in vad_update()
159 p->vad_state = frame_type; in vad_update()
166 return p->vad_state; in vad_update()
/dports/multimedia/gstreamer1-plugins-hls/gst-plugins-bad-1.16.2/gst/removesilence/
H A Dvad_private.c58 gint vad_state; member
83 vad->vad_state = VAD_SILENCE; in vad_reset()
150 if (p->vad_state != frame_type) { in vad_update()
152 if (p->vad_state == VAD_VOICE) { in vad_update()
155 p->vad_state = frame_type; in vad_update()
159 p->vad_state = frame_type; in vad_update()
166 return p->vad_state; in vad_update()
/dports/multimedia/gstreamer1-plugins-kate/gst-plugins-bad-1.16.2/gst/removesilence/
H A Dvad_private.c58 gint vad_state; member
83 vad->vad_state = VAD_SILENCE; in vad_reset()
150 if (p->vad_state != frame_type) { in vad_update()
152 if (p->vad_state == VAD_VOICE) { in vad_update()
155 p->vad_state = frame_type; in vad_update()
159 p->vad_state = frame_type; in vad_update()
166 return p->vad_state; in vad_update()
/dports/multimedia/gstreamer1-plugins-mpeg2enc/gst-plugins-bad-1.16.2/gst/removesilence/
H A Dvad_private.c58 gint vad_state; member
83 vad->vad_state = VAD_SILENCE; in vad_reset()
150 if (p->vad_state != frame_type) { in vad_update()
152 if (p->vad_state == VAD_VOICE) { in vad_update()
155 p->vad_state = frame_type; in vad_update()
159 p->vad_state = frame_type; in vad_update()
166 return p->vad_state; in vad_update()
/dports/audio/gstreamer1-plugins-modplug/gst-plugins-bad-1.16.2/gst/removesilence/
H A Dvad_private.c58 gint vad_state; member
83 vad->vad_state = VAD_SILENCE; in vad_reset()
150 if (p->vad_state != frame_type) { in vad_update()
152 if (p->vad_state == VAD_VOICE) { in vad_update()
155 p->vad_state = frame_type; in vad_update()
159 p->vad_state = frame_type; in vad_update()
166 return p->vad_state; in vad_update()
/dports/audio/gstreamer1-plugins-gme/gst-plugins-bad-1.16.2/gst/removesilence/
H A Dvad_private.c58 gint vad_state; member
83 vad->vad_state = VAD_SILENCE; in vad_reset()
150 if (p->vad_state != frame_type) { in vad_update()
152 if (p->vad_state == VAD_VOICE) { in vad_update()
155 p->vad_state = frame_type; in vad_update()
159 p->vad_state = frame_type; in vad_update()
166 return p->vad_state; in vad_update()
/dports/audio/gstreamer1-plugins-soundtouch/gst-plugins-bad-1.16.2/gst/removesilence/
H A Dvad_private.c58 gint vad_state; member
83 vad->vad_state = VAD_SILENCE; in vad_reset()
150 if (p->vad_state != frame_type) { in vad_update()
152 if (p->vad_state == VAD_VOICE) { in vad_update()
155 p->vad_state = frame_type; in vad_update()
159 p->vad_state = frame_type; in vad_update()
166 return p->vad_state; in vad_update()
/dports/audio/gstreamer1-plugins-sndfile/gst-plugins-bad-1.16.2/gst/removesilence/
H A Dvad_private.c58 gint vad_state; member
83 vad->vad_state = VAD_SILENCE; in vad_reset()
150 if (p->vad_state != frame_type) { in vad_update()
152 if (p->vad_state == VAD_VOICE) { in vad_update()
155 p->vad_state = frame_type; in vad_update()
159 p->vad_state = frame_type; in vad_update()
166 return p->vad_state; in vad_update()
/dports/audio/gstreamer1-plugins-ladspa/gst-plugins-bad-1.16.2/gst/removesilence/
H A Dvad_private.c58 gint vad_state; member
83 vad->vad_state = VAD_SILENCE; in vad_reset()
150 if (p->vad_state != frame_type) { in vad_update()
152 if (p->vad_state == VAD_VOICE) { in vad_update()
155 p->vad_state = frame_type; in vad_update()
159 p->vad_state = frame_type; in vad_update()
166 return p->vad_state; in vad_update()
/dports/audio/gstreamer1-plugins-musepack/gst-plugins-bad-1.16.2/gst/removesilence/
H A Dvad_private.c58 gint vad_state; member
83 vad->vad_state = VAD_SILENCE; in vad_reset()
150 if (p->vad_state != frame_type) { in vad_update()
152 if (p->vad_state == VAD_VOICE) { in vad_update()
155 p->vad_state = frame_type; in vad_update()
159 p->vad_state = frame_type; in vad_update()
166 return p->vad_state; in vad_update()
/dports/audio/gstreamer1-plugins-openmpt/gst-plugins-bad-1.16.2/gst/removesilence/
H A Dvad_private.c58 gint vad_state; member
83 vad->vad_state = VAD_SILENCE; in vad_reset()
150 if (p->vad_state != frame_type) { in vad_update()
152 if (p->vad_state == VAD_VOICE) { in vad_update()
155 p->vad_state = frame_type; in vad_update()
159 p->vad_state = frame_type; in vad_update()
166 return p->vad_state; in vad_update()
/dports/graphics/gstreamer1-plugins-rsvg/gst-plugins-bad-1.16.2/gst/removesilence/
H A Dvad_private.c58 gint vad_state; member
83 vad->vad_state = VAD_SILENCE; in vad_reset()
150 if (p->vad_state != frame_type) { in vad_update()
152 if (p->vad_state == VAD_VOICE) { in vad_update()
155 p->vad_state = frame_type; in vad_update()
159 p->vad_state = frame_type; in vad_update()
166 return p->vad_state; in vad_update()

12