Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/sox/git/src/
H A Dsox.h62 #define LSX_API __attribute__ ((cdecl)) /* libSoX function */ macro
64 #define LSX_API __cdecl /* libSoX function */
66 #define LSX_API /* libSoX function */
1096 typedef void (LSX_API * sox_output_message_handler_t)(
1109 typedef sox_format_handler_t const * (LSX_API * sox_format_fn_t)(void);
1117 typedef sox_effect_handler_t const * (LSX_API *sox_effect_fn_t)(void);
1125 typedef int (LSX_API * sox_format_handler_startread)(
1135 typedef size_t (LSX_API * sox_format_handler_read)(
1147 typedef int (LSX_API * sox_format_handler_stopread)(
1157 typedef int (LSX_API * sox_format_handler_startwrite)(
[all …]