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

  /external/chromium_org/third_party/webrtc/modules/audio_coding/main/acm2/
acm_cng.h 47 int16_t DisableDTX() {
acm_g729.h 43 int16_t DisableDTX();
acm_gsmfr.h 43 int16_t DisableDTX();
acm_amrwb.h 55 int16_t DisableDTX();
acm_g729.cc 40 int16_t ACMG729::DisableDTX() { return -1; }
166 int16_t ACMG729::DisableDTX() {
194 DisableDTX();
197 ACMGenericCodec::DisableDTX();
acm_speex.h 45 int16_t DisableDTX();
acm_amr.h 55 int16_t DisableDTX();
acm_gsmfr.cc 39 int16_t ACMGSMFR::DisableDTX() { return -1; }
95 int16_t ACMGSMFR::DisableDTX() {
101 "DisableDTX: cannot init encoder for GSMFR");
acm_amr.cc 66 int16_t ACMAMR::DisableDTX() { return -1; }
173 int16_t ACMAMR::DisableDTX() {
acm_amrwb.cc 61 int16_t ACMAMRwb::DisableDTX() { return -1; }
168 int16_t ACMAMRwb::DisableDTX() {
acm_speex.cc 46 int16_t ACMSPEEX::DisableDTX() { return -1; }
169 int16_t ACMSPEEX::DisableDTX() {
acm_generic_codec.cc 424 DisableDTX();
644 DisableDTX();
684 ACMGenericCodec::DisableDTX();
687 DisableDTX();
697 DisableDTX();
729 int16_t ACMGenericCodec::DisableDTX() {
    [all...]
acm_generic_codec.h 752 // int16_t DisableDTX()
760 virtual int16_t DisableDTX() EXCLUSIVE_LOCKS_REQUIRED(codec_wrapper_lock_);
    [all...]

Completed in 87 milliseconds