Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/sox/git/src/
H A Dcdr.c23 return lsx_check_read_params(ft, 2, 44100., SOX_ENCODING_SIGN2, 16, (uint64_t)0, sox_true); in start()
H A Draw-fmt.c45 return lsx_check_read_params(ft, 1, 8000., SOX_ENCODING_SIGN2, 16, (uint64_t)0, sox_false); in sln_start()
H A Dsounder.c31 …return lsx_check_read_params(ft, 1, (sox_rate_t)rate, SOX_ENCODING_UNSIGNED, 8, (uint64_t)0, sox_t… in start_read()
H A Dwve.c38 return lsx_check_read_params(ft, 1, 8000., SOX_ENCODING_ALAW, 8, (uint64_t)num_samples, sox_true); in start_read()
H A Dlibsox.sym2 lsx_check_read_params
H A Dhtk.c45 return lsx_check_read_params(ft, 1, 1e7 / period_100ns, SOX_ENCODING_SIGN2, in start_read()
H A Dsoundtool.c42 …return lsx_check_read_params(ft, 1, (sox_rate_t)rate, SOX_ENCODING_UNSIGNED, 8, (uint64_t)nsamples… in start_read()
H A Dsox-fmt.c72 return lsx_check_read_params( in startread()
H A Dlpc10.c130 return lsx_check_read_params(ft, 1, 8000., SOX_ENCODING_LPC10, 0, (uint64_t)0, sox_false); in startread()
H A Dsf.c115 …return lsx_check_read_params(ft, channels, rate, encoding, bits_per_sample, (uint64_t)0, sox_true); in startread()
H A Dsphere.c140 return lsx_check_read_params(ft, channels, (sox_rate_t)rate, encoding, in start_read()
H A Dgsrt.c116 return lsx_check_read_params(ft, 1, 8000., encoding, in start_read()
H A Dau.c191 return lsx_check_read_params(ft, channels, (sox_rate_t)rate, encoding, in startread()
H A Dsox_i.h226 int lsx_check_read_params(sox_format_t * ft, unsigned channels,
H A Dformats_i.c54 int lsx_check_read_params(sox_format_t * ft, unsigned channels, in lsx_check_read_params() function
H A Daiff.c437 return lsx_check_read_params( in lsx_aiffstartread()