Home
last modified time | relevance | path

Searched refs:samples_from_start (Results 1 – 3 of 3) sorted by relevance

/third_party/libsnd/src/
Dinterleave.c47 static sf_count_t interleave_seek (SF_PRIVATE*, int mode, sf_count_t samples_from_start) ;
290 interleave_seek (SF_PRIVATE * UNUSED (psf), int UNUSED (mode), sf_count_t samples_from_start) in interleave_seek() argument
297 return samples_from_start ; in interleave_seek()
Dcommon.h477 sf_count_t (*seek) (struct sf_private_tag*, int mode, sf_count_t samples_from_start) ;
814 sf_count_t psf_default_seek (SF_PRIVATE *psf, int mode, sf_count_t samples_from_start) ;
Dcommon.c1178 psf_default_seek (SF_PRIVATE *psf, int UNUSED (mode), sf_count_t samples_from_start) in psf_default_seek() argument
1191 position = psf->dataoffset + psf->blockwidth * samples_from_start ; in psf_default_seek()
1198 return samples_from_start ; in psf_default_seek()