Searched refs:sox_encoding_t (Results 1 – 16 of 16) sorted by relevance
| /OK3568_Linux_fs/buildroot/dl/sox/git/src/ |
| H A D | gsrt.c | 34 sox_encoding_t sox_encoding; 48 static int ft_enc(unsigned bits_per_sample, sox_encoding_t encoding) in ft_enc() 59 static sox_encoding_t sox_enc(int ft_encoding, unsigned * bits_per_sample) in sox_enc() 81 sox_encoding_t encoding; in start_read()
|
| H A D | sf.c | 42 static ft_encoding_t ft_enc(unsigned size, sox_encoding_t encoding) in ft_enc() 55 static sox_encoding_t sox_enc(uint32_t ft_encoding, unsigned * size) in sox_enc() 76 sox_encoding_t encoding; in startread()
|
| H A D | au.c | 51 static ft_encoding_t ft_enc(unsigned size, sox_encoding_t encoding) in ft_enc() 64 static sox_encoding_t sox_enc(uint32_t ft_encoding, unsigned * size) in sox_enc() 135 sox_encoding_t encoding; in startread()
|
| H A D | formats.c | 164 unsigned sox_precision(sox_encoding_t encoding, unsigned bits_per_sample) in sox_precision() 662 sox_encoding_t e; in sox_format_supports_encoding() 672 while ((e = enc_arg(sox_encoding_t))) { in sox_format_supports_encoding() 690 sox_encoding_t e = SOX_ENCODING_UNKNOWN; in set_output_format() 743 while ((e = enc_arg(sox_encoding_t))) { in set_output_format() 786 while (s != ft->encoding.bits_per_sample && (e = enc_arg(sox_encoding_t))) in set_output_format() 799 while ((e = enc_arg(sox_encoding_t))) in set_output_format() 812 sox_encoding_t max_p_e = 0; in set_output_format() 815 while ((e = enc_arg(sox_encoding_t))) in set_output_format()
|
| H A D | sndfile.c | 102 static int ft_enc(unsigned size, sox_encoding_t e) in ft_enc() 134 static sox_encoding_t sox_enc(int ft_encoding, unsigned * size) in sox_enc() 312 sox_rate_t rate, sox_encoding_t encoding, unsigned bits_per_sample, uint64_t length) in check_read_params() 345 sox_encoding_t encoding; in startread()
|
| H A D | adpcms.c | 122 void lsx_adpcm_reset(adpcm_io_t * state, sox_encoding_t type) in lsx_adpcm_reset() 149 static int adpcm_start(sox_format_t * ft, adpcm_io_t * state, sox_encoding_t type) in adpcm_start()
|
| H A D | adpcms.h | 48 void lsx_adpcm_reset(adpcm_io_t * state, sox_encoding_t type);
|
| H A D | sox.h | 521 typedef enum sox_encoding_t { enum 554 } sox_encoding_t; typedef 1372 sox_encoding_t encoding; /**< format of sample numbers */ 1698 sox_encoding_t encoding, /**< Encoding for which to lookup precision information. */
|
| H A D | alsa.c | 33 sox_encoding_t enc; 49 sox_encoding_t * encoding_, in select_format()
|
| H A D | sphere.c | 28 sox_encoding_t encoding = SOX_ENCODING_SIGN2; in start_read()
|
| H A D | sox_i.h | 227 sox_rate_t rate, sox_encoding_t encoding, unsigned bits_per_sample, 241 …ol default_rate, sox_bool default_channels, sox_bool default_length, sox_encoding_t encoding, unsi…
|
| H A D | raw.c | 31 sox_encoding_t encoding, unsigned size) in lsx_rawstart()
|
| H A D | wav.c | 123 sox_encoding_t encoding; 639 sox_encoding_t user_enc = ft->encoding.encoding; in wav_read_fmt()
|
| H A D | formats_i.c | 55 sox_rate_t rate, sox_encoding_t encoding, unsigned bits_per_sample, in lsx_check_read_params()
|
| H A D | aiff.c | 45 sox_encoding_t enc = SOX_ENCODING_SIGN2; in lsx_aiffstartread()
|
| H A D | sox.c | 2067 sox_encoding_t e; in usage_format1() 2072 while ((e = enc_arg(sox_encoding_t))) in usage_format1()
|