/external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/ |
H A D | audio_decoder_impl.cc | 43 int AudioDecoderPcmU::Decode(const uint8_t* encoded, size_t encoded_len, argument 48 static_cast<int16_t>(encoded_len), decoded, &temp_type); 54 size_t encoded_len) { 56 return static_cast<int>(encoded_len / channels_); 60 int AudioDecoderPcmA::Decode(const uint8_t* encoded, size_t encoded_len, argument 65 static_cast<int16_t>(encoded_len), decoded, &temp_type); 71 size_t encoded_len) { 73 return static_cast<int>(encoded_len / channels_); 86 int AudioDecoderPcm16B::Decode(const uint8_t* encoded, size_t encoded_len, argument 91 static_cast<int16_t>(encoded_len), decode 53 PacketDuration(const uint8_t* encoded, size_t encoded_len) argument 70 PacketDuration(const uint8_t* encoded, size_t encoded_len) argument 96 PacketDuration(const uint8_t* encoded, size_t encoded_len) argument 132 Decode(const uint8_t* encoded, size_t encoded_len, int16_t* decoded, SpeechType* speech_type) argument 164 Decode(const uint8_t* encoded, size_t encoded_len, int16_t* decoded, SpeechType* speech_type) argument 175 DecodeRedundant(const uint8_t* encoded, size_t encoded_len, int16_t* decoded, SpeechType* speech_type) argument 235 Decode(const uint8_t* encoded, size_t encoded_len, int16_t* decoded, SpeechType* speech_type) argument 277 Decode(const uint8_t* encoded, size_t encoded_len, int16_t* decoded, SpeechType* speech_type) argument 292 PacketDuration(const uint8_t* encoded, size_t encoded_len) argument 312 Decode(const uint8_t* encoded, size_t encoded_len, int16_t* decoded, SpeechType* speech_type) argument 357 SplitStereoPacket(const uint8_t* encoded, size_t encoded_len, uint8_t* encoded_deinterleaved) argument 401 Decode(const uint8_t* encoded, size_t encoded_len, int16_t* decoded, SpeechType* speech_type) argument 449 Decode(const uint8_t* encoded, size_t encoded_len, int16_t* decoded, SpeechType* speech_type) argument 461 DecodeRedundant(const uint8_t* encoded, size_t encoded_len, int16_t* decoded, SpeechType* speech_type) argument 478 PacketDuration(const uint8_t* encoded, size_t encoded_len) argument [all...] |
H A D | audio_decoder_impl.h | 30 virtual int Decode(const uint8_t* encoded, size_t encoded_len, 33 virtual int PacketDuration(const uint8_t* encoded, size_t encoded_len); 42 virtual int Decode(const uint8_t* encoded, size_t encoded_len, 45 virtual int PacketDuration(const uint8_t* encoded, size_t encoded_len); 79 virtual int Decode(const uint8_t* encoded, size_t encoded_len, 82 virtual int PacketDuration(const uint8_t* encoded, size_t encoded_len); 105 virtual int Decode(const uint8_t* encoded, size_t encoded_len, 121 virtual int Decode(const uint8_t* encoded, size_t encoded_len, 123 virtual int DecodeRedundant(const uint8_t* encoded, size_t encoded_len, 161 virtual int Decode(const uint8_t* encoded, size_t encoded_len, 262 Decode(const uint8_t* encoded, size_t encoded_len, int16_t* decoded, SpeechType* speech_type) argument [all...] |
H A D | audio_decoder.cc | 20 size_t encoded_len, 23 return Decode(encoded, encoded_len, decoded, speech_type); 40 int AudioDecoder::PacketDuration(const uint8_t* encoded, size_t encoded_len) { argument 45 size_t encoded_len) const { 50 size_t encoded_len) const { 19 DecodeRedundant(const uint8_t* encoded, size_t encoded_len, int16_t* decoded, SpeechType* speech_type) argument
|
H A D | neteq_impl_unittest.cc | 428 // Produce as many samples as input bytes (|encoded_len|). 430 size_t encoded_len, 433 for (size_t i = 0; i < encoded_len; ++i) { 437 return encoded_len; 429 Decode(const uint8_t* encoded, size_t encoded_len, int16_t* decoded, SpeechType* speech_type) argument
|
/external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/interface/ |
H A D | audio_decoder.h | 78 virtual int Decode(const uint8_t* encoded, size_t encoded_len, 83 virtual int DecodeRedundant(const uint8_t* encoded, size_t encoded_len, 107 // |encoded_len| bytes long. Returns kNotImplemented if no duration estimate 109 virtual int PacketDuration(const uint8_t* encoded, size_t encoded_len); 112 // is |encoded_len| bytes long. Returns kNotImplemented if no duration 115 size_t encoded_len) const; 118 // comprised of the samples in |encoded| which is |encoded_len| bytes long. 120 virtual bool PacketHasFec(const uint8_t* encoded, size_t encoded_len) const;
|
/external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/mock/ |
H A D | mock_external_decoder_pcm16b.h | 34 virtual int Decode(const uint8_t* encoded, size_t encoded_len, argument 39 static_cast<int16_t>(encoded_len), decoded, &temp_type); 77 int(const uint8_t* encoded, size_t encoded_len, int16_t* decoded,
|
/external/chromium_org/third_party/leveldatabase/src/db/ |
H A D | memtable.cc | 93 const size_t encoded_len = local 96 char* buf = arena_.Allocate(encoded_len); 104 assert((p + val_size) - buf == encoded_len);
|
/external/chromium_org/third_party/webrtc/modules/audio_coding/main/acm2/ |
H A D | acm_isac.h | 68 size_t encoded_len, 85 size_t encoded_len,
|
H A D | acm_isac.cc | 733 size_t encoded_len, 741 static_cast<int16_t>(encoded_len), 772 size_t encoded_len, 780 static_cast<int16_t>(encoded_len), 732 Decode(const uint8_t* encoded, size_t encoded_len, int16_t* decoded, SpeechType* speech_type) argument 771 DecodeRedundant(const uint8_t* encoded, size_t encoded_len, int16_t* decoded, SpeechType* speech_type) argument
|
/external/chromium_org/net/tools/dump_cache/ |
H A D | url_to_filename_encoder.cc | 94 int encoded_len; local 132 encoded_len = 1; 139 encoded_len = 3; 141 segment.append(encoded, encoded_len);
|
/external/qemu/distrib/sdl-1.2.15/src/audio/ |
H A D | SDL_wave.c | 119 Sint32 encoded_len, samplesleft; local 125 encoded_len = *audio_len; 128 *audio_len = (encoded_len/MS_ADPCM_state.wavefmt.blockalign) * 142 while ( encoded_len >= MS_ADPCM_state.wavefmt.blockalign ) { 208 encoded_len -= MS_ADPCM_state.wavefmt.blockalign; 327 Sint32 encoded_len, samplesleft; local 340 encoded_len = *audio_len; 343 *audio_len = (encoded_len/IMA_ADPCM_state.wavefmt.blockalign) * 354 while ( encoded_len >= IMA_ADPCM_state.wavefmt.blockalign ) { 386 encoded_len [all...] |
/external/chromium_org/third_party/libjingle/source/talk/base/ |
H A D | base64_unittest.cc | 936 size_t consumed = 0, encoded_len = strlen(encoded); local 937 bool success = Base64::DecodeFromArray(encoded, encoded_len, flags, 939 size_t unparsed = encoded_len - consumed;
|
/external/chromium_org/third_party/webrtc/base/ |
H A D | base64_unittest.cc | 919 size_t consumed = 0, encoded_len = strlen(encoded); local 920 bool success = Base64::DecodeFromArray(encoded, encoded_len, flags, 922 size_t unparsed = encoded_len - consumed;
|
/external/wpa_supplicant_8/wpa_supplicant/ |
H A D | config_file.c | 275 size_t encoded_len = 0, len; local 287 nencoded = os_realloc(encoded, encoded_len + len); 295 os_memcpy(encoded + encoded_len, pos, len); 296 encoded_len += len; 312 blob->data = base64_decode(encoded, encoded_len, &blob->len);
|
/external/wpa_supplicant_8/hostapd/src/wps/ |
H A D | wps_er.c | 902 size_t encoded_len; local 907 &encoded_len); 912 encoded_len = 0; 915 buf = wpabuf_alloc(1000 + encoded_len);
|
/external/wpa_supplicant_8/src/wps/ |
H A D | wps_er.c | 902 size_t encoded_len; local 907 &encoded_len); 912 encoded_len = 0; 915 buf = wpabuf_alloc(1000 + encoded_len);
|
/external/wpa_supplicant_8/wpa_supplicant/src/wps/ |
H A D | wps_er.c | 902 size_t encoded_len; local 907 &encoded_len); 912 encoded_len = 0; 915 buf = wpabuf_alloc(1000 + encoded_len);
|