Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/sox/git/src/
H A Dflac.c220 lsx_fail_errno(ft, SOX_ENOMEM, "FLAC ERROR creating the decoder instance"); in start_read()
409 lsx_fail_errno(ft, SOX_ENOMEM, "FLAC ERROR creating the encoder instance"); in start_write()
480 lsx_fail_errno(ft, SOX_ENOMEM, "FLAC ERROR creating the encoder seek table template"); in start_write()
485 lsx_fail_errno(ft, SOX_ENOMEM, "FLAC ERROR creating the encoder seek table points"); in start_write()
H A Dao.c44 lsx_fail_errno(ft, SOX_ENOMEM, "Can not allocate memory for ao driver"); in startwrite()
H A Dspeexdsp.c196 result = SOX_ENOMEM; in start()
H A Dwavpack.c116 lsx_fail_errno(ft, SOX_ENOMEM, "WavPack error creating output instance"); in start_write()
H A Dwaveaudio.c311 lsx_fail_errno(ft, SOX_ENOMEM, "Out of memory."); in start()
H A Dmp3.c1156 lsx_fail_errno(ft, SOX_ENOMEM, "Out of memory"); in sox_mp3write()
1199 lsx_fail_errno(ft, SOX_ENOMEM, "Out of memory"); in sox_mp3write()
H A Dsox.h499 SOX_ENOMEM, /**< Can't alloc memory = 2002 */ enumerator