Searched refs:thisread (Results 1 - 3 of 3) sorted by relevance
/third_party/libsnd/programs/ |
H A D | sndfile-play.c | 509 { int thisread, readcount ; in win32_play_data() local 515 thisread = (int) sf_read_short (audio_data->sndfile, lpData, readcount) ; in win32_play_data() 517 audio_data->remaining -= thisread ; in win32_play_data() 519 if (thisread > 0) in win32_play_data() 521 if (thisread < audio_data->bufferlen) in win32_play_data() 522 audio_data->whdr [audio_data->current].dwBufferLength = thisread * sizeof (short) ; in win32_play_data()
|
/third_party/libsnd/src/ |
H A D | wav.c | 485 { uint32_t thisread, bytesread, cue_count, position, offset ; in wav_read_header() local 511 if ((thisread = psf_binheader_readf (psf, "e44m444", &id, &position, &chunk_id, &chunk_start, &block_start, &offset)) == 0) in wav_read_header() 513 bytesread += thisread ; in wav_read_header() 1378 uint32_t thisread, bytesread = 0, dword, sampler_data, loop_count, actually_loop_count = 0 ; in wav_read_smpl_chunk() local 1436 { if ((thisread = psf_binheader_readf (psf, "4", &dword)) == 0) in wav_read_smpl_chunk() 1438 bytesread += thisread ; in wav_read_smpl_chunk() 1510 if ((thisread = psf_binheader_readf (psf, "1", &ch)) == 0) in wav_read_smpl_chunk() 1512 bytesread += thisread ; in wav_read_smpl_chunk()
|
H A D | wavlike.c | 978 { uint32_t thisread ; in wavlike_subchunk_parse() local 980 if ((thisread = psf_binheader_readf (psf, "m", &chunk)) == 0) in wavlike_subchunk_parse() 982 bytesread += thisread ; in wavlike_subchunk_parse() 1295 int thisread ; in exif_subchunk_parse() local 1299 if ((thisread = psf_binheader_readf (psf, "m", &marker)) == 0) in exif_subchunk_parse() 1301 bytesread += thisread ; in exif_subchunk_parse()
|
Completed in 6 milliseconds