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. | |
Variables | |
static struct option | long_options [] |
#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().
struct option long_options[] [static] |
{ {"oversample", required_argument, 0, OVERSAMPLE_OPT}, {"box-hsize", required_argument, 0, BOX_HSIZE_OPT}, {"chunk-size", required_argument, 0, CHUNK_SIZE_OPT}, {"lambda-step", required_argument, 0, LAMBDA_STEP_OPT}, {"kappa", required_argument, 0, KAPPA_OPT}, {"method", required_argument, 0, METHOD_OPT}, {"order-min", required_argument, 0, MIN_ORDER_OPT}, {"order-max", required_argument, 0, MAX_ORDER_OPT}, {"help", 0, 0, HELP_OPT}, {0, 0, 0, 0} }
Definition at line 70 of file test-xsh_format.c.