OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SetDtx
(Results
1 - 4
of
4
) sorted by null
/external/webrtc/webrtc/modules/audio_coding/codecs/
audio_encoder.cc
44
bool AudioEncoder::
SetDtx
(bool enable) {
/external/webrtc/webrtc/modules/audio_coding/codecs/red/
audio_encoder_copy_red.cc
103
bool AudioEncoderCopyRed::
SetDtx
(bool enable) {
104
return speech_encoder_->
SetDtx
(enable);
/external/webrtc/webrtc/modules/audio_coding/codecs/cng/
audio_encoder_cng.cc
183
bool AudioEncoderCng::
SetDtx
(bool enable) {
184
return speech_encoder_->
SetDtx
(enable);
/external/webrtc/webrtc/modules/audio_coding/codecs/opus/
audio_encoder_opus.cc
173
bool AudioEncoderOpus::
SetDtx
(bool enable) {
Completed in 1783 milliseconds