Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/sox/git/src/
H A Dtx16w.c40 #define TXMAXLEN 0x3FF80 macro
257 size_t last_i, i = 0, len = min(len0, TXMAXLEN - sk->samples_out); in write_samples()
319 if (sk->samples_out >= TXMAXLEN) { in stopwrite()
321 AttackLength = TXMAXLEN/2; in stopwrite()
322 LoopLength = TXMAXLEN/2; in stopwrite()
324 else if (sk->samples_out >=TXMAXLEN/2) { in stopwrite()
325 AttackLength = TXMAXLEN/2; in stopwrite()
326 LoopLength = sk->samples_out - TXMAXLEN/2; in stopwrite()