Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/sox/git/src/
H A Dsf.c55 static sox_encoding_t sox_enc(uint32_t ft_encoding, unsigned * size) in sox_enc() function
93 if (!(encoding = sox_enc(ft_encoding, &bits_per_sample))) { in startread()
H A Dgsrt.c59 static sox_encoding_t sox_enc(int ft_encoding, unsigned * bits_per_sample) in sox_enc() function
109 encoding = sox_enc(ft_encoding, &bits_per_sample); in start_read()
H A Dau.c64 static sox_encoding_t sox_enc(uint32_t ft_encoding, unsigned * size) in sox_enc() function
162 if (!(encoding = sox_enc(ft_encoding, &bits_per_sample))) { in startread()
H A Dsndfile.c134 static sox_encoding_t sox_enc(int ft_encoding, unsigned * size) in sox_enc() function
361 if (!(encoding = sox_enc(sf->sf_info->format, &bits_per_sample))) { in startread()