Searched refs:opus_dtx (Results 1 – 2 of 2) sorted by relevance
237 bool opus_dtx = false; in RunTest() local782 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()
155 opus_dtx(false), in Channel()176 bool opus_dtx; member239 return channels_[channel]->opus_dtx; in GetOpusDtx()529 channels_[channel]->opus_dtx = enable_dtx;