Searched defs:DecodePlc (Results 1 – 3 of 3) sorted by relevance
49 size_t AudioDecoderIlbcImpl::DecodePlc(size_t num_frames, int16_t* decoded) { in DecodePlc() function in webrtc::AudioDecoderIlbcImpl
129 size_t AudioDecoder::DecodePlc(size_t num_frames, int16_t* decoded) { in DecodePlc() function in webrtc::AudioDecoder
628 static int DecodePlc(OpusDecInst* inst, int16_t* decoded) { in DecodePlc() function