mirror of
https://github.com/alsa-project/alsa-tools.git
synced 2026-02-21 01:40:16 -05:00
Added ac3dec 0.6.1 with native ALSA driver.
This commit is contained in:
parent
f2d80b5b5d
commit
28ff64db0a
50 changed files with 6094 additions and 0 deletions
14
ac3dec/test/timing.h
Normal file
14
ac3dec/test/timing.h
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
/*
|
||||
* timing.h
|
||||
*
|
||||
* Aaron Holtzman - May 1999
|
||||
*
|
||||
*/
|
||||
|
||||
//uint_64 get_time(void);
|
||||
uint_64 timing_init(void);
|
||||
|
||||
void timing_test_2(void (*func)(void*,void*),void *arg_1,void *arg_2,char name[]);
|
||||
void timing_test_3(void (*func)(void*,void*,void*),void *arg_1,void *arg_2,void *arg_3,char name[]);
|
||||
double timing_once_3(void (*func)(void*,void*,void*),void *arg_1,void *arg_2,void *arg_3);
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue