Home
last modified time | relevance | path

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

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