Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/sox/git/src/
H A Dsox.h1109 typedef sox_format_handler_t const * (LSX_API * sox_format_fn_t)(void); typedef
1549 sox_format_fn_t fn; /**< Function to call to get format handler's information */
H A Dformats.c1268 union {sox_format_fn_t fn; lt_ptr ptr;} ltptr; in init_format()