Searched refs:encoded_len (Results 1 - 16 of 16) sorted by relevance

/external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/
H A Daudio_decoder_impl.cc43 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 Daudio_decoder_impl.h30 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 Daudio_decoder.cc20 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 Dneteq_impl_unittest.cc428 // 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 Daudio_decoder.h78 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 Dmock_external_decoder_pcm16b.h34 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 Dmemtable.cc93 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 Dacm_isac.h72 size_t encoded_len,
89 size_t encoded_len,
H A Dacm_isac.cc728 size_t encoded_len,
736 static_cast<int16_t>(encoded_len),
767 size_t encoded_len,
775 static_cast<int16_t>(encoded_len),
727 Decode(const uint8_t* encoded, size_t encoded_len, int16_t* decoded, SpeechType* speech_type) argument
766 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 Durl_to_filename_encoder.cc94 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 DSDL_wave.c119 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/webrtc/base/
H A Dbase64_unittest.cc919 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 Dconfig_file.c278 size_t encoded_len = 0, len; local
290 nencoded = os_realloc(encoded, encoded_len + len);
298 os_memcpy(encoded + encoded_len, pos, len);
299 encoded_len += len;
315 blob->data = base64_decode(encoded, encoded_len, &blob->len);
/external/wpa_supplicant_8/hostapd/src/wps/
H A Dwps_er.c902 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 Dwps_er.c902 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 Dwps_er.c902 size_t encoded_len; local
907 &encoded_len);
912 encoded_len = 0;
915 buf = wpabuf_alloc(1000 + encoded_len);

Completed in 2868 milliseconds