Home | History | Annotate | Download | only in test

Lines Matching defs:dtx

659         fprintf(stdout, "DTX %3s, VAD %3s, Mode %d", dtxEnabled ? "ON" : "OFF",
665 fprintf(stdout, "DTX %3s, VAD %3s, Mode %d => bit-rate %3.0f kbps\n",
673 fprintf(stderr, ">>> Error Enabling DTX <<<\n");
690 fprintf(stdout, "DTX %3s, VAD %3s, Mode %d", dtxEnabled ? "ON" : "OFF",
696 fprintf(stdout, "DTX %3s, VAD %3s, Mode %d => bit-rate %3.0f kbps\n",
704 fprintf(stderr, ">>> Error Enabling DTX <<<\n");
1028 bool* dtx;
1044 dtx = &_sendDTXA;
1051 dtx = &_sendDTXB;
1065 *dtx = true;
1070 *dtx = true;
1075 *dtx = true;
1080 *dtx = false;
1087 *dtx = (myCodec.plfreq == 32000) ? false : *dtx;
1089 CHECK_ERROR_MT(myACM->SetVAD(*dtx, *vad, *mode));
1132 bool* dtx;
1147 dtx = &_sendDTXA;
1158 dtx = &_sendDTXB;
1188 // VAD & DTX are disabled after initialization
1190 *dtx = false;
1206 // NO DTX for supe-wideband codec at this point
1208 *dtx = false;
1209 CHECK_ERROR_MT(myACM->SetVAD(*dtx, *vad, *mode));