OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dtx_enabled
(Results
1 - 5
of
5
) sorted by null
/external/speex/libspeex/
nb_celp.h
103
int
dtx_enabled
; /**< 1 for enabling DTX, 0 otherwise */
member in struct:EncState
172
int
dtx_enabled
;
member in struct:DecState
nb_celp.c
195
st->
dtx_enabled
= 0;
479
if (st->dtx_count==0 || lsp_dist>.05 || !st->
dtx_enabled
|| st->dtx_count>20)
517
if (st->dtx_count==0 || lsp_dist>.05 || !st->
dtx_enabled
|| st->dtx_count>20)
983
st->
dtx_enabled
=0;
[
all
...]
/external/chromium_org/third_party/webrtc/modules/audio_coding/main/interface/
audio_coding_module.h
494
// -
dtx_enabled
: is set to true if DTX is enabled, otherwise
504
virtual int32_t VAD(bool*
dtx_enabled
, bool* vad_enabled,
[
all
...]
/external/chromium_org/third_party/webrtc/modules/audio_coding/main/acm2/
audio_coding_module_impl.h
127
int VAD(bool*
dtx_enabled
, bool* vad_enabled, ACMVADMode* mode) const;
audio_coding_module_impl.cc
[
all
...]
Completed in 323 milliseconds