Home | History | Annotate | Download | only in taudio

Lines Matching refs:errors

27 //    struct tegra_audio_error_counts errors, errors_tot;
81 FAILIF(ioctl(ofd_c, TEGRA_AUDIO_OUT_GET_ERROR_COUNT, &errors) < 0,
84 if (errors.late_dma || errors.full_empty) {
85 printf("out %d (%d late, %d underrun errors)\n", nw,
86 errors.late_dma, errors.full_empty);
87 errors_tot.late_dma += errors.late_dma;
88 errors_tot.full_empty += errors.full_empty;
97 printf("played with %d late, %d underflow errors\n",