Searched refs:sox_uint24_t (Results 1 – 7 of 7) sorted by relevance
| /OK3568_Linux_fs/buildroot/dl/sox/git/src/ |
| H A D | raw.c | 90 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 D | alsa.c | 241 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 D | formats_i.c | 377 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 D | sox_i.h | 151 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 D | sox_sample_test.c | 149 sox_uint24_t uint24; in main()
|
| H A D | voc.c | 558 sox_uint24_t sblen; in getblock()
|
| H A D | sox.h | 445 typedef sox_uint32_t sox_uint24_t; typedef
|