Searched refs:picotrns_allocate_alt_desc_buf (Results 1 – 4 of 4) sorted by relevance
/external/svox/pico/lib/ |
D | picotrns.h | 99 picotrns_AltDesc picotrns_allocate_alt_desc_buf(picoos_MemoryManager mm, picoos_uint32 maxByteSize,…
|
D | picotrns.c | 161 picotrns_AltDesc picotrns_allocate_alt_desc_buf(picoos_MemoryManager mm, picoos_uint32 maxByteSize,… in picotrns_allocate_alt_desc_buf() function 644 this->altDescBuf = picotrns_allocate_alt_desc_buf(mm, maxAltDescLen, &this->maxAltDescLen); in picotrns_newSimpleTransducer()
|
D | picospho.c | 388 …spho->altDescBuf = picotrns_allocate_alt_desc_buf(spho->common->mm, SPHO_MAX_ALTDESC_SIZE, &spho->… in picospho_newSentPhoUnit()
|
D | picosa.c | 470 sa->altDescBuf = picotrns_allocate_alt_desc_buf(mm, SA_MAX_ALTDESC_SIZE, &sa->maxAltDescLen); in picosa_newSentAnaUnit()
|