Home | History | Annotate | Download | only in voice_engine

Lines Matching defs:SetREDStatus

3260 int Channel::SetREDStatus(bool enable, int redPayloadtype) {
3262 "Channel::SetREDStatus()");
3268 "SetREDStatus() invalid RED payload type");
3280 if (audio_coding_->SetREDStatus(enable) != 0) {
3283 "SetREDStatus() failed to set RED state in the ACM");