Home
last modified time | relevance | path

Searched refs:sox_uint64_t (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/sox/git/src/
H A Dsox.h433 typedef uint64_t sox_uint64_t; typedef
1029 #define SOX_UNKNOWN_LEN (sox_uint64_t)(-1) /**< Client API: sox_signalinfo_t.length is set to SOX_U…
1030 #define SOX_IGNORE_LENGTH (sox_uint64_t)(-2) /**< Client API: sox_signalinfo_t.length is set to SOX…
1191 sox_uint64_t offset /**< Sample offset to which reader should be positioned. */
1353 sox_uint64_t length; /**< samples * chans in file, 0 if unknown, -1 if unspecified */
1408 sox_uint64_t start; /**< first sample */
1409 sox_uint64_t length; /**< length */
1529 sox_uint64_t olength; /**< Samples * chans written to file */
1530 sox_uint64_t clips; /**< Incremented if clipping occurs */
1535 sox_uint64_t tell_off; /**< Current offset within file */
[all …]
H A Dao.c77 …w_write_buf(char *buf1, sox_sample_t const * buf2, size_t len, sox_bool swap, sox_uint64_t * clips) in sox_sw_write_buf()
H A Deffects_i_dsp.c589 size_t i, size_t const n, sox_uint64_t * const clips) in rint_clip()
602 size_t const n, sox_uint64_t * const clips) in lsx_save_samples()
629 size_t const n, sox_uint64_t * const clips) in lsx_save_samples()
H A Dtrim.c206 sox_uint64_t sox_trim_get_start(sox_effect_t *effp) in sox_trim_get_start()
H A Deffects.c487 sox_uint64_t sox_effects_clips(sox_effects_chain_t * chain) in sox_effects_clips()
497 sox_uint64_t sox_stop_effect(sox_effect_t *effp) in sox_stop_effect()
H A Dsox_i.h121 size_t const n, sox_uint64_t * const clips);
H A Dformats_i.c141 sox_uint64_t lsx_filelength(sox_format_t * ft) in lsx_filelength()
H A Dformats.c1082 int sox_seek(sox_format_t * ft, sox_uint64_t offset, int whence) in sox_seek()