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

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

Completed in 30 milliseconds