Lines Matching refs:cbOut
160 btype = picodata_cbGetFrontItemType(ctrl->procUnit[ctrl->curPU]->cbOut); in ctrlStep()
321 ctrl->procCbOut[newPU] = this->cbOut; in ctrlAddPU()
422 picodata_CharBuffer cbOut, picorsrc_Voice voice) { in picoctrl_newControl() argument
426 cbOut,voice); in picoctrl_newControl()
504 picodata_CharBuffer cbIn, cbOut; member
541 status = picodata_cbReset(this->cbOut); in picoctrl_engReset()
595 this->cbOut = NULL; in picoctrl_newEngine()
626 this->cbOut = picodata_newCharBuffer(this->common->mm, in picoctrl_newEngine()
629 PICODBG_DEBUG(("cbOut has address %i", (picoos_uint32) this->cbOut)); in picoctrl_newEngine()
633 this->cbIn, this->cbOut, this->voice); in picoctrl_newEngine()
634 done = (NULL != this->cbIn) && (NULL != this->cbOut) in picoctrl_newEngine()
765 rv = picodata_cbGetSpeechData(this->cbOut, (picoos_uint8 *)buffer, in picoctrl_engFetchOutputItemBytes()