Lines Matching refs:sample_count
301 ** fade out (2), 22 unknown bytes, and then write sample_count (2 bytes).
332 short version, fade_out, sample_count ;
383 ** sample_count.
385 psf_binheader_readf (psf, "e2j2", &fade_out, 2 + 20, &sample_count) ;
389 if (sample_count > MAX_XI_SAMPLES)
397 for (k = 0 ; k < sample_count ; k++)
445 while (sample_count > 1 && sample_sizes [sample_count - 1] == 0)
446 sample_count -- ;
450 if (sample_count > 2)
453 sample_count, sample_count - 1, sample_sizes [sample_count - 1]) ;