OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:opus_dtx
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/webrtc/voice_engine/test/cmd_test/
voe_cmd_test.cc
237
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/
fakewebrtcvoiceengine.h
155
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 42 milliseconds