Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/sox/git/src/
H A Dcdr.c26 static int stopwrite(sox_format_t * ft) in stopwrite() function
45 NULL, lsx_rawwrite, stopwrite, in LSX_FORMAT_HANDLER()
H A Dskelform.c178 static int stopwrite(sox_format_t UNUSED * ft) in stopwrite() function
213 startwrite, write_samples, stopwrite, in LSX_FORMAT_HANDLER()
H A Dao.c108 static int stopwrite(sox_format_t * ft) in stopwrite() function
130 startwrite, write_samples, stopwrite, in LSX_FORMAT_HANDLER()
H A Dpulseaudio.c147 static int stopwrite(sox_format_t * ft) in stopwrite() function
168 startwrite, write_samples, stopwrite, in LSX_FORMAT_HANDLER()
H A Damr.h297 static int stopwrite(sox_format_t * ft) in stopwrite() function
316 #define stopwrite NULL macro
331 startwrite, write_samples, stopwrite, in AMR_FORMAT_FN()
H A Dlpc10.c204 static int stopwrite(sox_format_t * ft) in stopwrite() function
221 startwrite, write_samples, stopwrite, in LSX_FORMAT_HANDLER()
H A Davr.c255 static int stopwrite(sox_format_t * ft) in stopwrite() function
283 startwrite, write_samples, stopwrite, in LSX_FORMAT_HANDLER()
H A Dmaud.c226 static int stopwrite(sox_format_t * ft) in stopwrite() function
340 startwrite, write_samples, stopwrite, in LSX_FORMAT_HANDLER()
H A Dtx16w.c287 static int stopwrite(sox_format_t * ft) in stopwrite() function
378 startwrite, write_samples, stopwrite, in LSX_FORMAT_HANDLER()
H A D8svx.c258 static int stopwrite(sox_format_t * ft) in stopwrite() function
338 startwrite, write_samples, stopwrite, in LSX_FORMAT_HANDLER()
H A Dprc.c389 static int stopwrite(sox_format_t * ft) in stopwrite() function
445 startwrite, write_samples, stopwrite, in LSX_FORMAT_HANDLER()
H A Dvorbis.c395 static int stopwrite(sox_format_t * ft) in stopwrite() function
425 startwrite, write_samples, stopwrite, in LSX_FORMAT_HANDLER()
H A Dcoreaudio.c381 static int stopwrite(sox_format_t * ft) in stopwrite() function
414 startwrite, write_samples, stopwrite, in LSX_FORMAT_HANDLER()
H A Dvoc.c539 static int stopwrite(sox_format_t * ft) in stopwrite() function
811 startwrite, write_samples, stopwrite, in LSX_FORMAT_HANDLER()
H A Dhcom.c450 static int stopwrite(sox_format_t * ft) in stopwrite() function
498 startwrite, write_samples, stopwrite, in LSX_FORMAT_HANDLER()
H A Dformats.c1057 result = ft->handler.stopwrite? (*ft->handler.stopwrite)(ft) in sox_close()
1061 else result = ft->handler.stopwrite? (*ft->handler.stopwrite)(ft) : SOX_SUCCESS; in sox_close()
H A Dsndfile.c472 static int stopwrite(sox_format_t * ft) in stopwrite() function
527 startwrite, write_samples, stopwrite, in LSX_FORMAT_HANDLER()
H A Dmp3.c1231 static int stopwrite(sox_format_t * ft) in stopwrite() function
1281 #define stopwrite NULL macro
1294 startwrite, sox_mp3write, stopwrite, in LSX_FORMAT_HANDLER()
H A Dwav.c1534 static int stopwrite(sox_format_t * ft) in stopwrite() function
1646 startwrite, write_samples, stopwrite, in LSX_FORMAT_HANDLER()
H A Dsox.h1451 …sox_format_handler_stopwrite stopwrite; /**< called to close writer (decoder); may be null if no c… member
H A Dsox.c2526 handler->stopwrite(ft); in try_device()