/external/webrtc/webrtc/modules/audio_coding/neteq/mock/ |
D | mock_external_decoder_pcm16b.h | 33 int DecodeInternal(const uint8_t* encoded, in DecodeInternal() function 54 ON_CALL(*this, DecodeInternal(_, _, _, _, _)) in MockExternalPcm16B() 55 .WillByDefault(Invoke(&real_, &ExternalPcm16B::DecodeInternal)); in MockExternalPcm16B() 70 MOCK_METHOD5(DecodeInternal,
|
D | mock_audio_decoder.h | 25 MOCK_METHOD5(DecodeInternal,
|
/external/webrtc/webrtc/modules/audio_coding/neteq/ |
D | neteq_impl_unittest.cc | 435 int DecodeInternal(const uint8_t* encoded, in TEST_F() function in webrtc::TEST_F::CountingSamplesDecoder 530 EXPECT_CALL(mock_decoder, DecodeInternal(Pointee(0), kPayloadLengthBytes, in TEST_F() 573 EXPECT_CALL(mock_decoder, DecodeInternal(Pointee(2), kPayloadLengthBytes, in TEST_F() 691 EXPECT_CALL(mock_decoder, DecodeInternal(Pointee(0), kPayloadLengthBytes, in TEST_F() 698 EXPECT_CALL(mock_decoder, DecodeInternal(Pointee(1), kPayloadLengthBytes, in TEST_F() 706 DecodeInternal(IsNull(), 0, kSampleRateKhz * 1000, _, _)) in TEST_F() 712 EXPECT_CALL(mock_decoder, DecodeInternal(Pointee(2), kPayloadLengthBytes, in TEST_F() 823 MOCK_METHOD5(DecodeInternal, int(const uint8_t*, size_t, int, int16_t*, in TEST_F() 837 DecodeInternal(Pointee(kFirstPayloadValue), _, _, _, _)) in TEST_F() 840 EXPECT_CALL(decoder_, DecodeInternal(Pointee(kSecondPayloadValue), in TEST_F() [all …]
|
D | neteq_network_stats_unittest.cc | 57 int DecodeInternal(const uint8_t* encoded, in DecodeInternal() function in webrtc::test::MockAudioDecoder 72 return DecodeInternal(encoded, encoded_len, sample_rate_hz, decoded, in DecodeRedundantInternal()
|
D | audio_decoder_impl.h | 49 int DecodeInternal(const uint8_t* encoded,
|
D | audio_decoder_impl.cc | 68 int AudioDecoderCng::DecodeInternal(const uint8_t* encoded, in DecodeInternal() function in webrtc::AudioDecoderCng
|
D | neteq_external_decoder_unittest.cc | 103 DecodeInternal(_, payload_size_bytes_, 1000 * samples_per_ms_, _, _)) in RunTest()
|
/external/webrtc/webrtc/modules/audio_coding/codecs/g711/ |
D | audio_decoder_pcm.cc | 23 int AudioDecoderPcmU::DecodeInternal(const uint8_t* encoded, in DecodeInternal() function in webrtc::AudioDecoderPcmU 47 int AudioDecoderPcmA::DecodeInternal(const uint8_t* encoded, in DecodeInternal() function in webrtc::AudioDecoderPcmA
|
D | audio_decoder_pcm.h | 29 int DecodeInternal(const uint8_t* encoded, 50 int DecodeInternal(const uint8_t* encoded,
|
/external/webrtc/webrtc/modules/audio_coding/codecs/g722/ |
D | audio_decoder_g722.h | 30 int DecodeInternal(const uint8_t* encoded, 48 int DecodeInternal(const uint8_t* encoded,
|
D | audio_decoder_g722.cc | 33 int AudioDecoderG722::DecodeInternal(const uint8_t* encoded, in DecodeInternal() function in webrtc::AudioDecoderG722 72 int AudioDecoderG722Stereo::DecodeInternal(const uint8_t* encoded, in DecodeInternal() function in webrtc::AudioDecoderG722Stereo
|
/external/webrtc/webrtc/modules/audio_coding/codecs/ |
D | audio_decoder.cc | 29 return DecodeInternal(encoded, encoded_len, sample_rate_hz, decoded, in Decode() 50 return DecodeInternal(encoded, encoded_len, sample_rate_hz, decoded, in DecodeRedundantInternal()
|
D | audio_decoder.h | 106 virtual int DecodeInternal(const uint8_t* encoded,
|
/external/webrtc/webrtc/modules/audio_coding/codecs/opus/ |
D | audio_decoder_opus.cc | 28 int AudioDecoderOpus::DecodeInternal(const uint8_t* encoded, in DecodeInternal() function in webrtc::AudioDecoderOpus 50 return DecodeInternal(encoded, encoded_len, sample_rate_hz, decoded, in DecodeRedundantInternal()
|
D | audio_decoder_opus.h | 32 int DecodeInternal(const uint8_t* encoded,
|
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/ |
D | audio_decoder_isac_t_impl.h | 42 int AudioDecoderIsacT<T>::DecodeInternal(const uint8_t* encoded, in DecodeInternal() function 55 T::DecodeInternal(isac_state_, encoded, encoded_len, decoded, &temp_type); in DecodeInternal()
|
D | audio_decoder_isac_t.h | 38 int DecodeInternal(const uint8_t* encoded,
|
D | unittest.cc | 70 int nsamples = T::DecodeInternal(inst, encoded.data(), encoded.size(), in DecodePacket()
|
/external/webrtc/webrtc/modules/audio_coding/codecs/pcm16b/ |
D | audio_decoder_pcm16b.h | 27 int DecodeInternal(const uint8_t* encoded,
|
D | audio_decoder_pcm16b.cc | 29 int AudioDecoderPcm16B::DecodeInternal(const uint8_t* encoded, in DecodeInternal() function in webrtc::AudioDecoderPcm16B
|
/external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/ |
D | audio_decoder_ilbc.h | 30 int DecodeInternal(const uint8_t* encoded,
|
D | audio_decoder_ilbc.cc | 31 int AudioDecoderIlbc::DecodeInternal(const uint8_t* encoded, in DecodeInternal() function in webrtc::AudioDecoderIlbc
|
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/ |
D | isac_fix_type.h | 38 static inline int DecodeInternal(instance_type* inst, in DecodeInternal() function
|
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/ |
D | isac_float_type.h | 36 static inline int DecodeInternal(instance_type* inst, in DecodeInternal() function
|
/external/webrtc/webrtc/modules/audio_coding/acm2/ |
D | audio_coding_module_unittest_oldapi.cc | 1010 EXPECT_CALL(mock_decoder, DecodeInternal(_, _, _, _, _))
|