Defines | |
| #define | MODULE_ID "XSH_FORMAT" |
Enumerations | |
| enum | { OVERSAMPLE_OPT, BOX_HSIZE_OPT, CHUNK_SIZE_OPT, LAMBDA_STEP_OPT, KAPPA_OPT, METHOD_OPT, MIN_ORDER_OPT, MAX_ORDER_OPT, HELP_OPT } |
Functions | |
| static void | Help (void) |
| int | main (int argc, char **argv) |
| Unit test of xsh_opt_extract. | |
| #define MODULE_ID "XSH_FORMAT" |
Definition at line 63 of file test-xsh_format.c.
| anonymous enum |
| OVERSAMPLE_OPT | |
| BOX_HSIZE_OPT | |
| CHUNK_SIZE_OPT | |
| LAMBDA_STEP_OPT | |
| KAPPA_OPT | |
| METHOD_OPT | |
| MIN_ORDER_OPT | |
| MAX_ORDER_OPT | |
| HELP_OPT |
Definition at line 65 of file test-xsh_format.c.
| static void Help | ( | void | ) | [static] |
| int main | ( | int | argc, | |
| char ** | argv | |||
| ) |
Unit test of xsh_opt_extract.
Definition at line 106 of file test-xsh_format.c.
References check, Help(), instrument, MODULE_ID, sof_to_frameset(), TEST_END, TESTS_INIT, XSH_DEBUG_LEVEL_MEDIUM, xsh_debug_level_set(), xsh_dfs_set_groups(), xsh_error_dump, xsh_format(), xsh_free_frame(), xsh_free_frameset(), and xsh_instrument_free().
1.6.1