Searched refs:opus_dtx (Results 1 - 2 of 2) sorted by relevance

/external/webrtc/webrtc/voice_engine/test/cmd_test/
H A Dvoe_cmd_test.cc237 bool opus_dtx = false; local
782 opus_dtx = !opus_dtx;
783 res = codec->SetOpusDtx(chan, opus_dtx);
785 printf("Opus DTX %s.\n", opus_dtx ? "enabled" : "disabled");
/external/webrtc/talk/media/webrtc/
H A Dfakewebrtcvoiceengine.h155 opus_dtx(false),
176 bool opus_dtx; member in struct:cricket::FakeWebRtcVoiceEngine::Channel
239 return channels_[channel]->opus_dtx;
529 channels_[channel]->opus_dtx = enable_dtx;

Completed in 144 milliseconds