HomeSort by relevance Sort by last modified time
    Searched refs:tp_diff (Results 1 - 6 of 6) sorted by null

  /external/adhd/cras/src/dsp/tests/
dcblock_test.c 21 static double tp_diff(struct timespec *tp2, struct timespec *tp1) function
54 tp_diff(&tp2, &tp1), frames);
crossover_test.c 23 static double tp_diff(struct timespec *tp2, struct timespec *tp1) function
64 tp_diff(&tp2, &tp1), frames);
72 tp_diff(&tp2, &tp1), frames);
eq_test.c 21 static double tp_diff(struct timespec *tp2, struct timespec *tp1) function
52 printf("processing takes %g seconds\n", tp_diff(&tp2, &tp1));
97 tp_diff(&tp2, &tp1), frames);
112 tp_diff(&tp2, &tp1), frames);
crossover2_test.c 23 static double tp_diff(struct timespec *tp2, struct timespec *tp1) function
67 tp_diff(&tp2, &tp1), frames * 2);
drc_test.c 20 static double tp_diff(struct timespec *tp2, struct timespec *tp1) function
42 tp_diff(&tp2, &tp1), frames * 2);
eq2_test.c 21 static double tp_diff(struct timespec *tp2, struct timespec *tp1) function
69 tp_diff(&tp2, &tp1), frames * 2);

Completed in 76 milliseconds