Home
last modified time | relevance | path

Searched refs:picodata_CharBuffer (Results 1 – 21 of 21) sorted by relevance

/external/svox/pico/lib/
Dpicodata.h77 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 …]
Dpicodata.c51 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 …]
Dpicopam.h73 picodata_CharBuffer cbIn, picodata_CharBuffer cbOut,
Dpicosig.h56 picodata_CharBuffer cbIn,
57 picodata_CharBuffer cbOut,
Dpicospho.h166 picodata_CharBuffer cbIn,
167 picodata_CharBuffer cbOut,
Dpicocep.h47 picoos_Common common, picodata_CharBuffer cbIn,
48 picodata_CharBuffer cbOut, picorsrc_Voice voice);
Dpicowa.h127 picodata_CharBuffer cbIn,
128 picodata_CharBuffer cbOut,
Dpicotok.h104 picodata_CharBuffer cbIn,
105 picodata_CharBuffer cbOut,
Dpicopr.h52 picodata_CharBuffer cbIn,
53 picodata_CharBuffer cbOut,
Dpicoacph.h197 picodata_CharBuffer cbIn,
198 picodata_CharBuffer cbOut,
Dpicosa.h207 picodata_CharBuffer cbIn,
208 picodata_CharBuffer cbOut,
Dpicoctrl.c82 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;
Dpicowa.c162 picodata_CharBuffer cbIn, in picowa_newWordAnaUnit()
163 picodata_CharBuffer cbOut, in picowa_newWordAnaUnit()
Dpicosig.c258 picoos_Common common, picodata_CharBuffer cbIn, in picosig_newSigUnit()
259 picodata_CharBuffer cbOut, picorsrc_Voice voice) in picosig_newSigUnit()
Dpicoacph.c296 picodata_CharBuffer cbIn, in picoacph_newAccPhrUnit()
297 picodata_CharBuffer cbOut, in picoacph_newAccPhrUnit()
Dpicospho.c360 picoos_Common common, picodata_CharBuffer cbIn, in picospho_newSentPhoUnit()
361 picodata_CharBuffer cbOut, picorsrc_Voice voice) in picospho_newSentPhoUnit()
Dpicosa.c445 picodata_CharBuffer cbIn, in picosa_newSentAnaUnit()
446 picodata_CharBuffer cbOut, in picosa_newSentAnaUnit()
Dpicocep.c421 picoos_Common common, picodata_CharBuffer cbIn, in picocep_newCepUnit()
422 picodata_CharBuffer cbOut, picorsrc_Voice voice) in picocep_newCepUnit()
Dpicotok.c1500 picodata_CharBuffer cbIn, picodata_CharBuffer cbOut, in picotok_newTokenizeUnit()
Dpicopam.c784 picoos_Common common, picodata_CharBuffer cbIn, in picopam_newPamUnit()
785 picodata_CharBuffer cbOut, picorsrc_Voice voice) in picopam_newPamUnit()
Dpicopr.c3283 picodata_CharBuffer cbIn, picodata_CharBuffer cbOut, in picopr_newPreprocUnit()