Home
last modified time | relevance | path

Searched defs:DecodePlc (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/webrtc/modules/audio_coding/codecs/ilbc/
H A Daudio_decoder_ilbc.cc49 size_t AudioDecoderIlbcImpl::DecodePlc(size_t num_frames, int16_t* decoded) { in DecodePlc() function in webrtc::AudioDecoderIlbcImpl
/aosp_15_r20/external/webrtc/api/audio_codecs/
H A Daudio_decoder.cc129 size_t AudioDecoder::DecodePlc(size_t num_frames, int16_t* decoded) { in DecodePlc() function in webrtc::AudioDecoder
/aosp_15_r20/external/webrtc/modules/audio_coding/codecs/opus/
H A Dopus_interface.cc628 static int DecodePlc(OpusDecInst* inst, int16_t* decoded) { in DecodePlc() function