Lines Matching defs:chunk

164 			"  Ambiguous information in 'fmt ' chunk. Possibile file types:\n"
196 psf->sf.frames = 0 ; /* Correct this when reading data chunk. */
451 psf_log_printf (psf, "*** 'fmt ' chunk should be bigger than this!\n") ;
470 psf_log_printf (psf, "*** No 'fmt ' chunk dumper for this format!\n") ;
770 { psf_log_printf (psf, "bext : found more than one bext chunk, using last one.\n") ;
815 ** struct match those of the bext chunk fields.
854 ** of the chunk, so don't include it in the size check.
865 { psf_log_printf (psf, " Found more than one cart chunk, using last one.\n") ;
906 psf_log_printf (psf, " %d trailing bytes in cart chunk.\n", chunksize - bytes) ;
923 ** struct match those of the cart chunk fields.
955 wavlike_subchunk_parse (SF_PRIVATE *psf, int chunk, uint32_t chunk_length)
964 psf_log_printf (psf, "%M : %u (weird length)\n", chunk, chunk_length) ;
965 psf_binheader_readf (psf, "mj", &chunk, chunk_length - 4) ;
966 psf_log_printf (psf, " %M\n", chunk) ;
971 { psf_log_printf (psf, "%M : %u (should be %d)\n", chunk, chunk_length, (int) (psf->filelength - current_pos)) ;
975 psf_log_printf (psf, "%M : %u\n", chunk, chunk_length) ;
980 if ((thisread = psf_binheader_readf (psf, "m", &chunk)) == 0)
984 switch (chunk)
987 /* These markers don't contain anything, not even a chunk length. */
988 psf_log_printf (psf, " %M\n", chunk) ;
992 psf_log_printf (psf, " %M\n", chunk) ;
998 psf_log_printf (psf, " %M inside a LIST block??? Backing out.\n", chunk) ;
1006 ** the rest of the chunk is garbage.
1008 psf_log_printf (psf, " *** Found weird-ass zero marker. Jumping to end of chunk.\n") ;
1015 switch (chunk)
1033 { psf_log_printf (psf, " *** %M : %u (too big)\n", chunk, chunk_size) ;
1039 psf_log_printf (psf, " %M : %s\n", chunk, buffer) ;
1049 { psf_log_printf (psf, " *** %M : %u (too big)\n", chunk, chunk_size) ;
1057 psf_log_printf (psf, " %M : %u : %s\n", chunk, mark_id, buffer) ;
1080 { psf_log_printf (psf, " *** %M : %u (too big)\n", chunk, chunk_size) ;
1084 psf_log_printf (psf, " %M : %u\n", chunk, chunk_size) ;
1091 { psf_log_printf (psf, " *** %M : %u (too big)\n", chunk, chunk_size) ;
1095 { psf_log_printf (psf, " %M : %u\n", chunk, chunk_size) ;
1101 switch (chunk)
1213 psf_log_printf (psf, "*** File PEAK chunk size doesn't fit with number of channels (%d).\n", psf->sf.channels) ;
1225 /* read in rest of PEAK chunk. */