Home | History | Annotate | Download | only in audio

Lines Matching refs:AUDIO_FUNC

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)){
1330 if (audio_bug (AUDIO_FUNC, live < 0 || live > sw->hw->samples)) {
1354 if (audio_bug (AUDIO_FUNC, live < 0 || live > sw->hw->samples)) {
1421 if (audio_bug (AUDIO_FUNC, live < 0 || live > hw->samples)) {
1459 if (audio_bug (AUDIO_FUNC, hw->rpos >= hw->samples)) {
1480 if (audio_bug (AUDIO_FUNC, played > sw->total_hw_samples_mixed)) {
1585 if (audio_bug (AUDIO_FUNC, captured > sw->total_hw_samples_mixed)) {
2046 cb = audio_calloc (AUDIO_FUNC, 1, sizeof (*cb));
2064 cap = audio_calloc (AUDIO_FUNC, 1, sizeof (*cap));
2077 hw->mix_buf = audio_calloc (AUDIO_FUNC, hw->samples,
2087 cap->buf = audio_calloc (AUDIO_FUNC, hw->samples, 1 << hw->info.shift);