Searched refs:headxWritePos (Results 1 - 2 of 2) sorted by relevance

/external/svox/pico/lib/
H A Dpicospho.c92 * 0 activeStartPos penultima activeEndPos headxReadPos headxWritePos
180 picoos_uint16 headxReadPos, headxWritePos; member in struct:spho_subobj
270 spho->headxWritePos = 0;
423 writePos = spho->headxWritePos;
451 spho->headxWritePos -= diff;
456 "readPos,WritePos are now [%i,%i[, returning shift amount %i",*from, spho->headxWritePos, diff
959 PICODBG_INFO(("doing state %i, headxReadPos: %d, headxWritePos: %d",
960 spho->procState, spho->headxReadPos, spho->headxWritePos));
991 remHeadxSize = spho->headxBufSize - spho->headxWritePos;
993 curPos = spho->headxWritePos;
[all...]
H A Dpicocep.c176 picoos_uint16 headxWritePos; /* next free position; headx is empty if headxBottom == headxWritePos */ member in struct:cep_subobj
301 cep->headxBottom = cep->headxWritePos = 0;
1640 } else if ((cep->headxWritePos < PICOCEP_MAXNR_HEADX)
1649 &(cep->headx[cep->headxWritePos].head),
1661 cep->headx[cep->headxWritePos].frame
1665 cep->headx[cep->headxWritePos].cind
1669 cep->headx[cep->headxWritePos].cind = 0;
1671 cep->headxWritePos++;
1765 if ((cep->headxBottom < cep->headxWritePos)
[all...]

Completed in 215 milliseconds