HomeSort by relevance Sort by last modified time
    Searched refs:voice (Results 176 - 200 of 239) sorted by null

1 2 3 4 5 6 78 910

  /external/svox/pico/lib/
picodata.h 201 #define PICODATA_ITEMINFO1_CMD_VOICE 'v' /* context command : voice name in item content */
489 picorsrc_Voice voice);
512 picorsrc_Voice voice; member in struct:picodata_processing_unit
picosig.c 67 /*----------------------PU voice management------------------------------*/
68 /* picorsrc_Voice voice; */
153 this->voice->kbArray[PICOKNOW_KBID_PDF_MGC]);
155 this->voice->kbArray[PICOKNOW_KBID_PDF_LFZ]);
157 this->voice->kbArray[PICOKNOW_KBID_PDF_PHS]);
251 * @param voice : the voice descriptor object
259 picodata_CharBuffer cbOut, picorsrc_Voice voice)
264 cbOut, voice);
    [all...]
picopam.c 148 /*----------------------PU voice management------------------------------*/
149 /* picorsrc_Voice voice; */
635 pam->dtdur = picokdt_getDtPAM(this->voice->kbArray[PICOKNOW_KBID_DT_DUR]);
644 this->voice->kbArray[PICOKNOW_KBID_DT_LFZ1]);
646 this->voice->kbArray[PICOKNOW_KBID_DT_LFZ2]);
648 this->voice->kbArray[PICOKNOW_KBID_DT_LFZ3]);
650 this->voice->kbArray[PICOKNOW_KBID_DT_LFZ4]);
652 this->voice->kbArray[PICOKNOW_KBID_DT_LFZ5]);
663 this->voice->kbArray[PICOKNOW_KBID_DT_MGC1]);
665 this->voice->kbArray[PICOKNOW_KBID_DT_MGC2])
    [all...]
picodata.c 574 picorsrc_Voice voice; member in struct:simple_pu_data
612 picorsrc_Voice voice)
622 this->voice = voice;
    [all...]
picocep.c 159 /*----------------------PU voice management------------------------------*/
160 /* picorsrc_Voice voice; */
334 this->voice->kbArray[PICOKNOW_KBID_PDF_LFZ]);
338 this->voice->kbArray[PICOKNOW_KBID_PDF_MGC]);
342 picoktab_getPhones(this->voice->kbArray[PICOKNOW_KBID_TAB_PHONES]); */
414 * @param voice : the voice descriptor object
422 picodata_CharBuffer cbOut, picorsrc_Voice voice)
425 cbOut, voice);
    [all...]
  /hardware/qcom/audio/hal/msm8974/
platform.c 138 [SND_DEVICE_OUT_VOICE_HANDSET] = "voice-handset",
139 [SND_DEVICE_OUT_VOICE_HAC_HANDSET] = "voice-hac-handset",
140 [SND_DEVICE_OUT_VOICE_SPEAKER] = "voice-speaker",
141 [SND_DEVICE_OUT_VOICE_HEADPHONES] = "voice-headphones",
142 [SND_DEVICE_OUT_VOICE_LINE] = "voice-line",
147 [SND_DEVICE_OUT_VOICE_HANDSET_TMUS] = "voice-handset-tmus",
148 [SND_DEVICE_OUT_VOICE_TTY_FULL_HEADPHONES] = "voice-tty-full-headphones",
149 [SND_DEVICE_OUT_VOICE_TTY_VCO_HEADPHONES] = "voice-tty-vco-headphones",
150 [SND_DEVICE_OUT_VOICE_TTY_HCO_HANDSET] = "voice-tty-hco-handset",
151 [SND_DEVICE_OUT_VOICE_TX] = "voice-tx"
    [all...]
  /hardware/qcom/audio/hal/msm8960/
platform.c 91 /* CSD Client related functions for voice call */
121 [SND_DEVICE_OUT_VOICE_SPEAKER] = "voice-speaker",
122 [SND_DEVICE_OUT_VOICE_HEADPHONES] = "voice-headphones",
127 [SND_DEVICE_OUT_VOICE_HANDSET_TMUS] = "voice-handset-tmus",
128 [SND_DEVICE_OUT_VOICE_TTY_FULL_HEADPHONES] = "voice-tty-full-headphones",
129 [SND_DEVICE_OUT_VOICE_TTY_VCO_HEADPHONES] = "voice-tty-vco-headphones",
130 [SND_DEVICE_OUT_VOICE_TTY_HCO_HANDSET] = "voice-tty-hco-handset",
137 [SND_DEVICE_IN_SPEAKER_MIC_AEC] = "voice-speaker-mic",
139 [SND_DEVICE_IN_VOICE_SPEAKER_MIC] = "voice-speaker-mic",
140 [SND_DEVICE_IN_VOICE_HEADSET_MIC] = "voice-headset-mic"
    [all...]
  /external/chromium_org/third_party/webrtc/modules/audio_coding/main/acm2/
acm_receiver.cc 220 case voice:
242 AudioPlayoutMode acm_mode = voice;
246 acm_mode = voice;
  /device/moto/shamu/self-extractors/moto/staging/
device-partial.mk 62 vendor/moto/shamu/proprietary/left.boost.voice.eq:system/vendor/firmware/left.boost.voice.eq:moto \
71 vendor/moto/shamu/proprietary/right.boost.voice.eq:system/vendor/firmware/right.boost.voice.eq:moto \
  /external/webrtc/
Android.mk 112 # voice
  /external/chromium_org/chrome/browser/resources/hotword_helper/
audio_client.js 48 * Messages sent to the page to control the voice search UI.
61 * Messages received from the page used to indicate voice search state.
  /external/chromium_org/chrome/browser/speech/
tts_message_filter.cc 86 utterance->set_voice_name(request.voice);
  /external/sonivox/arm-hybrid-22k/lib_src/
ARM-E_voice_gain_gnu.s 146 LDRSH tmp0, [pInputBuffer], #NEXT_OUTPUT_PCM @ fetch voice output
  /external/sonivox/arm-wt-22k/lib_src/
ARM-E_voice_gain_gnu.s 146 LDRSH tmp0, [pInputBuffer], #NEXT_OUTPUT_PCM @ fetch voice output
  /frameworks/base/core/java/android/hardware/soundtrigger/
KeyphraseEnrollmentInfo.java 27 import android.service.voice.AlwaysOnHotwordDetector;
54 * voice-enrollment-application}&gt;</code> tag.
74 * Intent extra: The hint text to be shown on the voice keyphrase management UI.
79 * Intent extra: The voice locale to use while managing the keyphrase.
96 // No application capable of enrolling for voice keyphrases is present.
123 Slog.w(TAG, "error parsing voice enrollment meta-data", e);
151 if (!"voice-enrollment-application".equals(nodeName)) {
152 mParseError = "Meta-data does not start with voice-enrollment-application tag";
  /packages/apps/Settings/src/com/android/settings/search/
Ranking.java 45 import com.android.settings.voice.VoiceInputSettings;
SearchIndexableResources.java 47 import com.android.settings.voice.VoiceInputSettings;
  /packages/apps/Settings/src/com/android/settings/voice/
VoiceInputPreference.java 17 package com.android.settings.voice;
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
nav_description.js 32 * 5 items". This is all spoken with an annotation voice.
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/host/chrome/
tts_background.js 201 * Sets the current voice to the one that the user selected on the options page
202 * if that voice exists.
506 // Reset voice related parameters.
683 * Sets the name of a voice appropriate for the current locale preferring
  /frameworks/base/core/java/android/app/
IApplicationThread.java 36 import android.service.voice.IVoiceInteractionSession;
  /packages/apps/Browser/src/com/android/browser/
NavigationBarPhone.java 75 mVoiceButton = (ImageView) findViewById(R.id.voice);
  /external/chromium_org/third_party/webrtc/modules/audio_coding/main/test/
APITest.cc 990 case voice: {
1001 *playoutMode = voice;
1002 strncpy(playoutString, "Voice", 25);
1006 *playoutMode = voice;
1007 strncpy(playoutString, "Voice", 25);
    [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/background/
options.js 332 voices.forEach(function(voice) {
334 option.voiceName = voice.voiceName || '';
336 if (localStorage['voiceName'] == voice.voiceName) {
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
webrtcsession.cc 1484 const cricket::ContentInfo* voice = cricket::GetFirstAudioContent(desc); local
    [all...]

Completed in 1695 milliseconds

1 2 3 4 5 6 78 910