Home
last modified time | relevance | path

Searched refs:kPLCCNG (Results 1 – 7 of 7) sorted by relevance

/external/webrtc/modules/audio_coding/acm2/
Dcall_statistics.cc42 case AudioFrame::kPLCCNG: { in DecodedByNetEq()
Dcall_statistics_unittest.cc41 call_stats.DecodedByNetEq(AudioFrame::kPLCCNG, true); // Let this be muted. in TEST()
/external/webrtc/api/audio/
Daudio_frame.h56 kPLCCNG = 3, enumerator
/external/webrtc/modules/audio_coding/neteq/tools/
Dneteq_test.cc216 out_frame.speech_type_ == AudioFrame::SpeechType::kPLCCNG) { in RunToNextGetAudio()
237 (out_frame.speech_type_ == AudioFrame::SpeechType::kPLCCNG); in RunToNextGetAudio()
/external/webrtc/modules/audio_coding/neteq/
Dneteq_impl.h68 kPLCCNG, enumerator
Dneteq_impl.cc239 case NetEqImpl::OutputType::kPLCCNG: { in SetAudioFrameActivityAndType()
240 audio_frame->speech_type_ = AudioFrame::kPLCCNG; in SetAudioFrameActivityAndType()
2164 return OutputType::kPLCCNG; in LastOutputType()
Dneteq_unittest.cc428 if (output.speech_type_ == AudioFrame::kPLCCNG) { in CheckBgn()