Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/sox/git/src/
H A Dvol.c151 SOX_SAMPLE_CLIP_COUNT(sample, effp->clips); in flow()
161 SOX_SAMPLE_CLIP_COUNT(sample, effp->clips); in flow()
H A Dmcompand.c307 SOX_SAMPLE_CLIP_COUNT(checkbuf, effp->clips); in sox_mcompand_flow_1()
326 SOX_SAMPLE_CLIP_COUNT(checkbuf, effp->clips); in sox_mcompand_flow_1()
399 SOX_SAMPLE_CLIP_COUNT(out, effp->clips); in flow()
424 SOX_SAMPLE_CLIP_COUNT(out, effp->clips); in sox_mcompand_drain_1()
H A Dcompand.c221 SOX_SAMPLE_CLIP_COUNT(checkbuf, effp->clips); in flow()
228 SOX_SAMPLE_CLIP_COUNT(checkbuf, effp->clips); in flow()
H A Dstretch.c244 SOX_SAMPLE_CLIP_COUNT(f, effp->clips); in flow()
292 SOX_SAMPLE_CLIP_COUNT(f, effp->clips); in drain()
H A Ddcshift.c121 SOX_SAMPLE_CLIP_COUNT(sample, effp->clips); in sox_dcshift_flow()
H A Dsox.h973 #define SOX_SAMPLE_CLIP_COUNT(samp, clips) \ macro