Searched defs:temp_type (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/mock/
H A Dmock_external_decoder_pcm16b.h36 int16_t temp_type; local
39 static_cast<int16_t>(encoded_len), decoded, &temp_type);
40 *speech_type = ConvertSpeechType(temp_type);
/external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/
H A Daudio_decoder_impl.cc45 int16_t temp_type = 1; // Default is speech. local
48 static_cast<int16_t>(encoded_len), decoded, &temp_type);
49 *speech_type = ConvertSpeechType(temp_type);
62 int16_t temp_type = 1; // Default is speech. local
65 static_cast<int16_t>(encoded_len), decoded, &temp_type);
66 *speech_type = ConvertSpeechType(temp_type);
88 int16_t temp_type = 1; // Default is speech. local
91 static_cast<int16_t>(encoded_len), decoded, &temp_type);
92 *speech_type = ConvertSpeechType(temp_type);
134 int16_t temp_type local
166 int16_t temp_type = 1; // Default is speech. local
178 int16_t temp_type = 1; // Default is speech. local
237 int16_t temp_type = 1; // Default is speech. local
279 int16_t temp_type = 1; // Default is speech. local
314 int16_t temp_type = 1; // Default is speech. local
403 int16_t temp_type = 1; // Default to speech. local
451 int16_t temp_type = 1; // Default is speech. local
464 int16_t temp_type = 1; // Default is speech. local
[all...]
/external/chromium_org/gpu/command_buffer/service/
H A Dframebuffer_manager.cc162 GLenum temp_type = 0; variable
165 target_, level_, &temp_type, &temp_internal_format);
170 GLenum temp_type = 0; variable
173 target_, level_, &temp_type, &temp_internal_format);
174 return temp_type;
/external/chromium_org/third_party/webrtc/modules/audio_coding/main/acm2/
H A Dacm_isac.cc731 int16_t temp_type = 1; // Default is speech. local
738 &temp_type);
739 *speech_type = ConvertSpeechType(temp_type);
770 int16_t temp_type = 1; // Default is speech. local
777 &temp_type);
778 *speech_type = ConvertSpeechType(temp_type);

Completed in 229 milliseconds