Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/sox/git/src/
H A Dsox.h154 #define LSX_PARAM_IN _In_ /* Required const pointer to a valid object (never NULL). */ macro
156 #define LSX_PARAM_IN /* Required const pointer to a valid object (never NULL). */
1100 LSX_PARAM_IN va_list ap /**< Message format parameters. */
1862LSX_PARAM_IN sox_encodinginfo_t const * encoding /**< Encoding for which format handler s…
1889LSX_PARAM_IN sox_signalinfo_t const * signal, /**< Information about desired audio strea…
1906LSX_PARAM_IN size_t buffer_size, /**< Maximum number of …
1907LSX_PARAM_IN sox_signalinfo_t const * signal, /**< Information about …
1924LSX_PARAM_IN sox_signalinfo_t const * signal, /**< Information about desired audi…
2030 LSX_PARAM_IN sox_effect_handler_t const * eh /**< Handler to use for effect. */
2041 LSX_PARAM_IN sox_effect_t *effp, /**< Effect pointer on which to set options. */
[all …]
H A Dgetopt.c27 LSX_PARAM_IN int argc, /* Number of arguments in argv */ in lsx_getopt_init()
31 LSX_PARAM_IN lsx_getopt_flags_t flags, /* Flags for longonly and opterr */ in lsx_getopt_init()
32LSX_PARAM_IN int first, /* First argument to check (usually 1) */ in lsx_getopt_init()