Home
last modified time | relevance | path

Searched refs:enc_arg (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/sox/git/src/
H A Dformats.c658 #define enc_arg(T) (T)handler->write_formats[i++] in sox_format_supports_encoding() macro
672 while ((e = enc_arg(sox_encoding_t))) { in sox_format_supports_encoding()
675 for (has_bits = sox_false; (s = enc_arg(unsigned)); has_bits = sox_true) in sox_format_supports_encoding()
682 while (enc_arg(unsigned)); in sox_format_supports_encoding()
685 #undef enc_arg in sox_format_supports_encoding()
693 #define enc_arg(T) (T)encodings[i++] in set_output_format() macro
743 while ((e = enc_arg(sox_encoding_t))) { in set_output_format()
746 while (enc_arg(unsigned)); in set_output_format()
760 while ((s = enc_arg(unsigned))) { in set_output_format()
786 while (s != ft->encoding.bits_per_sample && (e = enc_arg(sox_encoding_t))) in set_output_format()
[all …]
H A Dsox.c2069 #define enc_arg(T) (T)f->write_formats[i++] in usage_format1() macro
2072 while ((e = enc_arg(sox_encoding_t))) in usage_format1()
2074 s = enc_arg(unsigned); in usage_format1()