Home
last modified time | relevance | path

Searched refs:sox_encodinginfo_t (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/sox/git/src/
H A Dsox.h1371 typedef struct sox_encodinginfo_t { struct
1401 } sox_encodinginfo_t; typedef
1523 sox_encodinginfo_t encoding;
1586sox_encodinginfo_t const * in_encoding; /**< Information about the incoming data encoding */
1587sox_encodinginfo_t const * out_encoding; /**< Information about the outgoing data encoding */
1608 sox_encodinginfo_t const * in_enc; /**< Input encoding */
1609 sox_encodinginfo_t const * out_enc; /**< Output encoding */
1681 …LSX_PARAM_OUT sox_encodinginfo_t * e /**< Pointer to uninitialized encoding info structure to be i…
1832 …LSX_PARAM_IN_OPT sox_encodinginfo_t const * encoding, /**< Information already known about sample…
1848 …LSX_PARAM_IN_OPT sox_encodinginfo_t const * encoding, /**< Information already known about sampl…
[all …]
H A Dformats.c208 void sox_init_encodinginfo(sox_encodinginfo_t * e) in sox_init_encodinginfo()
491 sox_encodinginfo_t const * encoding, in open_read()
637 sox_encodinginfo_t const * encoding, in sox_open_read()
647 sox_encodinginfo_t const * encoding, in sox_open_mem_read()
656 sox_encodinginfo_t const * encoding) in sox_format_supports_encoding()
882 sox_encodinginfo_t const * encoding, in open_write()
998 sox_encodinginfo_t const * encoding, in sox_open_write()
1010 sox_encodinginfo_t const * encoding, in sox_open_mem_write()
1021 sox_encodinginfo_t const * encoding, in sox_open_memstream_write()
H A Dexample6.c70 sox_encodinginfo_t out_encoding = { in main()
H A Deffects.c92 sox_encodinginfo_t const * in_enc, sox_encodinginfo_t const * out_enc) in sox_create_effects_chain()
H A Dsox.c128 sox_encodinginfo_t encoding;
176 static sox_encodinginfo_t combiner_encoding, ofile_encoding_options;
1694 sox_encodinginfo_t t = ofile->encoding; in set_combiner_and_output_encoding_parameters()