Lines Matching defs:samples
131 /* copy mono samples */
138 /* copy stereo samples */
152 * 0 ok, but need more data before outputing any samples
153 * n number of samples output. either 576 or 1152 depending on MP3 file.
172 int processed_samples; /* processed samples per channel */
301 * 0 ok, but need more data before outputing any samples
302 * n number of samples output. Will be at most one frame of
335 * 0 ok, but need more data before outputing any samples
336 * n number of samples output. a multiple of 576 or 1152 depending on MP3 file.
345 int totsize = 0; /* number of decoded samples per channel */
450 (1152 samples), can be NULL if you are not really interested in it.
454 Or do we just assume 529 samples? */
469 int samples = 0;
507 samples = mpg123fill /
521 for(i=0; i<samples; ++i) {
527 for(i=0; i<samples; ++i)
539 for(i=0; i<samples; ++i) {
545 memcpy(pcm_l, mpg123buf, sizeof(short)*samples);
577 return samples;
582 /* we forbid input with more than 1152 samples per channel for output in the unclipped mode */
608 * 0 ok, but need more data before outputing any samples
609 * n number of samples output. Will be at most one frame of
645 * 0 ok, but need more data before outputing any samples
646 * n number of samples output. a multiple of 576 or 1152 depending on MP3 file.
654 int totsize = 0; /* number of decoded samples per channel */