Home
last modified time | relevance | path

Searched refs:sox_option_yes (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/sox/git/src/
H A Dsox.c2470 case 'X': f->encoding.reverse_bits = sox_option_yes; break; in parse_gopts_and_fopts()
2471 case 'N': f->encoding.reverse_nibbles = sox_option_yes; break; in parse_gopts_and_fopts()
2473 case 'S': show_progress = sox_option_yes; break; in parse_gopts_and_fopts()
2932 show_progress = sox_option_yes; in main()
H A Dsox.h485 sox_option_yes, /**< Option specified as yes = 1. */ enumerator
H A Dformats.c316 ft->encoding.reverse_bytes = sox_option_yes; in set_endiannesses()