Searched refs:lsx_eof (Results 1 – 11 of 11) sorted by relevance
7 lsx_eof
318 if (lsx_eof(ft)) in lsx_aiffstartread()323 if (lsx_eof(ft)) in lsx_aiffstartread()334 if (lsx_eof(ft)) in lsx_aiffstartread()574 while (! lsx_eof(ft)) in lsx_aiffstopread()580 if (lsx_eof(ft)) in lsx_aiffstopread()
423 if (lsx_eof(ft)) { in read_samples()565 if (lsx_eof(ft)) in getblock()574 if (lsx_eof(ft)) in getblock()
85 if (lsx_eof(ft) || lsx_readb(ft, &sample)) /* no more samples */ in read_samples()
108 if (lsx_eof(ft)) { in read_bits()
99 if (lsx_eof(ft)) return (done); in sox_datread()
210 if (lsx_eof(ft)) { in read_samples()
212 if (lsx_eof(ft)) in read_samples()
199 int lsx_eof(sox_format_t * ft);
159 int lsx_eof(sox_format_t * ft) in lsx_eof() function
105 return lsx_eof(ft) ? 1 : 0; in decoder_eof_callback()