Searched refs:lsx_check_read_params (Results 1 – 16 of 16) sorted by relevance
| /OK3568_Linux_fs/buildroot/dl/sox/git/src/ |
| H A D | cdr.c | 23 return lsx_check_read_params(ft, 2, 44100., SOX_ENCODING_SIGN2, 16, (uint64_t)0, sox_true); in start()
|
| H A D | raw-fmt.c | 45 return lsx_check_read_params(ft, 1, 8000., SOX_ENCODING_SIGN2, 16, (uint64_t)0, sox_false); in sln_start()
|
| H A D | sounder.c | 31 …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 D | wve.c | 38 return lsx_check_read_params(ft, 1, 8000., SOX_ENCODING_ALAW, 8, (uint64_t)num_samples, sox_true); in start_read()
|
| H A D | libsox.sym | 2 lsx_check_read_params
|
| H A D | htk.c | 45 return lsx_check_read_params(ft, 1, 1e7 / period_100ns, SOX_ENCODING_SIGN2, in start_read()
|
| H A D | soundtool.c | 42 …return lsx_check_read_params(ft, 1, (sox_rate_t)rate, SOX_ENCODING_UNSIGNED, 8, (uint64_t)nsamples… in start_read()
|
| H A D | sox-fmt.c | 72 return lsx_check_read_params( in startread()
|
| H A D | lpc10.c | 130 return lsx_check_read_params(ft, 1, 8000., SOX_ENCODING_LPC10, 0, (uint64_t)0, sox_false); in startread()
|
| H A D | sf.c | 115 …return lsx_check_read_params(ft, channels, rate, encoding, bits_per_sample, (uint64_t)0, sox_true); in startread()
|
| H A D | sphere.c | 140 return lsx_check_read_params(ft, channels, (sox_rate_t)rate, encoding, in start_read()
|
| H A D | gsrt.c | 116 return lsx_check_read_params(ft, 1, 8000., encoding, in start_read()
|
| H A D | au.c | 191 return lsx_check_read_params(ft, channels, (sox_rate_t)rate, encoding, in startread()
|
| H A D | sox_i.h | 226 int lsx_check_read_params(sox_format_t * ft, unsigned channels,
|
| H A D | formats_i.c | 54 int lsx_check_read_params(sox_format_t * ft, unsigned channels, in lsx_check_read_params() function
|
| H A D | aiff.c | 437 return lsx_check_read_params( in lsx_aiffstartread()
|