Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/sox/git/src/
H A Dformats.c755 unsigned given_size = 0; in set_output_format() local
758 given_size = ft->encoding.bits_per_sample; in set_output_format()
761 if (s == given_size) in set_output_format()
774 if (given_size) { in set_output_format()
776 ft->encoding.bits_per_sample = given_size; in set_output_format()
777 …e %s to %u-bit", ft->handler.names[0], sox_encodings_info[ft->encoding.encoding].desc, given_size); in set_output_format()