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

  /external/qemu/audio/
audio_pt_int.c 52 logerr (p, err2, "%s(%s): pthread_cond_destroy failed", cap, AUDIO_FUNC);
58 logerr (p, err2, "%s(%s): pthread_mutex_destroy failed", cap, AUDIO_FUNC);
62 logerr (p, err, "%s(%s): %s failed", cap, AUDIO_FUNC, efunc);
72 logerr (p, err, "%s(%s): pthread_cond_destroy failed", cap, AUDIO_FUNC);
78 logerr (p, err, "%s(%s): pthread_mutex_destroy failed", cap, AUDIO_FUNC);
90 logerr (p, err, "%s(%s): pthread_mutex_lock failed", cap, AUDIO_FUNC);
102 logerr (p, err, "%s(%s): pthread_mutex_unlock failed", cap, AUDIO_FUNC);
114 logerr (p, err, "%s(%s): pthread_cond_wait failed", cap, AUDIO_FUNC);
126 logerr (p, err, "%s(%s): pthread_mutex_unlock failed", cap, AUDIO_FUNC);
131 logerr (p, err, "%s(%s): pthread_cond_signal failed", cap, AUDIO_FUNC);
    [all...]
audio_template.h 60 if (audio_bug (AUDIO_FUNC, !voice_size && max_voices)) {
66 if (audio_bug (AUDIO_FUNC, voice_size && !max_voices)) {
83 HWBUF = audio_calloc (AUDIO_FUNC, hw->samples, sizeof (struct st_sample));
117 sw->buf = audio_calloc (AUDIO_FUNC, samples, sizeof (struct st_sample));
255 if (audio_bug (AUDIO_FUNC, !drv)) {
260 if (audio_bug (AUDIO_FUNC, !drv->pcm_ops)) {
265 hw = audio_calloc (AUDIO_FUNC, 1, glue (drv->voice_size_, TYPE));
283 if (audio_bug (AUDIO_FUNC, hw->samples <= 0)) {
358 sw = audio_calloc (AUDIO_FUNC, 1, sizeof (*sw));
398 if (audio_bug (AUDIO_FUNC, !card))
    [all...]
audio.c 536 if (audio_bug (AUDIO_FUNC, !prefix)) {
541 if (audio_bug (AUDIO_FUNC, !opt)) {
903 sc = audio_calloc (AUDIO_FUNC, 1, sizeof (*sc));
957 if (audio_bug (AUDIO_FUNC, live < 0 || live > hw->samples)) {
973 if (audio_bug (AUDIO_FUNC, live < 0 || live > hw->samples)) {
996 if (audio_bug (AUDIO_FUNC, live < 0 || live > hw->samples)) {
1022 if (audio_bug (AUDIO_FUNC, osamp < 0)) {
1072 if (audio_bug (AUDIO_FUNC, live < 0 || live > hw->samples)) {
1086 if (audio_bug (AUDIO_FUNC, live < 0 || live > hw->samples)) {
1108 if (audio_bug (AUDIO_FUNC, live < 0 || live > hwsamples))
    [all...]
audio_int.h 284 #define AUDIO_FUNC __FUNCTION__
286 #define AUDIO_FUNC __FILE__ ":" AUDIO_STRINGIFY (__LINE__)
mixeng.c 301 struct rate *rate = audio_calloc (AUDIO_FUNC, 1, sizeof (*rate));
esdaudio.c 204 esd->pcm_buf = audio_calloc (AUDIO_FUNC, hw->samples, 1 << hw->info.shift);
358 esd->pcm_buf = audio_calloc (AUDIO_FUNC, hw->samples, 1 << hw->info.shift);
wavaudio.c 157 wav->pcm_buf = audio_calloc (AUDIO_FUNC, hw->samples, 1 << hw->info.shift);
322 wav->pcm_buf = audio_calloc (AUDIO_FUNC, hw->samples, 1 << hw->info.shift);
ossaudio.c 525 AUDIO_FUNC,
621 oss->pcm_buf = audio_calloc (AUDIO_FUNC, hw->samples, 1 << hw->info.shift);
alsaaudio.c 723 alsa->pcm_buf = audio_calloc (AUDIO_FUNC, obt.samples, 1 << hw->info.shift);
814 alsa->pcm_buf = audio_calloc (AUDIO_FUNC, hw->samples, 1 << hw->info.shift);
fmodaudio.c 274 if (audio_bug (AUDIO_FUNC, decr < 0)) {
dsoundaudio.c 740 if (audio_bug (AUDIO_FUNC, len < 0 || len > bufsize)) {

Completed in 946 milliseconds