Searched refs:write_current (Results 1 – 5 of 5) sorted by relevance
1455 return psf->write_current ; in sf_seek()1460 seek_from_start = psf->write_current + offset ; in sf_seek()1473 return psf->write_current ; in sf_seek()1474 seek_from_start = psf->write_current + offset ; in sf_seek()1513 psf->write_current = retval ; in sf_seek()1517 psf->write_current = retval ; in sf_seek()2125 if (psf->seek (psf, SFM_WRITE, psf->write_current) < 0) in sf_write_raw()2136 psf->write_current += count / blockwidth ; in sf_write_raw()2140 if (psf->write_current > psf->sf.frames) in sf_write_raw()2141 { psf->sf.frames = psf->write_current ; in sf_write_raw()[all …]
495 sf_count_t write_current ; member
420 if (psf->write_current <= 0) in vorbis_close()
401 …psf->peak_info->peaks [chan].position = psf->write_current + indx + (position / psf->sf.channels) ; in float32_peak_update()
450 …psf->peak_info->peaks [chan].position = psf->write_current + indx + (position / psf->sf.channels) ; in double64_peak_update()