Searched refs:thisread (Results 1 – 3 of 3) sorted by relevance
/third_party/libsnd/programs/ |
D | sndfile-play.c | 507 { int thisread, readcount ; in win32_play_data() local 513 thisread = (int) sf_read_short (audio_data->sndfile, lpData, readcount) ; in win32_play_data() 515 audio_data->remaining -= thisread ; in win32_play_data() 517 if (thisread > 0) in win32_play_data() 519 if (thisread < audio_data->bufferlen) in win32_play_data() 520 audio_data->whdr [audio_data->current].dwBufferLength = thisread * sizeof (short) ; in win32_play_data()
|
/third_party/libsnd/src/ |
D | wav.c | 470 { uint32_t thisread, bytesread, cue_count, position, offset ; in wav_read_header() local 496 …if ((thisread = psf_binheader_readf (psf, "e44m444", &id, &position, &chunk_id, &chunk_start, &blo… in wav_read_header() 498 bytesread += thisread ; in wav_read_header() 1297 uint32_t thisread, bytesread = 0, dword, sampler_data, loop_count, actually_loop_count = 0 ; in wav_read_smpl_chunk() local 1354 { if ((thisread = psf_binheader_readf (psf, "4", &dword)) == 0) in wav_read_smpl_chunk() 1356 bytesread += thisread ; in wav_read_smpl_chunk() 1428 if ((thisread = psf_binheader_readf (psf, "1", &ch)) == 0) in wav_read_smpl_chunk() 1430 bytesread += thisread ; in wav_read_smpl_chunk()
|
D | wavlike.c | 952 { uint32_t thisread ; in wavlike_subchunk_parse() local 954 if ((thisread = psf_binheader_readf (psf, "m", &chunk)) == 0) in wavlike_subchunk_parse() 956 bytesread += thisread ; in wavlike_subchunk_parse() 1274 int thisread ; in exif_subchunk_parse() local 1278 if ((thisread = psf_binheader_readf (psf, "m", &marker)) == 0) in exif_subchunk_parse() 1280 bytesread += thisread ; in exif_subchunk_parse()
|