Home
last modified time | relevance | path

Searched refs:lsx_enum_option (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/sox/git/src/
H A Dutil.c98 int lsx_enum_option(int c, char const * arg, lsx_enum_item const * items) in lsx_enum_option() function
H A Ddither.c345 p->filter_name = lsx_enum_option(c, optstate.arg, filter_names); in getopts()
H A Dsox.h2403 lsx_enum_option(
H A Dspectrogram.c215 case 'w': p->win_type = lsx_enum_option(c, optstate.arg, window_options); in getopts()