Home
last modified time | relevance | path

Searched refs:stopread (Results 1 – 17 of 17) sorted by relevance

/OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/utils/
H A Dqemutinyrunner.py121 stopread = False
123 while time.time()<endtime and not stopread:
134 stopread = True
137 if not stopread:
H A Dqemurunner.py447 stopread = False
451 while time.time() < endtime and not stopread:
476 stopread = True
487 stopread = True
/OK3568_Linux_fs/buildroot/dl/sox/git/src/
H A Dskelform.c111 static int stopread(sox_format_t UNUSED * ft) in stopread() function
212 startread, read_samples, stopread, in LSX_FORMAT_HANDLER()
H A Dpulseaudio.c88 static int stopread(sox_format_t * ft) in stopread() function
167 startread, read_samples, stopread, in LSX_FORMAT_HANDLER()
H A Damr.h216 static int stopread(sox_format_t * ft) in stopread() function
227 #define stopread NULL macro
330 startread, read_samples, stopread, in AMR_FORMAT_FN()
H A Dlpc10.c195 static int stopread(sox_format_t * ft) in stopread() function
220 startread, read_samples, stopread, in LSX_FORMAT_HANDLER()
H A Dopus.c208 static int stopread(sox_format_t * ft) in stopread() function
230 startread, read_samples, stopread, in LSX_FORMAT_HANDLER()
H A Dprc.c286 static int stopread(sox_format_t * ft) in stopread() function
444 startread, read_samples, stopread, in LSX_FORMAT_HANDLER()
H A Dxa.c271 static int stopread(sox_format_t * ft) in stopread() function
292 startread, read_samples, stopread, in LSX_FORMAT_HANDLER()
H A Dvorbis.c226 static int stopread(sox_format_t * ft) in stopread() function
424 startread, read_samples, stopread, in LSX_FORMAT_HANDLER()
H A Dcoreaudio.c323 static int stopread(sox_format_t * ft) in stopread() function
413 startread, read_samples, stopread, in LSX_FORMAT_HANDLER()
H A Dhcom.c248 static int stopread(sox_format_t * ft) in stopread() function
497 startread, read_samples, stopread, in LSX_FORMAT_HANDLER()
H A Dsndfile.c400 static int stopread(sox_format_t * ft) in stopread() function
526 startread, read_samples, stopread, in LSX_FORMAT_HANDLER()
H A Dmp3.c549 static int stopread(sox_format_t * ft) in stopread() function
673 #define stopread NULL macro
1293 startread, sox_mp3read, stopread, in LSX_FORMAT_HANDLER()
H A Dformats.c1051 result = ft->handler.stopread? (*ft->handler.stopread)(ft) : SOX_SUCCESS; in sox_close()
H A Dwav.c1077 static int stopread(sox_format_t * ft) in stopread() function
1645 startread, read_samples, stopread, in LSX_FORMAT_HANDLER()
H A Dsox.h1448 …sox_format_handler_stopread stopread; /**< called to close reader (decoder); may be null if no clo… member