OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SetFec
(Results
1 - 4
of
4
) sorted by null
/external/webrtc/webrtc/modules/audio_coding/codecs/
audio_encoder.cc
40
bool AudioEncoder::
SetFec
(bool enable) {
/external/webrtc/webrtc/modules/audio_coding/codecs/red/
audio_encoder_copy_red.cc
99
bool AudioEncoderCopyRed::
SetFec
(bool enable) {
100
return speech_encoder_->
SetFec
(enable);
/external/webrtc/webrtc/modules/audio_coding/codecs/cng/
audio_encoder_cng.cc
179
bool AudioEncoderCng::
SetFec
(bool enable) {
180
return speech_encoder_->
SetFec
(enable);
/external/webrtc/webrtc/modules/audio_coding/codecs/opus/
audio_encoder_opus.cc
167
bool AudioEncoderOpus::
SetFec
(bool enable) {
Completed in 1089 milliseconds