/third_party/libsnd/src/ |
D | svx.c | 218 psf->dataoffset = psf_ftell (psf) ; in svx_read_header() 297 … marker (%X) at position %D with length %u. Exiting parser.\n", marker, psf_ftell (psf) - 8, chunk… in svx_read_header() 307 if ((chunk_size = psf_ftell (psf)) & 0x03) in svx_read_header() 313 …, "*** Unknown chunk marker (%X) at position %D. Exiting parser.\n", marker, psf_ftell (psf) - 8) ; in svx_read_header() 320 if (psf_ftell (psf) >= psf->filelength - SIGNED_SIZEOF (chunk_size)) in svx_read_header() 347 current = psf_ftell (psf) ; in svx_write_header()
|
D | rf64.c | 206 { sf_count_t pos = psf_ftell (psf) ; in rf64_read_header() 211 psf_store_read_chunk_u32 (&psf->rchunks, marker, psf_ftell (psf), chunk_size) ; in rf64_read_header() 319 psf->dataoffset = psf_ftell (psf) ; in rf64_read_header() 337 if (psf_ftell (psf) != psf->datalength + psf->dataoffset) in rf64_read_header() 350 … marker (%X) at position %D with length %u. Exiting parser.\n", marker, psf_ftell (psf) - 8, chunk… in rf64_read_header() 361 if (psf_ftell (psf) & 0x03) in rf64_read_header() 366 …** Unknown chunk marker (0x%X) at position 0x%X. Exiting parser.\n", marker, psf_ftell (psf) - 4) ; in rf64_read_header() 379 if (psf_ftell (psf) >= psf->filelength - SIGNED_SIZEOF (marker)) in rf64_read_header() 645 current = psf_ftell (psf) ; in rf64_write_header() 888 pos = psf_ftell (psf) ; in rf64_get_chunk_data()
|
D | wav.c | 321 { sf_count_t pos = psf_ftell (psf) ; in wav_read_header() 326 psf_store_read_chunk_u32 (&psf->rchunks, marker, psf_ftell (psf), chunk_size) ; in wav_read_header() 400 psf->dataoffset = psf_ftell (psf) ; in wav_read_header() 429 if (psf_ftell (psf) != psf->datalength + psf->dataoffset) in wav_read_header() 604 … marker (%X) at position %D with length %u. Exiting parser.\n", marker, psf_ftell (psf) - 8, chunk… in wav_read_header() 614 if (psf_ftell (psf) & 0x03) in wav_read_header() 615 …{ psf_log_printf (psf, " Unknown chunk marker at position %D. Resynching.\n", psf_ftell (psf) - 8… in wav_read_header() 621 …, "*** Unknown chunk marker (%X) at position %D. Exiting parser.\n", marker, psf_ftell (psf) - 8) ; in wav_read_header() 634 if (psf_ftell (psf) >= psf->filelength - SIGNED_SIZEOF (chunk_size)) in wav_read_header() 1064 current = psf_ftell (psf) ; in wav_write_header() [all …]
|
D | avr.c | 172 if (psf_ftell (psf) != psf->dataoffset) in avr_read_header() 173 psf_binheader_readf (psf, "j", psf->dataoffset - psf_ftell (psf)) ; in avr_read_header() 191 current = psf_ftell (psf) ; in avr_write_header()
|
D | w64.c | 309 psf->dataoffset = psf_ftell (psf) ; in w64_read_header() 352 …%X) at position %D with length %D. Skipping and continuing.\n", marker, psf_ftell (psf) - 8, chunk… in w64_read_header() 364 if (psf_ftell (psf) >= (psf->filelength - (2 * SIGNED_SIZEOF (dword)))) in w64_read_header() 384 if (psf_ftell (psf) != psf->dataoffset) in w64_read_header() 442 current = psf_ftell (psf) ; in w64_write_header()
|
D | pvf.c | 106 current = psf_ftell (psf) ; in pvf_write_header() 176 psf->dataoffset = psf_ftell (psf) ; in pvf_read_header()
|
D | aiff.c | 435 { sf_count_t pos = psf_ftell (psf) ; in aiff_read_header() 443 psf_store_read_chunk_u32 (&psf->rchunks, marker, psf_ftell (psf), chunk_size) ; in aiff_read_header() 481 paiff->comm_offset = psf_ftell (psf) - 8 ; in aiff_read_header() 543 paiff->ssnd_offset = psf_ftell (psf) - 8 ; in aiff_read_header() 548 psf->dataoffset = psf_ftell (psf) ; in aiff_read_header() 892 … marker (%X) at position %D with length %u. Exiting parser.\n", marker, psf_ftell (psf) - 8, chunk… in aiff_read_header() 904 if (psf_ftell (psf) & 0x03) in aiff_read_header() 905 …{ psf_log_printf (psf, " Unknown chunk marker at position %D. Resynching.\n", psf_ftell (psf) - 8… in aiff_read_header() 909 …f (psf, "*** Unknown chunk marker %X at position %D. Exiting parser.\n", marker, psf_ftell (psf)) ; in aiff_read_header() 922 if (psf_ftell (psf) >= psf->filelength - (2 * SIGNED_SIZEOF (int32_t))) in aiff_read_header() [all …]
|
D | mpc2k.c | 112 current = psf_ftell (psf) ; in mpc2k_write_header() 190 psf->dataoffset = psf_ftell (psf) ; in mpc2k_read_header()
|
D | caf.c | 397 { sf_count_t pos = psf_ftell (psf) ; in caf_read_header() 408 psf_store_read_chunk_u32 (&psf->rchunks, marker, psf_ftell (psf), chunk_size) ; in caf_read_header() 488 pcaf->alac.kuki_offset = psf_ftell (psf) - 12 ; in caf_read_header() 520 pcaf->alac.pakt_offset = psf_ftell (psf) - 12 ; in caf_read_header() 550 if (psf_ftell (psf) >= psf->filelength - SIGNED_SIZEOF (chunk_size)) in caf_read_header() 591 current = psf_ftell (psf) ; in caf_write_header() 1027 pos = psf_ftell (psf) ; in caf_get_chunk_data()
|
D | au.c | 206 current = psf_ftell (psf) ; in au_write_header() 339 if (psf_ftell (psf) < psf->dataoffset) in au_read_header() 340 psf_binheader_readf (psf, "j", psf->dataoffset - psf_ftell (psf)) ; in au_read_header()
|
D | mat5.c | 164 current = psf_ftell (psf) ; in mat5_write_header() 168 psf->filelength = psf_ftell (psf) ; in mat5_write_header() 504 psf->dataoffset = psf_ftell (psf) ; in mat5_read_header()
|
D | test_file_io.c | 404 if ((retval = psf_ftell (psf)) != new_position) in test_write_or_die() 422 if ((retval = psf_ftell (psf)) != new_position) in test_read_or_die() 449 retval = psf_ftell (psf) ; in test_tell_or_die()
|
D | mat4.c | 150 current = psf_ftell (psf) ; in mat4_write_header() 273 psf->dataoffset = psf_ftell (psf) ; in mat4_read_header()
|
D | htk.c | 109 current = psf_ftell (psf) ; in htk_write_header()
|
D | wve.c | 158 current = psf_ftell (psf) ; in wve_write_header()
|
D | flac.c | 360 *absolute_byte_offset = psf_ftell (psf) ; in sf_flac_tell_callback() 381 if (psf_ftell (psf) == psf->filelength) in sf_flac_eof_callback() 565 *absolute_byte_offset = psf_ftell (psf) ; in sf_flac_enc_tell_callback() 665 psf->dataoffset = psf_ftell (psf) ; in flac_write_header()
|
D | ogg.c | 225 position = psf_ftell (psf) ; in ogg_sync_ftell() 706 sf_count_t pos = psf_ftell (psf) ; in ogg_open()
|
D | ircam.c | 250 current = psf_ftell (psf) ; in ircam_write_header()
|
D | file_io.c | 401 psf_ftell (SF_PRIVATE *psf) in psf_ftell() function 1043 psf_ftell (SF_PRIVATE *psf) in psf_ftell() function 1378 psf_ftell (SF_PRIVATE *psf) in psf_ftell() function
|
D | nist.c | 292 current = psf_ftell (psf) ; in nist_write_header()
|
D | vox_adpcm.c | 132 { if (psf_ftell (psf) != psf->filelength) in vox_read_block()
|
D | xi.c | 280 current = psf_ftell (psf) ; in xi_write_header() 465 psf->dataoffset = psf_ftell (psf) ; in xi_read_header()
|
D | voc.c | 425 current = psf_ftell (psf) ; in voc_write_header()
|
D | common.c | 567 return psf_ftell (psf) ; in psf_binheader_writef() 967 return psf_ftell (psf) ; in psf_binheader_readf()
|
D | paf.c | 279 if (psf_ftell (psf) >= PAF_HEADER_LENGTH) in paf_write_header()
|