Home
last modified time | relevance | path

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

/external/svox/pico/lib/
Dpicospho.c180 picoos_uint16 headxReadPos, headxWritePos; member
270 spho->headxWritePos = 0; in sphoReset()
423 writePos = spho->headxWritePos; in shift_range_left_1()
451 spho->headxWritePos -= diff; in shift_range_left_1()
456 … "readPos,WritePos are now [%i,%i[, returning shift amount %i",*from, spho->headxWritePos, diff in shift_range_left_1()
960 spho->procState, spho->headxReadPos, spho->headxWritePos)); in sphoStep()
991 remHeadxSize = spho->headxBufSize - spho->headxWritePos; in sphoStep()
993 curPos = spho->headxWritePos; in sphoStep()
995 …EBUG(("COLLECT getting item at headxWritePos %i (remaining %i)",spho->headxWritePos, remHeadxSize)… in sphoStep()
999 … PICODATA_MAX_ITEMSIZE, &(spho->headx[spho->headxWritePos].head), in sphoStep()
[all …]
Dpicocep.c176 …picoos_uint16 headxWritePos; /* next free position; headx is empty if headxBottom == headxWritePos… member
301 cep->headxBottom = cep->headxWritePos = 0; in cepInitialize()
1640 } else if ((cep->headxWritePos < PICOCEP_MAXNR_HEADX) in cepStep()
1649 &(cep->headx[cep->headxWritePos].head), in cepStep()
1661 cep->headx[cep->headxWritePos].frame in cepStep()
1665 cep->headx[cep->headxWritePos].cind in cepStep()
1669 cep->headx[cep->headxWritePos].cind = 0; in cepStep()
1671 cep->headxWritePos++; in cepStep()
1765 if ((cep->headxBottom < cep->headxWritePos) in cepStep()
1901 cep->headxBottom = cep->headxWritePos = 0; in cepStep()