Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/sox/git/src/
H A Dflac.c147 lsx_fail_errno(ft, SOX_EINVAL, "%s", FLAC__StreamDecoderErrorStatusString[status]); in decoder_error_callback()
165 lsx_fail_errno(ft, SOX_EINVAL, "FLAC ERROR: parameters differ between frame and header"); in decoder_write_callback()
400 lsx_fail_errno(ft, SOX_EINVAL, in start_write()
519 lsx_fail_errno(ft, SOX_EINVAL, "%s", FLAC__StreamEncoderInitStatusString[status]); in start_write()
577 lsx_fail_errno(ft, SOX_EINVAL, "FLAC ERROR: failed to encode to end of stream"); in stop_write()
H A Damr.h243 …lsx_fail_errno(ft, SOX_EINVAL, "compression level must be a whole number from 0 to %i", AMR_MODE_M… in startwrite()
H A Dwavpack.c164 lsx_fail_errno(ft, SOX_EINVAL, "%s", WavpackGetErrorMessage(p->codec)); in stop_write()
H A D8svx.c42 lsx_fail_errno(ft,SOX_EINVAL,"8svx input file must be a file, not a pipe"); in startread()
H A Dvorbis.c317 lsx_fail_errno(ft, SOX_EINVAL, in startwrite()
H A Dsox.h502 SOX_EINVAL /**< Invalid argument = 2005 */ enumerator