Home
last modified time | relevance | path

Searched refs:tell_off (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/sox/git/src/
H A Dgsrt.c150 size_t n = min(nsamp, MAX_FILE_SIZE - (size_t)ft->tell_off); in write_samples()
158 long num_samples = ft->tell_off - HEADER_SIZE; in stop_write()
166 unsigned i, file_size = ft->tell_off >> 1; in stop_write()
H A Dformats_i.c101 ft->tell_off += ret; in lsx_readbuf()
137 ft->tell_off += ret; in lsx_writebuf()
156 return ft->seekable? (off_t)ftello((FILE*)ft->fp) : (off_t)ft->tell_off; in lsx_tell()
172 ft->tell_off = 0; in lsx_rewind()
200 ++ft->tell_off; in lsx_seeki()
H A Dsox.h1535 sox_uint64_t tell_off; /**< Current offset within file */ member
H A Dformats.c548 ft->tell_off = 0; in open_read()