Home
last modified time | relevance | path

Searched refs:to_d (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/sox/git/src/
H A Dformats_i.c220 double to_d = wide_sample * ft->encoding.bits_per_sample / 8; in lsx_offset_seek() local
221 off_t to = to_d; in lsx_offset_seek()
222 return (to != to_d)? SOX_EOF : lsx_seeki(ft, (byte_offset + to), SEEK_SET); in lsx_offset_seek()
H A Dwav.c1618 double to_d = wide_sample * ft->encoding.bits_per_sample / 8; in seek() local
1619 off_t to = to_d; in seek()
1620 …ft->sox_errno = (to != to_d)? SOX_EOF : lsx_seeki(ft, (off_t)wav->dataStart + (off_t)to, SEEK_SET); in seek()