Home
last modified time | relevance | path

Searched refs:soxi_total (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/sox/git/src/
H A Dsox.c2664 static double soxi_total; variable
2682 if (soxi_total >= 0 && !ws) in soxi1()
2683 soxi_total = -2; in soxi1()
2684 if (soxi_total >= 0) soxi_total += *type == Samples? ws : secs; in soxi1()
2690 case Samples: if (soxi_total ==-1) printf("%" PRIu64 "\n", ws); break; in soxi1()
2691 case Duration: if (soxi_total ==-1) printf("%s\n", str_time(secs)); break; in soxi1()
2692 case Duration_secs: if (soxi_total ==-1) printf("%f\n", secs); break; in soxi1()
2772 soxi_total = -!do_total; in soxi()
2779 if (soxi_file_count > 1 && soxi_total > 0) in soxi()
2780 printf("Total Duration of %u files: %s\n", (unsigned)soxi_file_count, str_time(soxi_total)); in soxi()
[all …]