HomeSort by relevance Sort by last modified time
    Searched refs:temp_type (Results 1 - 9 of 9) sorted by null

  /external/webrtc/webrtc/modules/audio_coding/codecs/g711/
audio_decoder_pcm.cc 29 int16_t temp_type = 1; // Default is speech. local
30 size_t ret = WebRtcG711_DecodeU(encoded, encoded_len, decoded, &temp_type);
31 *speech_type = ConvertSpeechType(temp_type);
53 int16_t temp_type = 1; // Default is speech. local
54 size_t ret = WebRtcG711_DecodeA(encoded, encoded_len, decoded, &temp_type);
55 *speech_type = ConvertSpeechType(temp_type);
  /external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/
audio_decoder_ilbc.cc 37 int16_t temp_type = 1; // Default is speech. local
39 &temp_type);
40 *speech_type = ConvertSpeechType(temp_type);
  /external/webrtc/webrtc/modules/audio_coding/codecs/opus/
audio_decoder_opus.cc 34 int16_t temp_type = 1; // Default is speech. local
36 WebRtcOpus_Decode(dec_state_, encoded, encoded_len, decoded, &temp_type);
39 *speech_type = ConvertSpeechType(temp_type);
55 int16_t temp_type = 1; // Default is speech. local
57 &temp_type);
60 *speech_type = ConvertSpeechType(temp_type);
  /external/webrtc/webrtc/modules/audio_coding/codecs/g722/
audio_decoder_g722.cc 39 int16_t temp_type = 1; // Default is speech. local
41 WebRtcG722_Decode(dec_state_, encoded, encoded_len, decoded, &temp_type);
42 *speech_type = ConvertSpeechType(temp_type);
78 int16_t temp_type = 1; // Default is speech. local
84 encoded_len / 2, decoded, &temp_type);
87 encoded_len / 2, &decoded[decoded_len], &temp_type);
98 *speech_type = ConvertSpeechType(temp_type);
  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/
audio_decoder_isac_t_impl.h 53 int16_t temp_type = 1; // Default is speech. local
55 T::DecodeInternal(isac_state_, encoded, encoded_len, decoded, &temp_type);
56 *speech_type = ConvertSpeechType(temp_type);
  /device/google/marlin/camera/QCamera2/stack/mm-camera-interface/src/
mm_camera_interface.c 1659 cam_sync_type_t temp_type[MM_CAMERA_MAX_NUM_SENSORS]; local
    [all...]
  /hardware/qcom/camera/msm8998/QCamera2/stack/mm-camera-interface/src/
mm_camera_interface.c 2494 cam_sync_type_t temp_type[MM_CAMERA_MAX_NUM_SENSORS]; local
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_vec4.cpp 893 const glsl_type *temp_type = type_sz(inst->src[i].type) == 8 ? local
895 dst_reg temp = dst_reg(this, temp_type);
    [all...]
  /toolchain/binutils/binutils-2.25/gas/config/
tc-i386.c 3085 i386_operand_type temp_type; local
4088 i386_operand_type temp_type; local
    [all...]

Completed in 933 milliseconds