Home
last modified time | relevance | path

Searched refs:sox_oob_t (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/sox/git/src/
H A Dsox.h1487 typedef struct sox_oob_t{ struct
1494 } sox_oob_t; argument
1526 sox_oob_t oob; /**< comments, instrument info, loop info (out-of-band data) */
1892 …LSX_PARAM_IN_OPT sox_oob_t const * oob, /**< Out-of-band data to add to file, or N…
1910 …LSX_PARAM_IN_OPT sox_oob_t const * oob /**< Out-of-band data t…
1927 …LSX_PARAM_IN_OPT sox_oob_t const * oob /**< Out-of-band data to add to fil…
H A Dformats.c884 sox_oob_t const * oob, in open_write()
1000 sox_oob_t const * oob, in sox_open_write()
1012 sox_oob_t const * oob) in sox_open_mem_write()
1023 sox_oob_t const * oob) in sox_open_memstream_write()
H A Dsox.c131 sox_oob_t oob;
1468 sox_oob_t oob = files[0]->ft->oob; in open_output_file()