Home
last modified time | relevance | path

Searched refs:snd_pcm_prepare (Results 1 - 20 of 20) sorted by relevance

/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-alexa/
H A Daudio.c109 snd_pcm_prepare(avhd->pcm_playback); in play_mp3()
321 snd_pcm_prepare(vhd->pcm_playback); in callback_audio()
333 snd_pcm_prepare(vhd->pcm_playback); in callback_audio()
/third_party/alsa-utils/bat/
H A Dalsa.c323 snd_pcm_prepare(sndpcm->handle); in write_to_pcm()
328 snd_pcm_prepare(sndpcm->handle); in write_to_pcm()
523 snd_pcm_prepare(sndpcm->handle); in read_from_pcm()
532 snd_pcm_prepare(sndpcm->handle); in read_from_pcm()
/third_party/alsa-utils/speaker-test/
H A Dspeaker-test.c644 err = snd_pcm_prepare(handle); in xrun_recovery()
655 err = snd_pcm_prepare(handle); in xrun_recovery()
921 snd_pcm_prepare(handle); in write_loop()
948 snd_pcm_prepare(handle); in write_loop()
/third_party/alsa-utils/alsaloop/
H A Dpcmjob.c368 if ((err = snd_pcm_prepare(loop->play->handle)) < 0) { in setparams()
372 if (!loop->linked && (err = snd_pcm_prepare(loop->capt->handle)) < 0) { in setparams()
652 if ((err = snd_pcm_prepare(lhandle->handle)) < 0) in xrun()
658 if ((err = snd_pcm_prepare(lhandle->handle)) < 0) in xrun()
843 if ((err = snd_pcm_prepare(capt->handle)) < 0) { in xrun_sync()
921 if ((err = snd_pcm_prepare(capt->handle)) < 0) in xrun_sync()
980 if ((err = snd_pcm_prepare(play->handle)) < 0) { in xrun_sync()
/third_party/alsa-lib/src/pcm/
H A Dpcm_generic.c109 return snd_pcm_prepare(generic->slave); in snd_pcm_generic_prepare()
H A Dpcm_plugin.c169 err = snd_pcm_prepare(plugin->gen.slave); in snd_pcm_plugin_prepare()
H A Dpcm_direct.c622 ret = snd_pcm_prepare(direct->spcm);
1125 err = snd_pcm_prepare(dmix->spcm);
H A Dpcm.c162 for #snd_pcm_prepare() call to prepare the hardware for
181 the helper function #snd_pcm_recover() to recover from this state, but you can also use #snd_pcm_prepare(),
202 In other case, the calls #snd_pcm_prepare(),
281 call snd_pcm_prepare() when snd_pcm_resume() return an error code.
283 supports resume and the snd_pcm_prepare() call can be ommited.
455 calls #snd_pcm_prepare() function to bring to the PREPARED state
458 \par snd_pcm_prepare
459 The #snd_pcm_prepare() function enters from #SND_PCM_STATE_SETUP
930 /** \brief Install one PCM hardware configuration chosen from a configuration space and #snd_pcm_prepare it
941 * After this call, #snd_pcm_prepare() i
1235 int snd_pcm_prepare(snd_pcm_t *pcm) snd_pcm_prepare() function
[all...]
H A Dpcm_meter.c298 err = snd_pcm_prepare(meter->gen.slave); in snd_pcm_meter_prepare()
H A Dpcm_multi.c510 err = snd_pcm_prepare(multi->slaves[i].pcm); in snd_pcm_multi_prepare()
H A Dpcm_rate.c720 err = snd_pcm_prepare(rate->gen.slave); in snd_pcm_rate_prepare()
H A Dpcm_share.c901 err = snd_pcm_prepare(slave->pcm); in snd_pcm_share_prepare()
/third_party/alsa-lib/test/
H A Dpcm.c233 err = snd_pcm_prepare(handle); in xrun_recovery()
241 err = snd_pcm_prepare(handle); in xrun_recovery()
H A Dlatency.c310 if ((err = snd_pcm_prepare(phandle)) < 0) { in setparams()
/third_party/ffmpeg/libavdevice/
H A Dalsa.c331 err = snd_pcm_prepare(handle); in ff_alsa_xrun_recover()
333 av_log(s1, AV_LOG_ERROR, "cannot recover from underrun (snd_pcm_prepare failed: %s)\n", snd_strerror(err)); in ff_alsa_xrun_recover()
/third_party/alsa-utils/axfer/
H A Dxfer-libasound.c777 err = snd_pcm_prepare(state->handle); in xfer_libasound_process_frames()
/third_party/libsnd/programs/
H A Dsndfile-play.c323 snd_pcm_prepare (alsa_dev) ; in alsa_write_float()
/third_party/alsa-utils/aplay/
H A Daplay.c1722 if ((res = snd_pcm_prepare(handle))<0) {
1735 if ((res = snd_pcm_prepare(handle))<0) {
1764 if ((res = snd_pcm_prepare(handle)) < 0) {
/third_party/alsa-lib/aserver/
H A Daserver.c452 ctrl->result = snd_pcm_prepare(pcm); in pcm_shm_cmd()
/third_party/alsa-lib/include/
H A Dpcm.h548 int snd_pcm_prepare(snd_pcm_t *pcm);

Completed in 37 milliseconds