HomeSort by relevance Sort by last modified time
    Searched defs:SetOpusDtx (Results 1 - 2 of 2) sorted by null

  /external/webrtc/webrtc/voice_engine/
voe_codec_impl.cc 363 int VoECodecImpl::SetOpusDtx(int channel, bool enable_dtx) {
365 "SetOpusDtx(channel=%d, enable_dtx=%d)", channel, enable_dtx);
374 "SetOpusDtx failed to locate channel");
377 return channelPtr->SetOpusDtx(enable_dtx);
channel.cc     [all...]

Completed in 33 milliseconds