Home
last modified time | relevance | path

Searched refs:sox_int16_t (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/sox/git/src/
H A Doss.c303 lsx_swapw(((sox_int16_t*)pOutput)[i - 1]), in ossread()
328 ((sox_int16_t*)pOutput)[i - 1], in ossread()
378 sox_int16_t s16 = SOX_SAMPLE_TO_SIGNED_16BIT(pInput[i], cClips); in osswrite()
379 ((sox_int16_t*)pPriv->pOutput)[i] = lsx_swapw(s16); in osswrite()
400 ((sox_int16_t*)pPriv->pOutput)[i] = in osswrite()
H A Dsunaudio.c356 typedef sox_int16_t sox_int14_t;
357 typedef sox_int16_t sox_int13_t;
421 ((sox_int16_t*)pOutput)[i - 1], in sunread()
480 ((sox_int16_t*)pPriv->pOutput)[i] = in sunwrite()
H A Draw.c15 typedef sox_int16_t sox_int14_t;
16 typedef sox_int16_t sox_int13_t;
H A Dsox_sample_test.c144 sox_int16_t int16; in main()
152 sox_int16_t int16_2; in main()
H A Dsox.h403 typedef int16_t sox_int16_t; typedef