Searched refs:tp_diff (Results 1 – 6 of 6) sorted by relevance
/external/adhd/cras/src/dsp/tests/ |
D | eq_test.c | 24 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()
|
D | crossover_test.c | 26 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()
|
D | dcblock_test.c | 24 static double tp_diff(struct timespec *tp2, struct timespec *tp1) in tp_diff() function 55 tp_diff(&tp2, &tp1), frames); in test_file()
|
D | eq2_test.c | 24 static double tp_diff(struct timespec *tp2, struct timespec *tp1) in tp_diff() function 72 tp_diff(&tp2, &tp1), frames * 2); in test_file()
|
D | crossover2_test.c | 26 static double tp_diff(struct timespec *tp2, struct timespec *tp1) in tp_diff() function 70 tp_diff(&tp2, &tp1), frames * 2); in main()
|
D | drc_test.c | 23 static double tp_diff(struct timespec *tp2, struct timespec *tp1) in tp_diff() function 45 tp_diff(&tp2, &tp1), frames * 2); in process()
|