/external/svox/pico/lib/ |
picoacph.h | 197 picodata_CharBuffer cbIn,
|
picocep.h | 47 picoos_Common common, picodata_CharBuffer cbIn,
|
picopam.h | 73 picodata_CharBuffer cbIn, picodata_CharBuffer cbOut,
|
picopr.h | 52 picodata_CharBuffer cbIn,
|
picosa.h | 207 picodata_CharBuffer cbIn,
|
picosig.h | 56 picodata_CharBuffer cbIn,
|
picospho.h | 166 picodata_CharBuffer cbIn,
|
picotok.h | 44 - 'PICO_EOF' char received (which happens whenever the cbIn buffer is empty) 104 picodata_CharBuffer cbIn,
|
picowa.h | 127 picodata_CharBuffer cbIn,
|
picoctrl.c | 138 * - a pu returns idle iff its cbIn is empty and it has no more data ready for output */ 302 picodata_CharBuffer cbIn; 313 PICODBG_DEBUG(("taking cbIn of this because adding first pu")); 314 cbIn = this->cbIn; 316 PICODBG_DEBUG(("taking cbIn of previous pu")); 317 cbIn = ctrl->procCbOut[newPU-1]; 340 this->common, cbIn, ctrl->procCbOut[newPU], this->voice); 345 this->common, cbIn, ctrl->procCbOut[newPU], this->voice); 350 this->common, cbIn, ctrl->procCbOut[newPU], this->voice) [all...] |
picodata.h | 487 picodata_CharBuffer cbIn, 497 pico_status_t picodata_setCbIn(picodata_ProcessingUnit this, picodata_CharBuffer cbIn); 516 picodata_CharBuffer cbIn, cbOut;
|
picodata.c | 592 while ((result == PICO_OK) && (ch = picodata_cbGetCh(this->cbIn)) != PICO_EOF) { 610 picodata_CharBuffer cbIn, 620 this->cbIn = cbIn; 652 return this->cbIn; 666 pico_status_t picodata_setCbIn(picodata_ProcessingUnit this, picodata_CharBuffer cbIn) 672 this->cbIn = cbIn; [all...] |
picowa.c | 162 picodata_CharBuffer cbIn, 167 this = picodata_newProcessingUnit(mm, common, cbIn, cbOut, voice); 401 rv = picodata_cbGetItem(this->cbIn, wa->inBuf,
|
picoacph.c | 296 picodata_CharBuffer cbIn, 301 this = picodata_newProcessingUnit(mm, common, cbIn, cbOut, voice); [all...] |
picosig.c | 249 * @param cbIn : the PU input buffer 258 picoos_Common common, picodata_CharBuffer cbIn, 263 picodata_ProcessingUnit this = picodata_newProcessingUnit(mm, common, cbIn, 773 s_result = picodata_cbGetItem(this->cbIn, [all...] |
picosa.c | 445 picodata_CharBuffer cbIn, 450 this = picodata_newProcessingUnit(mm, common, cbIn, cbOut, voice); [all...] |
picospho.c | 360 picoos_Common common, picodata_CharBuffer cbIn, 365 picodata_ProcessingUnit this = picodata_newProcessingUnit(mm, common, cbIn, cbOut, voice); [all...] |
picocep.c | 412 * @param cbIn : PU input buffer 421 picoos_Common common, picodata_CharBuffer cbIn, 424 picodata_ProcessingUnit this = picodata_newProcessingUnit(mm, common, cbIn, [all...] |
picopam.c | 775 * @param cbIn : pointer to input buffer 784 picoos_Common common, picodata_CharBuffer cbIn, 790 picodata_ProcessingUnit this = picodata_newProcessingUnit(mm, common, cbIn, [all...] |
picopr.c | [all...] |