Home
last modified time | relevance | path

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

/external/adhd/cras/src/dsp/tests/
Deq_test.c24 static double tp_diff(struct timespec *tp2, struct timespec *tp1) in tp_diff() function
55 printf("processing takes %g seconds\n", tp_diff(&tp2, &tp1)); in test_ir()
100 tp_diff(&tp2, &tp1), frames); in test_file()
115 tp_diff(&tp2, &tp1), frames); in test_file()
Dcrossover_test.c26 static double tp_diff(struct timespec *tp2, struct timespec *tp1) in tp_diff() function
67 tp_diff(&tp2, &tp1), frames); in main()
74 tp_diff(&tp2, &tp1), frames); in main()
Ddcblock_test.c24 static double tp_diff(struct timespec *tp2, struct timespec *tp1) in tp_diff() function
55 tp_diff(&tp2, &tp1), frames); in test_file()
Deq2_test.c24 static double tp_diff(struct timespec *tp2, struct timespec *tp1) in tp_diff() function
72 tp_diff(&tp2, &tp1), frames * 2); in test_file()
Dcrossover2_test.c26 static double tp_diff(struct timespec *tp2, struct timespec *tp1) in tp_diff() function
70 tp_diff(&tp2, &tp1), frames * 2); in main()
Ddrc_test.c23 static double tp_diff(struct timespec *tp2, struct timespec *tp1) in tp_diff() function
45 tp_diff(&tp2, &tp1), frames * 2); in process()