Searched refs:temp_type (Results 1 – 6 of 6) sorted by relevance
/external/webrtc/webrtc/modules/audio_coding/codecs/g711/ |
D | audio_decoder_pcm.cc | 29 int16_t temp_type = 1; // Default is speech. in DecodeInternal() local 30 size_t ret = WebRtcG711_DecodeU(encoded, encoded_len, decoded, &temp_type); in DecodeInternal() 31 *speech_type = ConvertSpeechType(temp_type); in DecodeInternal() 53 int16_t temp_type = 1; // Default is speech. in DecodeInternal() local 54 size_t ret = WebRtcG711_DecodeA(encoded, encoded_len, decoded, &temp_type); in DecodeInternal() 55 *speech_type = ConvertSpeechType(temp_type); in DecodeInternal()
|
/external/webrtc/webrtc/modules/audio_coding/codecs/opus/ |
D | audio_decoder_opus.cc | 34 int16_t temp_type = 1; // Default is speech. in DecodeInternal() local 36 WebRtcOpus_Decode(dec_state_, encoded, encoded_len, decoded, &temp_type); in DecodeInternal() 39 *speech_type = ConvertSpeechType(temp_type); in DecodeInternal() 55 int16_t temp_type = 1; // Default is speech. in DecodeRedundantInternal() local 57 &temp_type); in DecodeRedundantInternal() 60 *speech_type = ConvertSpeechType(temp_type); in DecodeRedundantInternal()
|
/external/webrtc/webrtc/modules/audio_coding/codecs/g722/ |
D | audio_decoder_g722.cc | 39 int16_t temp_type = 1; // Default is speech. in DecodeInternal() local 41 WebRtcG722_Decode(dec_state_, encoded, encoded_len, decoded, &temp_type); in DecodeInternal() 42 *speech_type = ConvertSpeechType(temp_type); in DecodeInternal() 78 int16_t temp_type = 1; // Default is speech. in DecodeInternal() local 84 encoded_len / 2, decoded, &temp_type); in DecodeInternal() 87 encoded_len / 2, &decoded[decoded_len], &temp_type); in DecodeInternal() 98 *speech_type = ConvertSpeechType(temp_type); in DecodeInternal()
|
/external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/ |
D | audio_decoder_ilbc.cc | 37 int16_t temp_type = 1; // Default is speech. in DecodeInternal() local 39 &temp_type); in DecodeInternal() 40 *speech_type = ConvertSpeechType(temp_type); in DecodeInternal()
|
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/ |
D | audio_decoder_isac_t_impl.h | 53 int16_t temp_type = 1; // Default is speech. in DecodeInternal() local 55 T::DecodeInternal(isac_state_, encoded, encoded_len, decoded, &temp_type); in DecodeInternal() 56 *speech_type = ConvertSpeechType(temp_type); in DecodeInternal()
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | brw_vec4.cpp | 893 const glsl_type *temp_type = type_sz(inst->src[i].type) == 8 ? in move_push_constants_to_pull_constants() local 895 dst_reg temp = dst_reg(this, temp_type); in move_push_constants_to_pull_constants()
|