HomeSort by relevance Sort by last modified time
    Searched refs:cbOut (Results 1 - 20 of 20) sorted by null

  /external/svox/pico/lib/
picoacph.h 198 picodata_CharBuffer cbOut,
picocep.h 48 picodata_CharBuffer cbOut, picorsrc_Voice voice);
picopam.h 73 picodata_CharBuffer cbIn, picodata_CharBuffer cbOut,
picopr.h 53 picodata_CharBuffer cbOut,
picosa.h 208 picodata_CharBuffer cbOut,
picosig.h 57 picodata_CharBuffer cbOut,
picospho.h 167 picodata_CharBuffer cbOut,
picotok.h 105 picodata_CharBuffer cbOut,
picowa.h 128 picodata_CharBuffer cbOut,
picoctrl.c 160 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;
541 status = picodata_cbReset(this->cbOut);
    [all...]
picodata.h 488 picodata_CharBuffer cbOut,
498 pico_status_t picodata_setCbOut(picodata_ProcessingUnit this, picodata_CharBuffer cbOut);
516 picodata_CharBuffer cbIn, cbOut;
picodata.c 593 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)
684 this->cbOut = cbOut;
    [all...]
picowa.c 163 picodata_CharBuffer cbOut,
167 this = picodata_newProcessingUnit(mm, common, cbIn, cbOut, voice);
539 rv = picodata_cbPutItem(this->cbOut, wa->outBuf,
picosig.c 250 * @param cbOut : the PU output buffer
259 picodata_CharBuffer cbOut, picorsrc_Voice voice)
264 cbOut, voice);
    [all...]
picoacph.c 297 picodata_CharBuffer cbOut,
301 this = picodata_newProcessingUnit(mm, common, cbIn, cbOut, voice);
    [all...]
picosa.c 446 picodata_CharBuffer cbOut,
450 this = picodata_newProcessingUnit(mm, common, cbIn, cbOut, voice);
    [all...]
picospho.c 361 picodata_CharBuffer cbOut, picorsrc_Voice voice)
365 picodata_ProcessingUnit this = picodata_newProcessingUnit(mm, common, cbIn, cbOut, voice);
    [all...]
picocep.c 413 * @param cbOut : PU output buffer
422 picodata_CharBuffer cbOut, picorsrc_Voice voice)
425 cbOut, voice);
    [all...]
picopam.c 776 * @param cbOut : pointer to output buffer
785 picodata_CharBuffer cbOut, picorsrc_Voice voice)
791 cbOut, voice);
    [all...]
picopr.c     [all...]

Completed in 231 milliseconds