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

  /external/svox/pico/lib/
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;

Completed in 26 milliseconds