HomeSort by relevance Sort by last modified time
    Searched defs:DecodeInternal (Results 1 - 10 of 10) sorted by null

  /external/webrtc/webrtc/modules/audio_coding/codecs/g711/
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/pcm16b/
audio_decoder_pcm16b.cc 29 int AudioDecoderPcm16B::DecodeInternal(const uint8_t* encoded,
  /external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/
audio_decoder_ilbc.cc 31 int AudioDecoderIlbc::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);
  /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,
  /external/webrtc/webrtc/modules/audio_coding/neteq/
audio_decoder_impl.cc 68 int AudioDecoderCng::DecodeInternal(const uint8_t* encoded,
  /external/webrtc/webrtc/modules/audio_coding/codecs/g722/
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/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.cc 70 bool ret = DecodeInternal(msg);
77 bool RTNLMessage::DecodeInternal(const ByteString& msg) {

Completed in 165 milliseconds