Searched refs:DecodePlc (Results 1 – 12 of 12) sorted by relevance
/external/webrtc/webrtc/modules/audio_coding/neteq/mock/ |
D | mock_external_decoder_pcm16b.h | 58 ON_CALL(*this, DecodePlc(_, _)) in MockExternalPcm16B() 59 .WillByDefault(Invoke(&real_, &ExternalPcm16B::DecodePlc)); in MockExternalPcm16B() 78 MOCK_METHOD2(DecodePlc,
|
D | mock_audio_decoder.h | 28 MOCK_METHOD2(DecodePlc, size_t(size_t, int16_t*));
|
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/ |
D | audio_decoder_isac_t_impl.h | 66 size_t AudioDecoderIsacT<T>::DecodePlc(size_t num_frames, int16_t* decoded) { in DecodePlc() function 67 return T::DecodePlc(isac_state_, decoded, num_frames); in DecodePlc()
|
D | audio_decoder_isac_t.h | 29 size_t DecodePlc(size_t num_frames, int16_t* decoded) override;
|
/external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/ |
D | audio_decoder_ilbc.h | 25 size_t DecodePlc(size_t num_frames, int16_t* decoded) override;
|
D | audio_decoder_ilbc.cc | 44 size_t AudioDecoderIlbc::DecodePlc(size_t num_frames, int16_t* decoded) { in DecodePlc() function in webrtc::AudioDecoderIlbc
|
/external/webrtc/webrtc/modules/audio_coding/codecs/ |
D | audio_decoder.h | 66 virtual size_t DecodePlc(size_t num_frames, int16_t* decoded);
|
D | audio_decoder.cc | 56 size_t AudioDecoder::DecodePlc(size_t num_frames, int16_t* decoded) { in DecodePlc() function in webrtc::AudioDecoder
|
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/ |
D | isac_fix_type.h | 45 static inline size_t DecodePlc(instance_type* inst, in DecodePlc() function
|
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/ |
D | isac_float_type.h | 43 static inline size_t DecodePlc(instance_type* inst, in DecodePlc() function
|
/external/webrtc/webrtc/modules/audio_coding/neteq/ |
D | audio_decoder_unittest.cc | 270 dec_len = decoder_->DecodePlc(1, output.get()); in DecodePlcTest() 360 EXPECT_EQ(0U, decoder_->DecodePlc(1, output.get())); in DecodePlcTest()
|
D | neteq_impl.cc | 1270 decoder->DecodePlc(1, &decoded_buffer_[*decoded_length]); in Decode() 1799 length = decoder->DecodePlc(1, decoded_buffer); in DoAlternativePlc()
|