• Home
  • Raw
  • Download

Lines Matching refs:AUDIO_FUNC

535     if (audio_bug (AUDIO_FUNC, !prefix)) {  in audio_process_options()
540 if (audio_bug (AUDIO_FUNC, !opt)) { in audio_process_options()
902 sc = audio_calloc (AUDIO_FUNC, 1, sizeof (*sc)); in audio_attach_capture()
956 if (audio_bug (AUDIO_FUNC, live < 0 || live > hw->samples)) { in audio_pcm_hw_get_live_in()
994 if (audio_bug (AUDIO_FUNC, live < 0 || live > hw->samples)) { in audio_pcm_sw_get_rpos_in()
1017 if (audio_bug (AUDIO_FUNC, live < 0 || live > hw->samples)) { in audio_pcm_sw_read()
1043 if (audio_bug (AUDIO_FUNC, osamp < 0)) { in audio_pcm_sw_read()
1094 if (audio_bug (AUDIO_FUNC, live < 0 || live > hw->samples)) { in audio_pcm_hw_get_live_out()
1118 if (audio_bug (AUDIO_FUNC, live < 0 || live > hwsamples)){ in audio_pcm_sw_write()
1401 if (audio_bug (AUDIO_FUNC, live < 0 || live > sw->hw->samples)) { in audio_get_avail()
1425 if (audio_bug (AUDIO_FUNC, live < 0 || live > sw->hw->samples)) { in audio_get_free()
1492 if (audio_bug (AUDIO_FUNC, live < 0 || live > hw->samples)) { in audio_run_out()
1526 if (audio_bug (AUDIO_FUNC, hw->rpos >= hw->samples)) { in audio_run_out()
1547 if (audio_bug (AUDIO_FUNC, played > sw->total_hw_samples_mixed)) { in audio_run_out()
1650 if (audio_bug (AUDIO_FUNC, captured > sw->total_hw_samples_mixed)) { in audio_run_capture()
2085 cb = audio_calloc (AUDIO_FUNC, 1, sizeof (*cb)); in AUD_add_capture()
2103 cap = audio_calloc (AUDIO_FUNC, 1, sizeof (*cap)); in AUD_add_capture()
2116 hw->mix_buf = audio_calloc (AUDIO_FUNC, hw->samples, in AUD_add_capture()
2126 cap->buf = audio_calloc (AUDIO_FUNC, hw->samples, 1 << hw->info.shift); in AUD_add_capture()