Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_coding/codecs/g711/test/
DtestG711.cc48 double length_file; in main() local
159 length_file = ((double) framecnt * (double) framelength / 8000); in main()
160 printf("\n\nLength of speech file: %.1f s\n", length_file); in main()
163 (100 * runtime / length_file)); in main()
/external/webrtc/webrtc/modules/audio_coding/codecs/g722/test/
DtestG722.cc55 double length_file; in main() local
148 length_file = ((double)framecnt*(double)framelength/16000); in main()
149 printf("\n\nLength of speech file: %.1f s\n", length_file); in main()
150 …tf("Time to run G.722: %.2f s (%.2f %% of realtime)\n\n", runtime, (100*runtime/length_file)); in main()
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/test/ReleaseTest-API/
DReleaseTest-API.cc54 double starttime, runtime, length_file; in main() local
554 length_file = 0; in main()
686 length_file += cur_framesmpls; in main()
910 length_file = length_file / (sampFreqKHz * 1000.); in main()
912 printf("\n\nLength of speech file: %.1f s\n", length_file); in main()
914 (100 * runtime / length_file)); in main()
926 fprintf(stderr, " %.1f s", length_file); in main()
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/test/
DsimpleKenny.c82 double length_file; in main() local
483 length_file = ((double)framecnt * (double)declen / (sampFreqKHz * 1000)); in main()
484 printf("Length of speech file....... %.1f s\n", length_file); in main()
486 runtime, (100 * runtime / length_file)); in main()
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/test/
Dkenny.cc110 double starttime, runtime, length_file; in main() local
816 length_file = ((double)framecnt*(double)declen/FS); in main()
817 printf("\n\nLength of speech file: %.1f s\n", length_file); in main()
819 runtime, (100*runtime/length_file)); in main()
826 (runtime * 10000) / length_file, "us", false); in main()
Dtest_iSACfixfloat.c100 double length_file; in main() local
613 length_file = ((double)framecnt * (double)declen / FS); in main()
614 printf("\n\nLength of speech file: %.1f s\n", length_file); in main()
616 (100 * runtime / length_file)); in main()