Home
last modified time | relevance | path

Searched refs:write_current (Results 1 – 5 of 5) sorted by relevance

/third_party/libsnd/src/
Dsndfile.c1455 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 …]
Dcommon.h495 sf_count_t write_current ; member
Dogg_vorbis.c420 if (psf->write_current <= 0) in vorbis_close()
Dfloat32.c401 …psf->peak_info->peaks [chan].position = psf->write_current + indx + (position / psf->sf.channels) ; in float32_peak_update()
Ddouble64.c450 …psf->peak_info->peaks [chan].position = psf->write_current + indx + (position / psf->sf.channels) ; in double64_peak_update()