Home
last modified time | relevance | path

Searched refs:sox_uint24_t (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/sox/git/src/
H A Draw.c90 READ_SAMPLES_FUNC(3, 3, u, sox_uint24_t, sox_uint24_t, SOX_UNSIGNED_24BIT_TO_SAMPLE)
91 READ_SAMPLES_FUNC(3, 3, s, sox_int24_t, sox_uint24_t, SOX_SIGNED_24BIT_TO_SAMPLE)
119 WRITE_SAMPLES_FUNC(3, 3, u, sox_uint24_t, sox_uint24_t, SOX_SAMPLE_TO_UNSIGNED_24BIT)
120 WRITE_SAMPLES_FUNC(3, 3, s, sox_int24_t, sox_uint24_t, SOX_SAMPLE_TO_SIGNED_24BIT)
H A Dalsa.c241 sox_uint24_t * buf1 = (sox_uint24_t *)p->buf; in read_()
314 sox_uint24_t * buf1 = (sox_uint24_t *)p->buf; in write_()
H A Dformats_i.c377 READ_FUNC_UNPACK(3, 3, sox_uint24_t, TWIDDLE_WORD)
396 READ1_FUNC(3, sox_uint24_t) in READ1_FUNC()
508 WRITE_FUNC_PACK(3, 3, sox_uint24_t, TWIDDLE_WORD)
534 WRITE1U_FUNC(3, sox_uint24_t)
H A Dsox_i.h151 size_t lsx_read_3_buf(sox_format_t * ft, sox_uint24_t *buf, size_t len);
159 size_t lsx_write_3_buf(sox_format_t * ft, sox_uint24_t *buf, size_t len);
167 int lsx_read3(sox_format_t * ft, sox_uint24_t * u3);
H A Dsox_sample_test.c149 sox_uint24_t uint24; in main()
H A Dvoc.c558 sox_uint24_t sblen; in getblock()
H A Dsox.h445 typedef sox_uint32_t sox_uint24_t; typedef