mirror of
https://gitee.com/openharmony/third_party_libsnd
synced 2025-02-08 03:46:22 +00:00
49 lines
865 B
Modula-2
49 lines
865 B
Modula-2
autogen definitions command_test.tpl;
|
|
|
|
int_type = {
|
|
list_element = char ;
|
|
data_type = short ;
|
|
function = CHAR_SHORT ;
|
|
item_count = "126" ;
|
|
};
|
|
|
|
int_type = {
|
|
list_element = short ;
|
|
data_type = short ;
|
|
function = SHORT_FUNC ;
|
|
item_count = "BUFFER_SIZE / sizeof (short)" ;
|
|
};
|
|
|
|
int_type = {
|
|
list_element = "24bit" ;
|
|
data_type = int ;
|
|
function = TRIBYTE_FUNC ;
|
|
item_count = "BUFFER_SIZE / sizeof (int)" ;
|
|
};
|
|
|
|
int_type = {
|
|
list_element = int ;
|
|
data_type = int ;
|
|
function = INT_FUNC ;
|
|
item_count = "BUFFER_SIZE / sizeof (int)" ;
|
|
};
|
|
|
|
|
|
float_type = {
|
|
list_element = float ;
|
|
};
|
|
|
|
float_type = {
|
|
list_element = double ;
|
|
};
|
|
|
|
|
|
/*
|
|
** Do not edit or modify anything in this comment block.
|
|
** The arch-tag line is a file identity tag for the GNU Arch
|
|
** revision control system.
|
|
**
|
|
** arch-tag: af57f879-75fa-4131-95f8-8a37e6ac9808
|
|
*/
|
|
|