Lines Matching refs:voice
340 this->common, cbIn, ctrl->procCbOut[newPU], this->voice); in ctrlAddPU()
345 this->common, cbIn, ctrl->procCbOut[newPU], this->voice); in ctrlAddPU()
350 this->common, cbIn, ctrl->procCbOut[newPU], this->voice); in ctrlAddPU()
355 this->common, cbIn, ctrl->procCbOut[newPU], this->voice); in ctrlAddPU()
360 this->common, cbIn, ctrl->procCbOut[newPU], this->voice); in ctrlAddPU()
365 this->common, cbIn, ctrl->procCbOut[newPU], this->voice); in ctrlAddPU()
370 this->common, cbIn, ctrl->procCbOut[newPU], this->voice); in ctrlAddPU()
375 this->common, cbIn, ctrl->procCbOut[newPU], this->voice); in ctrlAddPU()
381 this->common, cbIn, ctrl->procCbOut[newPU], this->voice); in ctrlAddPU()
387 this->common, cbIn, ctrl->procCbOut[newPU], this->voice); in ctrlAddPU()
392 ctrl->procCbOut[newPU], this->voice); in ctrlAddPU()
422 picodata_CharBuffer cbOut, picorsrc_Voice voice) { in picoctrl_newControl() argument
426 cbOut,voice); in picoctrl_newControl()
502 picorsrc_Voice voice; member
592 this->voice = NULL; in picoctrl_newEngine()
617 done = (PICO_OK == picorsrc_createVoice(rm,voiceName,&(this->voice))); in picoctrl_newEngine()
633 this->cbIn, this->cbOut, this->voice); in picoctrl_newEngine()
641 if (NULL != this->voice) { in picoctrl_newEngine()
642 picorsrc_releaseVoice(rm,&(this->voice)); in picoctrl_newEngine()
667 if (NULL != (*this)->voice) { in picoctrl_disposeEngine()
668 picorsrc_releaseVoice(rm,&((*this)->voice)); in picoctrl_disposeEngine()