Searched defs:cbOut (Results 1 - 12 of 12) sorted by relevance

/external/svox/pico/lib/
H A Dpicowa.c163 picodata_CharBuffer cbOut,
167 this = picodata_newProcessingUnit(mm, common, cbIn, cbOut, voice);
539 rv = picodata_cbPutItem(this->cbOut, wa->outBuf,
160 picowa_newWordAnaUnit(picoos_MemoryManager mm, picoos_Common common, picodata_CharBuffer cbIn, picodata_CharBuffer cbOut, picorsrc_Voice voice) argument
H A Dpicoctrl.c160 btype = picodata_cbGetFrontItemType(ctrl->procUnit[ctrl->curPU]->cbOut);
320 PICODBG_DEBUG(("taking cbOut of this because adding last pu"));
321 ctrl->procCbOut[newPU] = this->cbOut;
323 PICODBG_DEBUG(("creating intermediate cbOut of pu[%i]", newPU));
328 PICODBG_DEBUG(("intermediate cbOut of pu[%i] (address %i)", newPU,
412 * @param cbOut : the output char buffer
422 picodata_CharBuffer cbOut, picorsrc_Voice voice) {
426 cbOut,voice);
504 picodata_CharBuffer cbIn, cbOut; member in struct:picoctrl_engine
541 status = picodata_cbReset(this->cbOut);
420 picoctrl_newControl(picoos_MemoryManager mm, picoos_Common common, picodata_CharBuffer cbIn, picodata_CharBuffer cbOut, picorsrc_Voice voice) argument
[all...]
H A Dpicoacph.c297 picodata_CharBuffer cbOut,
301 this = picodata_newProcessingUnit(mm, common, cbIn, cbOut, voice);
991 rv = picodata_cbPutItem(this->cbOut, acph->tmpbuf, blen, &blen);
1369 rvP = picodata_cbPutItem(this->cbOut, acph->tmpbuf,
294 picoacph_newAccPhrUnit(picoos_MemoryManager mm, picoos_Common common, picodata_CharBuffer cbIn, picodata_CharBuffer cbOut, picorsrc_Voice voice) argument
H A Dpicosig.c250 * @param cbOut : the PU output buffer
259 picodata_CharBuffer cbOut, picorsrc_Voice voice)
264 cbOut, voice);
1185 s_result = picodata_cbPutItem(this->cbOut,
1210 this->cbOut,
1230 this->cbOut,
257 picosig_newSigUnit(picoos_MemoryManager mm, picoos_Common common, picodata_CharBuffer cbIn, picodata_CharBuffer cbOut, picorsrc_Voice voice) argument
H A Dpicodata.c593 result = picodata_cbPutCh(this->cbOut,(picoos_char) ch);
611 picodata_CharBuffer cbOut,
621 this->cbOut = cbOut;
662 return this->cbOut;
678 pico_status_t picodata_setCbOut(picodata_ProcessingUnit this, picodata_CharBuffer cbOut) argument
684 this->cbOut = cbOut;
607 picodata_newProcessingUnit( picoos_MemoryManager mm, picoos_Common common, picodata_CharBuffer cbIn, picodata_CharBuffer cbOut, picorsrc_Voice voice) argument
H A Dpicosa.c446 picodata_CharBuffer cbOut,
450 this = picodata_newProcessingUnit(mm, common, cbIn, cbOut, voice);
1700 rvP = picodata_cbPutItem(this->cbOut, sa->tmpbuf,
443 picosa_newSentAnaUnit(picoos_MemoryManager mm, picoos_Common common, picodata_CharBuffer cbIn, picodata_CharBuffer cbOut, picorsrc_Voice voice) argument
H A Dpicospho.c361 picodata_CharBuffer cbOut, picorsrc_Voice voice)
365 picodata_ProcessingUnit this = picodata_newProcessingUnit(mm, common, cbIn, cbOut, voice);
1600 rv = picodata_cbPutItem(this->cbOut, spho->outBuf,
359 picospho_newSentPhoUnit(picoos_MemoryManager mm, picoos_Common common, picodata_CharBuffer cbIn, picodata_CharBuffer cbOut, picorsrc_Voice voice) argument
H A Dpicocep.c413 * @param cbOut : PU output buffer
422 picodata_CharBuffer cbOut, picorsrc_Voice voice)
425 cbOut, voice);
1922 sResult = picodata_cbPutItem(this->cbOut, cep->outBuf,
420 picocep_newCepUnit(picoos_MemoryManager mm, picoos_Common common, picodata_CharBuffer cbIn, picodata_CharBuffer cbOut, picorsrc_Voice voice) argument
H A Dpicodata.h488 picodata_CharBuffer cbOut,
498 pico_status_t picodata_setCbOut(picodata_ProcessingUnit this, picodata_CharBuffer cbOut);
516 picodata_CharBuffer cbIn, cbOut; member in struct:picodata_processing_unit
H A Dpicotok.c1500 picodata_CharBuffer cbIn, picodata_CharBuffer cbOut,
1504 picodata_ProcessingUnit this = picodata_newProcessingUnit(mm, common, cbIn, cbOut, voice);
1549 if (picodata_cbPutItem(this->cbOut, &tok->outBuf[tok->outReadPos], tok->outWritePos - tok->outReadPos, numBytesOutput) == PICO_OK) {
1499 picotok_newTokenizeUnit(picoos_MemoryManager mm, picoos_Common common, picodata_CharBuffer cbIn, picodata_CharBuffer cbOut, picorsrc_Voice voice) argument
H A Dpicopam.c776 * @param cbOut : pointer to output buffer
785 picodata_CharBuffer cbOut, picorsrc_Voice voice)
791 cbOut, voice);
2691 sResult = picodata_cbPutItem(this->cbOut,
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);
3361 if (picodata_cbPutItem(this->cbOut, &pr->outBuf[pr->outReadPos], pr->outWritePos - pr->outReadPos, numBytesOutput) == PICO_OK) {
3282 picopr_newPreprocUnit(picoos_MemoryManager mm, picoos_Common common, picodata_CharBuffer cbIn, picodata_CharBuffer cbOut, picorsrc_Voice voice) argument

Completed in 6820 milliseconds