/external/svox/pico/lib/ |
picoacph.h | 197 picodata_CharBuffer cbIn, 198 picodata_CharBuffer cbOut,
|
picocep.h | 47 picoos_Common common, picodata_CharBuffer cbIn, 48 picodata_CharBuffer cbOut, picorsrc_Voice voice);
|
picopam.h | 73 picodata_CharBuffer cbIn, picodata_CharBuffer cbOut,
|
picopr.h | 52 picodata_CharBuffer cbIn, 53 picodata_CharBuffer cbOut,
|
picosa.h | 207 picodata_CharBuffer cbIn, 208 picodata_CharBuffer cbOut,
|
picosig.h | 56 picodata_CharBuffer cbIn, 57 picodata_CharBuffer cbOut,
|
picospho.h | 166 picodata_CharBuffer cbIn, 167 picodata_CharBuffer cbOut,
|
picotok.h | 104 picodata_CharBuffer cbIn, 105 picodata_CharBuffer cbOut,
|
picowa.h | 127 picodata_CharBuffer cbIn, 128 picodata_CharBuffer cbOut,
|
picodata.h | 77 typedef struct picodata_char_buffer * picodata_CharBuffer; 79 picodata_CharBuffer picodata_newCharBuffer(picoos_MemoryManager mm, 83 picodata_CharBuffer * this); 86 pico_status_t picodata_cbPutCh(register picodata_CharBuffer this, picoos_char ch); 89 picoos_int16 picodata_cbGetCh(register picodata_CharBuffer this); 92 pico_status_t picodata_cbReset (register picodata_CharBuffer this); 301 pico_status_t picodata_cbGetItem(register picodata_CharBuffer this, 313 pico_status_t picodata_cbGetSpeechData(register picodata_CharBuffer this, 324 pico_status_t picodata_cbPutItem(register picodata_CharBuffer this, 329 picoos_uint8 picodata_cbGetFrontItemType(register picodata_CharBuffer this) [all...] |
picodata.c | 51 typedef pico_status_t (* picodata_cbPutItemMethod) (register picodata_CharBuffer this, 55 typedef pico_status_t (* picodata_cbGetItemMethod) (register picodata_CharBuffer this, 59 typedef pico_status_t (* picodata_cbSubResetMethod) (register picodata_CharBuffer this); 60 typedef pico_status_t (* picodata_cbSubDeallocateMethod) (register picodata_CharBuffer this, picoos_MemoryManager mm); 81 static pico_status_t data_cbPutItem(register picodata_CharBuffer this, 85 static pico_status_t data_cbGetItem(register picodata_CharBuffer this, 89 pico_status_t picodata_cbReset(register picodata_CharBuffer this) 102 picodata_CharBuffer picodata_newCharBuffer(picoos_MemoryManager mm, 106 picodata_CharBuffer this; 108 this = (picodata_CharBuffer) picoos_allocate(mm, sizeof(*this)) [all...] |
picoctrl.c | 82 picodata_CharBuffer procCbOut [PICOCTRL_MAX_PROC_UNITS]; 302 picodata_CharBuffer cbIn; 421 picoos_Common common, picodata_CharBuffer cbIn, 422 picodata_CharBuffer cbOut, picorsrc_Voice voice) { 504 picodata_CharBuffer cbIn, cbOut;
|
picowa.c | 162 picodata_CharBuffer cbIn, 163 picodata_CharBuffer cbOut,
|
picoacph.c | 296 picodata_CharBuffer cbIn, 297 picodata_CharBuffer cbOut, [all...] |
picosig.c | 258 picoos_Common common, picodata_CharBuffer cbIn, 259 picodata_CharBuffer cbOut, picorsrc_Voice voice) [all...] |
picosa.c | 445 picodata_CharBuffer cbIn, 446 picodata_CharBuffer cbOut, [all...] |
picospho.c | 360 picoos_Common common, picodata_CharBuffer cbIn, 361 picodata_CharBuffer cbOut, picorsrc_Voice voice) [all...] |
picocep.c | 421 picoos_Common common, picodata_CharBuffer cbIn, 422 picodata_CharBuffer cbOut, picorsrc_Voice voice) [all...] |
picopam.c | 784 picoos_Common common, picodata_CharBuffer cbIn, 785 picodata_CharBuffer cbOut, picorsrc_Voice voice) [all...] |
picopr.c | [all...] |