Lines Matching defs:chunklen
149 static int wav_read_smpl_chunk (SF_PRIVATE *psf, uint32_t chunklen) ;
150 static int wav_read_acid_chunk (SF_PRIVATE *psf, uint32_t chunklen) ;
1376 wav_read_smpl_chunk (SF_PRIVATE *psf, uint32_t chunklen)
1382 chunklen += (chunklen & 1) ;
1417 if (loop_count == 0 && chunklen == bytesread)
1435 for (j = 0 ; loop_count > 0 && chunklen - bytesread >= 24 ; j ++)
1489 if (chunklen - bytesread == 0)
1496 { if (sampler_data != chunklen - bytesread)
1497 { psf_log_printf (psf, " Sampler Data : %u (should have been %u)\n", sampler_data, chunklen - bytesread) ;
1498 sampler_data = chunklen - bytesread ;
1560 wav_read_acid_chunk (SF_PRIVATE *psf, uint32_t chunklen)
1567 chunklen += (chunklen & 1) ;
1588 psf_binheader_readf (psf, "j", chunklen - bytesread) ;