Home
last modified time | relevance | path

Searched refs:sox_seek (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/sox/git/src/
H A Dlibsox.sym88 sox_seek
H A Dexample2.c71 assert(sox_seek(in, seek, SOX_SEEK_SET) == SOX_SUCCESS); in main()
H A Dsox.c1309 sox_seek(files[current_input]->ft, read_wide_samples, in update_status()
1319 sox_seek(files[current_input]->ft, read_wide_samples, in update_status()
1357 if (offset && sox_seek(files[0]->ft, offset, SOX_SEEK_SET) == SOX_SUCCESS) { in optimize_trim()
H A Dsox.h1974 sox_seek(
H A Dformats.c1082 int sox_seek(sox_format_t * ft, sox_uint64_t offset, int whence) in sox_seek() function
/OK3568_Linux_fs/buildroot/dl/sox/git/
H A DChangeLog583 o Change sox_seek() offset to 64-bit to work with > 2G files (cbagwell)