Searched refs:cbIn (Results 1 - 20 of 20) sorted by relevance

/external/svox/pico/lib/
H A Dpicoacph.h197 picodata_CharBuffer cbIn,
H A Dpicocep.h47 picoos_Common common, picodata_CharBuffer cbIn,
H A Dpicopam.h73 picodata_CharBuffer cbIn, picodata_CharBuffer cbOut,
H A Dpicopr.h52 picodata_CharBuffer cbIn,
H A Dpicosa.h207 picodata_CharBuffer cbIn,
H A Dpicosig.h56 picodata_CharBuffer cbIn,
H A Dpicospho.h166 picodata_CharBuffer cbIn,
H A Dpicotok.h44 - 'PICO_EOF' char received (which happens whenever the cbIn buffer is empty)
104 picodata_CharBuffer cbIn,
H A Dpicowa.h127 picodata_CharBuffer cbIn,
H A Dpicoctrl.c138 * - a pu returns idle iff its cbIn is empty and it has no more data ready for output */
302 picodata_CharBuffer cbIn; local
313 PICODBG_DEBUG(("taking cbIn of this because adding first pu"));
314 cbIn = this->cbIn;
316 PICODBG_DEBUG(("taking cbIn of previous pu"));
317 cbIn = ctrl->procCbOut[newPU-1];
340 this->common, cbIn, ctrl->procCbOut[newPU], this->voice);
345 this->common, cbIn, ctrl->procCbOut[newPU], this->voice);
350 this->common, cbIn, ctr
420 picoctrl_newControl(picoos_MemoryManager mm, picoos_Common common, picodata_CharBuffer cbIn, picodata_CharBuffer cbOut, picorsrc_Voice voice) argument
504 picodata_CharBuffer cbIn, cbOut; member in struct:picoctrl_engine
[all...]
H A Dpicodata.h487 picodata_CharBuffer cbIn,
497 pico_status_t picodata_setCbIn(picodata_ProcessingUnit this, picodata_CharBuffer cbIn);
516 picodata_CharBuffer cbIn, cbOut; member in struct:picodata_processing_unit
H A Dpicodata.c592 while ((result == PICO_OK) && (ch = picodata_cbGetCh(this->cbIn)) != PICO_EOF) {
610 picodata_CharBuffer cbIn,
620 this->cbIn = cbIn;
652 return this->cbIn;
666 pico_status_t picodata_setCbIn(picodata_ProcessingUnit this, picodata_CharBuffer cbIn) argument
672 this->cbIn = cbIn;
607 picodata_newProcessingUnit( picoos_MemoryManager mm, picoos_Common common, picodata_CharBuffer cbIn, picodata_CharBuffer cbOut, picorsrc_Voice voice) argument
H A Dpicowa.c162 picodata_CharBuffer cbIn,
167 this = picodata_newProcessingUnit(mm, common, cbIn, cbOut, voice);
401 rv = picodata_cbGetItem(this->cbIn, wa->inBuf,
160 picowa_newWordAnaUnit(picoos_MemoryManager mm, picoos_Common common, picodata_CharBuffer cbIn, picodata_CharBuffer cbOut, picorsrc_Voice voice) argument
H A Dpicosig.c249 * @param cbIn : the PU input buffer
258 picoos_Common common, picodata_CharBuffer cbIn,
263 picodata_ProcessingUnit this = picodata_newProcessingUnit(mm, common, cbIn,
773 s_result = picodata_cbGetItem(this->cbIn,
257 picosig_newSigUnit(picoos_MemoryManager mm, picoos_Common common, picodata_CharBuffer cbIn, picodata_CharBuffer cbOut, picorsrc_Voice voice) argument
H A Dpicoacph.c296 picodata_CharBuffer cbIn,
301 this = picodata_newProcessingUnit(mm, common, cbIn, cbOut, voice);
1077 (rv = picodata_cbGetItem(this->cbIn, acph->tmpbuf,
294 picoacph_newAccPhrUnit(picoos_MemoryManager mm, picoos_Common common, picodata_CharBuffer cbIn, picodata_CharBuffer cbOut, picorsrc_Voice voice) argument
H A Dpicospho.c360 picoos_Common common, picodata_CharBuffer cbIn,
365 picodata_ProcessingUnit this = picodata_newProcessingUnit(mm, common, cbIn, cbOut, voice);
996 rv = picodata_cbGetItem(this->cbIn, spho->tmpbuf, PICODATA_MAX_ITEMSIZE, &blen);
1015 /* in normal circumstances, rv is either PICO_EOF (no more items in cbIn) or PICO_BUF_OVERFLOW
359 picospho_newSentPhoUnit(picoos_MemoryManager mm, picoos_Common common, picodata_CharBuffer cbIn, picodata_CharBuffer cbOut, picorsrc_Voice voice) argument
H A Dpicocep.c412 * @param cbIn : PU input buffer
421 picoos_Common common, picodata_CharBuffer cbIn,
424 picodata_ProcessingUnit this = picodata_newProcessingUnit(mm, common, cbIn,
1512 sResult = picodata_cbGetItem(this->cbIn,
420 picocep_newCepUnit(picoos_MemoryManager mm, picoos_Common common, picodata_CharBuffer cbIn, picodata_CharBuffer cbOut, picorsrc_Voice voice) argument
H A Dpicosa.c445 picodata_CharBuffer cbIn,
450 this = picodata_newProcessingUnit(mm, common, cbIn, cbOut, voice);
1221 (rv = picodata_cbGetItem(this->cbIn, sa->tmpbuf,
443 picosa_newSentAnaUnit(picoos_MemoryManager mm, picoos_Common common, picodata_CharBuffer cbIn, picodata_CharBuffer cbOut, picorsrc_Voice voice) argument
H A Dpicopam.c775 * @param cbIn : pointer to input buffer
784 picoos_Common common, picodata_CharBuffer cbIn,
790 picodata_ProcessingUnit this = picodata_newProcessingUnit(mm, common, cbIn,
2349 sResult = picodata_cbGetItem(this->cbIn,
783 picopam_newPamUnit(picoos_MemoryManager mm, picoos_Common common, picodata_CharBuffer cbIn, picodata_CharBuffer cbOut, picorsrc_Voice voice) argument
H A Dpicopr.c3283 picodata_CharBuffer cbIn, picodata_CharBuffer cbOut,
3290 picodata_ProcessingUnit this = picodata_newProcessingUnit(mm, common, cbIn, cbOut, voice);
3522 rv = picodata_cbGetItem(this->cbIn, pr->inBuf, IN_BUF_SIZE+PICODATA_ITEM_HEADSIZE, &pr->inBufLen);
3282 picopr_newPreprocUnit(picoos_MemoryManager mm, picoos_Common common, picodata_CharBuffer cbIn, picodata_CharBuffer cbOut, picorsrc_Voice voice) argument

Completed in 153 milliseconds