Home
last modified time | relevance | path

Searched refs:lsx_find_enum_value (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/sox/git/src/
H A Dlibsox.sym13 lsx_find_enum_value
H A Dutil.c90 lsx_enum_item const * lsx_find_enum_value(unsigned value, lsx_enum_item const * enum_items) in lsx_find_enum_value() function
H A Dsynth.c435 lsx_find_enum_value(chan->type, synth_type)->text, in start()
436 lsx_find_enum_value(chan->combine, combine_type)->text, in start()
H A Ddither.c387 lsx_find_enum_value(p->filter_name, filter_names)->text, in start()
H A Dsox.h2388 lsx_find_enum_value(
H A Dsox.c339 …sprintf(buffer, "%s gain: %+.1fdB", lsx_find_enum_value(f->replay_gain_mode, rg_modes)->text, f->r… in play_file_info()
424 lsx_find_enum_value(f->replay_gain_mode, rg_modes)->text); in display_file_info()