/external/webrtc/modules/audio_coding/codecs/g711/ |
D | audio_decoder_pcm.cc | 43 int16_t temp_type = 1; // Default is speech. in DecodeInternal() local 44 size_t ret = WebRtcG711_DecodeU(encoded, encoded_len, decoded, &temp_type); in DecodeInternal() 45 *speech_type = ConvertSpeechType(temp_type); in DecodeInternal() 78 int16_t temp_type = 1; // Default is speech. in DecodeInternal() local 79 size_t ret = WebRtcG711_DecodeA(encoded, encoded_len, decoded, &temp_type); in DecodeInternal() 80 *speech_type = ConvertSpeechType(temp_type); in DecodeInternal()
|
/external/webrtc/modules/audio_coding/codecs/g722/ |
D | audio_decoder_g722.cc | 42 int16_t temp_type = 1; // Default is speech. in DecodeInternal() local 44 WebRtcG722_Decode(dec_state_, encoded, encoded_len, decoded, &temp_type); in DecodeInternal() 45 *speech_type = ConvertSpeechType(temp_type); in DecodeInternal() 92 int16_t temp_type = 1; // Default is speech. in DecodeInternal() local 98 encoded_len / 2, decoded, &temp_type); in DecodeInternal() 101 encoded_len / 2, &decoded[decoded_len], &temp_type); in DecodeInternal() 112 *speech_type = ConvertSpeechType(temp_type); in DecodeInternal()
|
/external/webrtc/modules/audio_coding/codecs/opus/ |
D | audio_decoder_opus.cc | 64 int16_t temp_type = 1; // Default is speech. in DecodeInternal() local 66 WebRtcOpus_Decode(dec_state_, encoded, encoded_len, decoded, &temp_type); in DecodeInternal() 69 *speech_type = ConvertSpeechType(temp_type); in DecodeInternal() 85 int16_t temp_type = 1; // Default is speech. in DecodeRedundantInternal() local 87 &temp_type); in DecodeRedundantInternal() 90 *speech_type = ConvertSpeechType(temp_type); in DecodeRedundantInternal()
|
D | audio_decoder_multi_channel_opus_impl.cc | 110 int16_t temp_type = 1; // Default is speech. in DecodeInternal() local 112 WebRtcOpus_Decode(dec_state_, encoded, encoded_len, decoded, &temp_type); in DecodeInternal() 116 *speech_type = ConvertSpeechType(temp_type); in DecodeInternal() 133 int16_t temp_type = 1; // Default is speech. in DecodeRedundantInternal() local 135 &temp_type); in DecodeRedundantInternal() 139 *speech_type = ConvertSpeechType(temp_type); in DecodeRedundantInternal()
|
/external/webrtc/modules/audio_coding/codecs/isac/ |
D | audio_decoder_isac_t_impl.h | 45 int16_t temp_type = 1; // Default is speech. in DecodeInternal() local 47 T::DecodeInternal(isac_state_, encoded, encoded_len, decoded, &temp_type); in DecodeInternal() 48 *speech_type = ConvertSpeechType(temp_type); in DecodeInternal()
|
/external/webrtc/modules/audio_coding/codecs/ilbc/ |
D | audio_decoder_ilbc.cc | 42 int16_t temp_type = 1; // Default is speech. in DecodeInternal() local 44 &temp_type); in DecodeInternal() 45 *speech_type = ConvertSpeechType(temp_type); in DecodeInternal()
|
/external/deqp-deps/SPIRV-Tools/source/opt/ |
D | amd_ext_to_khr.cpp | 493 analysis::Vector temp_type(GetUIntType(context), 2); in ReplaceMbcnt() local 495 context->get_type_mgr()->GetRegisteredType(&temp_type); in ReplaceMbcnt()
|
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/opt/ |
D | amd_ext_to_khr.cpp | 493 analysis::Vector temp_type(GetUIntType(context), 2); in ReplaceMbcnt() local 495 context->get_type_mgr()->GetRegisteredType(&temp_type); in ReplaceMbcnt()
|
/external/swiftshader/third_party/SPIRV-Tools/source/opt/ |
D | amd_ext_to_khr.cpp | 493 analysis::Vector temp_type(GetUIntType(context), 2); in ReplaceMbcnt() local 495 context->get_type_mgr()->GetRegisteredType(&temp_type); in ReplaceMbcnt()
|
/external/mesa3d/src/intel/compiler/ |
D | brw_vec4.cpp | 983 const glsl_type *temp_type = type_sz(inst->src[i].type) == 8 ? in move_push_constants_to_pull_constants() local 985 dst_reg temp = dst_reg(this, temp_type); in move_push_constants_to_pull_constants()
|