Searched refs:picodata_CharBuffer (Results 1 – 21 of 21) sorted by relevance
/external/svox/pico/lib/ |
D | picodata.h | 77 typedef struct picodata_char_buffer * picodata_CharBuffer; typedef 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 …]
|
D | 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… 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) in picodata_cbReset() 102 picodata_CharBuffer picodata_newCharBuffer(picoos_MemoryManager mm, in picodata_newCharBuffer() 106 picodata_CharBuffer this; in picodata_newCharBuffer() 108 this = (picodata_CharBuffer) picoos_allocate(mm, sizeof(*this)); in picodata_newCharBuffer() [all …]
|
D | picopam.h | 73 picodata_CharBuffer cbIn, picodata_CharBuffer cbOut,
|
D | picosig.h | 56 picodata_CharBuffer cbIn, 57 picodata_CharBuffer cbOut,
|
D | picospho.h | 166 picodata_CharBuffer cbIn, 167 picodata_CharBuffer cbOut,
|
D | picocep.h | 47 picoos_Common common, picodata_CharBuffer cbIn, 48 picodata_CharBuffer cbOut, picorsrc_Voice voice);
|
D | picowa.h | 127 picodata_CharBuffer cbIn, 128 picodata_CharBuffer cbOut,
|
D | picotok.h | 104 picodata_CharBuffer cbIn, 105 picodata_CharBuffer cbOut,
|
D | picopr.h | 52 picodata_CharBuffer cbIn, 53 picodata_CharBuffer cbOut,
|
D | picoacph.h | 197 picodata_CharBuffer cbIn, 198 picodata_CharBuffer cbOut,
|
D | picosa.h | 207 picodata_CharBuffer cbIn, 208 picodata_CharBuffer cbOut,
|
D | picoctrl.c | 82 picodata_CharBuffer procCbOut [PICOCTRL_MAX_PROC_UNITS]; 302 picodata_CharBuffer cbIn; in ctrlAddPU() 421 picoos_Common common, picodata_CharBuffer cbIn, in picoctrl_newControl() 422 picodata_CharBuffer cbOut, picorsrc_Voice voice) { in picoctrl_newControl() 504 picodata_CharBuffer cbIn, cbOut;
|
D | picowa.c | 162 picodata_CharBuffer cbIn, in picowa_newWordAnaUnit() 163 picodata_CharBuffer cbOut, in picowa_newWordAnaUnit()
|
D | picosig.c | 258 picoos_Common common, picodata_CharBuffer cbIn, in picosig_newSigUnit() 259 picodata_CharBuffer cbOut, picorsrc_Voice voice) in picosig_newSigUnit()
|
D | picoacph.c | 296 picodata_CharBuffer cbIn, in picoacph_newAccPhrUnit() 297 picodata_CharBuffer cbOut, in picoacph_newAccPhrUnit()
|
D | picospho.c | 360 picoos_Common common, picodata_CharBuffer cbIn, in picospho_newSentPhoUnit() 361 picodata_CharBuffer cbOut, picorsrc_Voice voice) in picospho_newSentPhoUnit()
|
D | picosa.c | 445 picodata_CharBuffer cbIn, in picosa_newSentAnaUnit() 446 picodata_CharBuffer cbOut, in picosa_newSentAnaUnit()
|
D | picocep.c | 421 picoos_Common common, picodata_CharBuffer cbIn, in picocep_newCepUnit() 422 picodata_CharBuffer cbOut, picorsrc_Voice voice) in picocep_newCepUnit()
|
D | picotok.c | 1500 picodata_CharBuffer cbIn, picodata_CharBuffer cbOut, in picotok_newTokenizeUnit()
|
D | picopam.c | 784 picoos_Common common, picodata_CharBuffer cbIn, in picopam_newPamUnit() 785 picodata_CharBuffer cbOut, picorsrc_Voice voice) in picopam_newPamUnit()
|
D | picopr.c | 3283 picodata_CharBuffer cbIn, picodata_CharBuffer cbOut, in picopr_newPreprocUnit()
|