Searched refs:DecodePlc (Results 1 – 8 of 8) sorted by relevance
/external/webrtc/test/ |
D | mock_audio_decoder.h | 29 MOCK_METHOD(size_t, DecodePlc, (size_t, int16_t*), (override));
|
/external/webrtc/modules/audio_coding/codecs/ilbc/ |
D | audio_decoder_ilbc.h | 35 size_t DecodePlc(size_t num_frames, int16_t* decoded) override;
|
D | audio_decoder_ilbc.cc | 49 size_t AudioDecoderIlbcImpl::DecodePlc(size_t num_frames, int16_t* decoded) { in DecodePlc() function in webrtc::AudioDecoderIlbcImpl
|
/external/webrtc/api/audio_codecs/ |
D | audio_decoder.h | 129 virtual size_t DecodePlc(size_t num_frames, int16_t* decoded);
|
D | audio_decoder.cc | 129 size_t AudioDecoder::DecodePlc(size_t num_frames, int16_t* decoded) { in DecodePlc() function in webrtc::AudioDecoder
|
/external/webrtc/modules/audio_coding/neteq/ |
D | audio_decoder_unittest.cc | 255 decoder_->DecodePlc(/*num_frames=*/1, /*decoded=*/output.data()); in DecodePlcTest() 342 EXPECT_EQ(0U, decoder_->DecodePlc(1, output.get())); in DecodePlcTest()
|
D | neteq_impl.cc | 1381 decoder->DecodePlc(1, &decoded_buffer_[*decoded_length]); in Decode()
|
/external/webrtc/modules/audio_coding/codecs/opus/ |
D | opus_interface.cc | 628 static int DecodePlc(OpusDecInst* inst, int16_t* decoded) { in DecodePlc() function 663 decoded_samples = DecodePlc(inst, decoded); in WebRtcOpus_Decode()
|