/external/webrtc/webrtc/modules/audio_coding/neteq/mock/ |
mock_external_decoder_pcm16b.h | 33 int DecodeInternal(const uint8_t* encoded, 54 ON_CALL(*this, DecodeInternal(_, _, _, _, _)) 55 .WillByDefault(Invoke(&real_, &ExternalPcm16B::DecodeInternal)); 70 MOCK_METHOD5(DecodeInternal,
|
mock_audio_decoder.h | 25 MOCK_METHOD5(DecodeInternal,
|
/external/webrtc/webrtc/modules/audio_coding/codecs/g711/ |
audio_decoder_pcm.h | 29 int DecodeInternal(const uint8_t* encoded, 50 int DecodeInternal(const uint8_t* encoded,
|
audio_decoder_pcm.cc | 23 int AudioDecoderPcmU::DecodeInternal(const uint8_t* encoded, 47 int AudioDecoderPcmA::DecodeInternal(const uint8_t* encoded,
|
/external/webrtc/webrtc/modules/audio_coding/codecs/g722/ |
audio_decoder_g722.h | 30 int DecodeInternal(const uint8_t* encoded, 48 int DecodeInternal(const uint8_t* encoded,
|
audio_decoder_g722.cc | 33 int AudioDecoderG722::DecodeInternal(const uint8_t* encoded, 72 int AudioDecoderG722Stereo::DecodeInternal(const uint8_t* encoded,
|
/external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/ |
audio_decoder_ilbc.h | 30 int DecodeInternal(const uint8_t* encoded,
|
audio_decoder_ilbc.cc | 31 int AudioDecoderIlbc::DecodeInternal(const uint8_t* encoded,
|
/external/webrtc/webrtc/modules/audio_coding/codecs/pcm16b/ |
audio_decoder_pcm16b.h | 27 int DecodeInternal(const uint8_t* encoded,
|
audio_decoder_pcm16b.cc | 29 int AudioDecoderPcm16B::DecodeInternal(const uint8_t* encoded,
|
/external/webrtc/webrtc/modules/audio_coding/codecs/ |
audio_decoder.cc | 29 return DecodeInternal(encoded, encoded_len, sample_rate_hz, decoded, 50 return DecodeInternal(encoded, encoded_len, sample_rate_hz, decoded,
|
audio_decoder.h | 106 virtual int DecodeInternal(const uint8_t* encoded,
|
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/ |
audio_decoder_isac_t_impl.h | 42 int AudioDecoderIsacT<T>::DecodeInternal(const uint8_t* encoded, 55 T::DecodeInternal(isac_state_, encoded, encoded_len, decoded, &temp_type);
|
audio_decoder_isac_t.h | 38 int DecodeInternal(const uint8_t* encoded,
|
unittest.cc | 70 int nsamples = T::DecodeInternal(inst, encoded.data(), encoded.size(),
|
/external/webrtc/webrtc/modules/audio_coding/codecs/opus/ |
audio_decoder_opus.cc | 28 int AudioDecoderOpus::DecodeInternal(const uint8_t* encoded, 50 return DecodeInternal(encoded, encoded_len, sample_rate_hz, decoded,
|
audio_decoder_opus.h | 32 int DecodeInternal(const uint8_t* encoded,
|
/external/webrtc/webrtc/modules/audio_coding/neteq/ |
audio_decoder_impl.h | 49 int DecodeInternal(const uint8_t* encoded,
|
neteq_impl_unittest.cc | 435 int DecodeInternal(const uint8_t* encoded, 530 EXPECT_CALL(mock_decoder, DecodeInternal(Pointee(0), kPayloadLengthBytes, 573 EXPECT_CALL(mock_decoder, DecodeInternal(Pointee(2), kPayloadLengthBytes, 691 EXPECT_CALL(mock_decoder, DecodeInternal(Pointee(0), kPayloadLengthBytes, 698 EXPECT_CALL(mock_decoder, DecodeInternal(Pointee(1), kPayloadLengthBytes, 706 DecodeInternal(IsNull(), 0, kSampleRateKhz * 1000, _, _)) 712 EXPECT_CALL(mock_decoder, DecodeInternal(Pointee(2), kPayloadLengthBytes, [all...] |
neteq_network_stats_unittest.cc | 57 int DecodeInternal(const uint8_t* encoded, 72 return DecodeInternal(encoded, encoded_len, sample_rate_hz, decoded,
|
audio_decoder_impl.cc | 68 int AudioDecoderCng::DecodeInternal(const uint8_t* encoded,
|
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/ |
isac_fix_type.h | 38 static inline int DecodeInternal(instance_type* inst,
|
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/ |
isac_float_type.h | 36 static inline int DecodeInternal(instance_type* inst,
|
/system/connectivity/shill/net/ |
rtnl_message.h | 210 SHILL_PRIVATE bool DecodeInternal(const ByteString& msg);
|
rtnl_message.cc | 70 bool ret = DecodeInternal(msg); 77 bool RTNLMessage::DecodeInternal(const ByteString& msg) {
|