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

  /external/webrtc/webrtc/modules/audio_coding/codecs/opus/
audio_encoder_opus.h 41 bool dtx_enabled = false; member in struct:webrtc::final::Config
85 bool dtx_enabled() const { return config_.dtx_enabled; } function in class:webrtc::final
audio_encoder_opus.cc 175 conf.dtx_enabled = enable;
244 if (config.dtx_enabled) {
  /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/webrtc/webrtc/modules/audio_coding/include/
audio_coding_module.h 392 // -dtx_enabled : is set to true if DTX is enabled, otherwise
402 virtual int32_t VAD(bool* dtx_enabled, bool* vad_enabled,
  /external/webrtc/webrtc/modules/audio_coding/acm2/
audio_coding_module_impl.h 101 int VAD(bool* dtx_enabled,
audio_coding_module_impl.cc 523 int AudioCodingModuleImpl::VAD(bool* dtx_enabled, bool* vad_enabled,
527 *dtx_enabled = *vad_enabled = sp->use_cng;

Completed in 373 milliseconds