Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/sox/git/src/
H A Dsox.c264 static char const * str_time(double seconds) in str_time() function
349 …fprintf(output, " Duration: %-13s", ft->signal.length? str_time((double)ws / ft->signal.rate) : "… in play_file_info()
391 str_time((double)ws / ft->signal.rate), in display_file_info()
1114 str_time(effp->out_signal.length/effp->out_signal.channels/effp->out_signal.rate) : in add_effects()
1264 lsx_sigfigs3p(percentage), str_time(read_time), str_time(left_time), in display_status()
2691 case Duration: if (soxi_total ==-1) printf("%s\n", str_time(secs)); break; in soxi1()
2780 printf("Total Duration of %u files: %s\n", (unsigned)soxi_file_count, str_time(soxi_total)); in soxi()
2786 printf("%s\n", str_time(soxi_total)); in soxi()