Home
last modified time | relevance | path

Searched refs:picotrns_allocate_alt_desc_buf (Results 1 – 4 of 4) sorted by relevance

/external/svox/pico/lib/
Dpicotrns.h99 picotrns_AltDesc picotrns_allocate_alt_desc_buf(picoos_MemoryManager mm, picoos_uint32 maxByteSize,…
Dpicotrns.c161 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()
Dpicospho.c388 …spho->altDescBuf = picotrns_allocate_alt_desc_buf(spho->common->mm, SPHO_MAX_ALTDESC_SIZE, &spho->… in picospho_newSentPhoUnit()
Dpicosa.c470 sa->altDescBuf = picotrns_allocate_alt_desc_buf(mm, SA_MAX_ALTDESC_SIZE, &sa->maxAltDescLen); in picosa_newSentAnaUnit()