Searched refs:g72x (Results 1 - 2 of 2) sorted by relevance
/third_party/libsnd/src/ |
H A D | wavlike.c | 437 psf_log_printf (psf, " Bytes/sec : %d\n", wav_fmt->g72x.bytespersec) ; in wavlike_read_fmt_chunk() 439 { bytesread += psf_binheader_readf (psf, "22", &(wav_fmt->g72x.extrabytes), &(wav_fmt->g72x.auxblocksize)) ; in wavlike_read_fmt_chunk() 440 if (wav_fmt->g72x.extrabytes == 0) in wavlike_read_fmt_chunk() 441 psf_log_printf (psf, " Extra Bytes : %d (should be 2)\n", wav_fmt->g72x.extrabytes) ; in wavlike_read_fmt_chunk() 443 psf_log_printf (psf, " Extra Bytes : %d\n", wav_fmt->g72x.extrabytes) ; in wavlike_read_fmt_chunk() 444 psf_log_printf (psf, " Aux Blk Size : %d\n", wav_fmt->g72x.auxblocksize) ; in wavlike_read_fmt_chunk() 447 { bytesread += psf_binheader_readf (psf, "2", &(wav_fmt->g72x.extrabytes)) ; in wavlike_read_fmt_chunk() 448 psf_log_printf (psf, " Extra Bytes : %d%s\n", wav_fmt->g72x.extrabytes, wav_fmt->g72x in wavlike_read_fmt_chunk() [all...] |
H A D | wavlike.h | 306 G72x_ADPCM_WAV_FMT g72x ; member
|
Completed in 3 milliseconds