HomeSort by relevance Sort by last modified time
    Searched full:wavein (Results 1 - 14 of 14) sorted by null

  /external/qemu/audio/
winaudio.c 344 HWAVEIN wavein; member in struct:WinAudioIn
379 if (s->wavein) {
380 waveInReset(s->wavein);
381 s->wavein = 0;
387 s->wavein, &s->buffers[i], sizeof(s->buffers[i]) );
397 if (s->wavein) {
398 waveInClose(s->wavein);
399 s->wavein = NULL;
412 s->wavein = NULL;
442 result = waveInOpen( &s->wavein, WAVE_MAPPER, &format,
    [all...]
  /external/srec/srec/AcousticState/src/
AcousticStateImpl.c 60 return CA_GetCMSParameters(recogImpl->wavein, param_string, len );
68 return CA_SetCMSParameters(recogImpl->wavein, param_string );
84 CA_ReLoadCMSParameters(recogImpl->wavein, NULL);
92 CA_ReLoadCMSParameters(recogImpl->wavein, filename);
  /external/chromium_org/media/audio/win/
device_enumeration_win.cc 165 // waveIn device.
177 // Get the endpoint ID string for this waveIn device.
185 // Check whether the endpoint ID string of this waveIn device matches that
191 // If a matching waveIn device was found, convert the unique endpoint ID
device_enumeration_win.h 25 // unique device ID) using the WaveIn API which is supported on
audio_manager_win.h 74 // This method converts MMDevice-style device ID to WaveIn-style device ID if
audio_manager_win.cc 401 DVLOG(1) << "Using WaveIn since WASAPI requires at least Vista.";
517 DLOG(ERROR) << "Cannot find a waveIn device which matches the device ID "
  /external/srec/srec/Recognizer/src/
RecognizerImpl.c 525 impl->wavein = CA_AllocateWave('N');
526 if (impl->wavein == NULL)
532 CA_ConfigureWave(impl->wavein, impl->frontend);
533 CA_ConfigureVoicingAnalysis(impl->wavein, frontendParams);
535 CA_LoadCMSParameters(impl->wavein, NULL, frontendParams);
546 CA_AttachCMStoUtterance(impl->wavein, impl->utterance);
557 if (impl->wavein != NULL)
559 CA_UnconfigureWave(impl->wavein);
560 CA_FreeWave(impl->wavein);
561 impl->wavein = NULL
    [all...]
  /external/chromium_org/media/audio/
audio_manager_unittest.cc 251 // MMDevice-style device IDs should be converted to WaveIn-style device
  /external/chromium_org/content/browser/speech/
speech_recognizer_impl.cc 530 // the WaveIn API is used and we might as well avoid all audio conversations
531 // since WaveIn does the conversion for us.
537 DVLOG_IF(1, !use_native_audio_params) << "Reverting to WaveIn for WebSpeech";
  /external/srec/audio/AudioIn/UNIX/include/
audioinerr.h 34 | Reference(s) : wavein, audioin.chm, audioin.doc, audioin.hlp
audioin.h 33 | Reference(s) : wavein, audioin.chm, audioin.doc, audioin.hlp
  /external/srec/srec/Recognizer/include/
SR_RecognizerImpl.h 179 CA_Wave* wavein; member in struct:SR_RecognizerImpl_t
  /external/bluetooth/bluedroid/btif/src/
btif_media_task.c 1095 ** event when the waveIn interface has a pcm data buffer
    [all...]
  /external/srec/audio/AudioIn/UNIX/src/
audioin.c 32 | Reference(s) : wavein, audioout, audioin.chm, audioin.doc, audioin.hlp,
    [all...]

Completed in 647 milliseconds