Home | History | Annotate | Download | only in audio

Lines Matching refs:AUDIO_FUNC

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