Searched refs:kPLCCNG (Results 1 – 7 of 7) sorted by relevance
42 case AudioFrame::kPLCCNG: { in DecodedByNetEq()
41 call_stats.DecodedByNetEq(AudioFrame::kPLCCNG, true); // Let this be muted. in TEST()
56 kPLCCNG = 3, enumerator
216 out_frame.speech_type_ == AudioFrame::SpeechType::kPLCCNG) { in RunToNextGetAudio()237 (out_frame.speech_type_ == AudioFrame::SpeechType::kPLCCNG); in RunToNextGetAudio()
68 kPLCCNG, enumerator
239 case NetEqImpl::OutputType::kPLCCNG: { in SetAudioFrameActivityAndType()240 audio_frame->speech_type_ = AudioFrame::kPLCCNG; in SetAudioFrameActivityAndType()2164 return OutputType::kPLCCNG; in LastOutputType()
428 if (output.speech_type_ == AudioFrame::kPLCCNG) { in CheckBgn()