Lines Matching refs:extrabytes
218 { bytesread += psf_binheader_readf (psf, "2", &(wav_fmt->size20.extrabytes)) ; in wavlike_read_fmt_chunk()
219 psf_log_printf (psf, " Extra Bytes : %d\n", wav_fmt->size20.extrabytes) ; in wavlike_read_fmt_chunk()
229 …bytesread += psf_binheader_readf (psf, "22", &(wav_fmt->ima.extrabytes), &(wav_fmt->ima.samplesper… in wavlike_read_fmt_chunk()
230 psf_log_printf (psf, " Extra Bytes : %d\n", wav_fmt->ima.extrabytes) ; in wavlike_read_fmt_chunk()
252 bytesread += psf_binheader_readf (psf, "222", &(wav_fmt->msadpcm.extrabytes), in wavlike_read_fmt_chunk()
255 psf_log_printf (psf, " Extra Bytes : %d\n", wav_fmt->msadpcm.extrabytes) ; in wavlike_read_fmt_chunk()
294 …psf_binheader_readf (psf, "22", &(wav_fmt->gsm610.extrabytes), &(wav_fmt->gsm610.samplesperblock))… in wavlike_read_fmt_chunk()
305 psf_log_printf (psf, " Extra Bytes : %d\n", wav_fmt->gsm610.extrabytes) ; in wavlike_read_fmt_chunk()
316 psf_binheader_readf (psf, "224", &(wav_fmt->ext.extrabytes), &(wav_fmt->ext.validbits), in wavlike_read_fmt_chunk()
420 …{ bytesread += psf_binheader_readf (psf, "22", &(wav_fmt->g72x.extrabytes), &(wav_fmt->g72x.auxblo… in wavlike_read_fmt_chunk()
421 if (wav_fmt->g72x.extrabytes == 0) in wavlike_read_fmt_chunk()
422 psf_log_printf (psf, " Extra Bytes : %d (should be 2)\n", wav_fmt->g72x.extrabytes) ; in wavlike_read_fmt_chunk()
424 psf_log_printf (psf, " Extra Bytes : %d\n", wav_fmt->g72x.extrabytes) ; in wavlike_read_fmt_chunk()
428 { bytesread += psf_binheader_readf (psf, "2", &(wav_fmt->g72x.extrabytes)) ; in wavlike_read_fmt_chunk()
429 …og_printf (psf, " Extra Bytes : %d%s\n", wav_fmt->g72x.extrabytes, wav_fmt->g72x.extrabytes != … in wavlike_read_fmt_chunk()
445 { bytesread += psf_binheader_readf (psf, "2", &(wav_fmt->size20.extrabytes)) ; in wavlike_read_fmt_chunk()
446 psf_log_printf (psf, " Extra Bytes : %d\n", wav_fmt->size20.extrabytes) ; in wavlike_read_fmt_chunk()