Lines Matching full:encoding
30 * convert ``count'' samples from sox encoding to sndio encoding
61 * convert ``count'' samples from sndio encoding to sox encoding
116 switch (ft->encoding.encoding) { in startany()
126 if (ft->encoding.bits_per_sample > 0) in startany()
127 reqpar.bits = ft->encoding.bits_per_sample; in startany()
134 if (ft->encoding.reverse_bytes != sox_option_default) { in startany()
136 if (ft->encoding.reverse_bytes) in startany()
145 ft->encoding.encoding = p->par.sig ? SOX_ENCODING_SIGN2 : SOX_ENCODING_UNSIGNED; in startany()
146 ft->encoding.bits_per_sample = p->par.bps * 8; in startany()
147 ft->encoding.reverse_bytes = SIO_LE_NATIVE ? !p->par.le : p->par.le; in startany()
148 ft->encoding.reverse_nibbles = sox_option_no; in startany()
149 ft->encoding.reverse_bits = sox_option_no; in startany()