Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/sox/git/src/
H A Dsox.h213 #define LSX_PARAM_IN_OPT _In_opt_ /* Optional const pointer to a valid object (may be NULL). */ macro
215 #define LSX_PARAM_IN_OPT /* Optional const pointer to a valid object (may be NULL). */
1710 LSX_PARAM_IN_OPT sox_comments_t comments /**< Metadata block. */
1744 LSX_PARAM_IN_OPT sox_comments_t comments /**< Metadata block to copy. */
1766 LSX_PARAM_IN_OPT sox_comments_t comments, /**< Metadata block in which to search. */
1831LSX_PARAM_IN_OPT sox_signalinfo_t const * signal, /**< Information already known about audio …
1832LSX_PARAM_IN_OPT sox_encodinginfo_t const * encoding, /**< Information already known about sample…
1847LSX_PARAM_IN_OPT sox_signalinfo_t const * signal, /**< Information already known about audio…
1848LSX_PARAM_IN_OPT sox_encodinginfo_t const * encoding, /**< Information already known about sampl…
1890LSX_PARAM_IN_OPT sox_encodinginfo_t const * encoding, /**< Information about desired sample enco…
[all …]
H A Dgetopt.c30 LSX_PARAM_IN_OPT lsx_option_t const * longopts, /* Array of long option descriptors */ in lsx_getopt_init()