Home
last modified time | relevance | path

Searched refs:SWITCH_CODEC_FLAG_SILENCE (Results 1 – 7 of 7) sorted by relevance

/dports/net/freeswitch/freeswitch-1.10.3.-release/src/
H A Dswitch_speex.c395 switch_clear_flag(context, SWITCH_CODEC_FLAG_SILENCE); in switch_speex_encode()
398 if (switch_test_flag(context, SWITCH_CODEC_FLAG_SILENCE)) { in switch_speex_encode()
404 switch_set_flag(context, SWITCH_CODEC_FLAG_SILENCE); in switch_speex_encode()
432 if (*flag & SWITCH_CODEC_FLAG_SILENCE) { in switch_speex_decode()
H A Dswitch_pcm.c180 if (*flag & SWITCH_CODEC_FLAG_SILENCE) { in switch_g711u_decode()
251 if (*flag & SWITCH_CODEC_FLAG_SILENCE) { in switch_g711a_decode()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/applications/mod_spandsp/
H A Dmod_spandsp_codecs.c269 if (*flag & SWITCH_CODEC_FLAG_SILENCE) { in switch_g711u_decode()
340 if (*flag & SWITCH_CODEC_FLAG_SILENCE) { in switch_g711a_decode()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/codecs/mod_dahdi_codec/
H A Dmod_dahdi_codec.c350 if (*flag & SWITCH_CODEC_FLAG_SILENCE) { in switch_dahdi_decode()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/include/
H A Dswitch_types.h1745 SWITCH_CODEC_FLAG_SILENCE = (1 << 4), enumerator
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/codecs/mod_sangoma_codec/
H A Dmod_sangoma_codec.c690 if (*flag & SWITCH_CODEC_FLAG_SILENCE) { in switch_sangoma_decode()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/languages/mod_managed/managed/
H A Dswig.cs32402 SWITCH_CODEC_FLAG_SILENCE = (1 << 4), enumerator