Home
last modified time | relevance | path

Searched refs:write_formats (Results 1 – 12 of 12) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/sox/git/src/
H A Dxi.c28 handler.write_formats = write_encodings; in LSX_FORMAT_HANDLER()
H A Dpvf.c28 handler.write_formats = write_encodings; in LSX_FORMAT_HANDLER()
H A Dfap.c29 handler.write_formats = write_encodings; in LSX_FORMAT_HANDLER()
H A Dsd2.c28 handler.write_formats = write_encodings; in LSX_FORMAT_HANDLER()
H A Dpaf.c29 handler.write_formats = write_encodings; in LSX_FORMAT_HANDLER()
H A Dmat4.c31 handler.write_formats = write_encodings; in LSX_FORMAT_HANDLER()
H A Dmat5.c31 handler.write_formats = write_encodings; in LSX_FORMAT_HANDLER()
H A Dcaf.c33 handler.write_formats = write_encodings; in LSX_FORMAT_HANDLER()
H A Dw64.c37 handler.write_formats = write_encodings; in LSX_FORMAT_HANDLER()
H A Dformats.c658 #define enc_arg(T) (T)handler->write_formats[i++] in sox_format_supports_encoding()
670 !handler->write_formats) in sox_format_supports_encoding()
692 unsigned const * encodings = ft->handler.write_formats; in set_output_format()
H A Dsox.h1465 unsigned const * write_formats; member
H A Dsox.c2066 if (f->write_formats) { in usage_format1()
2069 #define enc_arg(T) (T)f->write_formats[i++] in usage_format1()