Home | History | Annotate | Download | only in lib

Lines Matching refs:inBuf

169     picoos_uint8 inBuf[PICODATA_MAX_ITEMSIZE]; /* internal input buffer */
171 picoos_uint16 inReadPos, inWritePos; /* next pos to read/write from/to inBuf*/
296 /* inBuf */
1399 PICODBG_DEBUG(("state info starts at inBuf pos %i ",pos));
1401 frames = get_pi_uint16(cep->inBuf, &pos);
1414 indlfz = get_pi_uint16(cep->inBuf, &pos); /* lfz index */
1416 indmgc = get_pi_uint16(cep->inBuf, &pos); /* mgc index */
1439 frames = get_pi_uint16(cep->inBuf, &pos);
1513 &(cep->inBuf[cep->inWritePos]), cep->inBufSize
1539 PICODBG_DEBUG(("getting info from inBuf in range: [%i,%i[", cep->inReadPos, cep->inWritePos));
1541 /* no more items in inBuf */
1543 PICODBG_DEBUG(("no more items in inBuf, try to collect more"));
1551 if (!picodata_is_valid_item(cep->inBuf + cep->inReadPos,
1555 cep->inBuf + cep->inReadPos, cep->inWritePos
1561 sResult = picodata_get_iteminfo(cep->inBuf + cep->inReadPos,
1565 /* no more items in inBuf */
1567 PICODBG_DEBUG(("no more items in inBuf, try to collect more"));
1594 }PICODBG_DEBUG(("cep: PARSE consuming item of inBuf"));
1628 PICODBG_DEBUG(("PARSE copy item in inBuf to outBuf"));
1629 picodata_copy_item(cep->inBuf + cep->inReadPos,
1647 cep->inBuf + cep->inReadPos,
1680 }PICODBG_DEBUG(("cep: PARSE consuming item of inBuf"));
1771 PICODBG_DEBUG(("FRAME copy item in inBuf to outBuf"));